aboutsummaryrefslogtreecommitdiffstats
path: root/logserver
Commit message (Collapse)AuthorAgeFilesLines
* drop logging of metricsArne Juul2024-02-065-401/+1
|
* Correct copyright headersJon Bratseth2023-10-091-1/+1
|
* Update copyrightJon Bratseth2023-10-0939-40/+40
|
* Don't specify capabilities twiceBjørn Christian Seime2023-02-101-3/+1
|
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-092-1/+5
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+1
|
* Don't embed JARs installed in lib/jarsBjørn Christian Seime2023-01-111-18/+8
| | | | | | Define installed JARs in vespa-3party-jars. Add bundle-plugin goal wrapping maven-shade-plugin's DefaultShader that excludes installed JARs and lists them in manifest's Class-Path instead.
* Revert "Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]""""
* Revert "Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp ↵Eirik Nygaard2022-11-071-1/+1
| | | | [run-systemtest]"""
* Revert "Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]""Eirik Nygaard2022-11-041-1/+1
|
* Revert "Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmp [run-systemtest]"Arnstein Ressem2022-11-041-1/+1
|
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
| | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* * apply new common bootstrapArne Juul2022-10-241-4/+5
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* 12s session timeout for application cluster curatorjonmv2022-10-141-1/+0
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-23/+9
|
* Add method to use Duration as timeout to make unit explicit, and avoid many ↵Henning Baldersheim2022-08-121-1/+2
| | | | magic conversions.
* Remove unused classHarald Musum2022-08-081-66/+0
|
* Remove all dependencies to yoleangjoranv2022-07-131-5/+0
|
* revert to gzip defaultArne H Juul2022-06-141-1/+1
|
* Reapply "hack in zstd compression"Arne H Juul2022-06-145-31/+140
| | | | This reverts commit ffc98bcd55d44f96a896e38507f7f7174989b758.
* Revert "hack in zstd compression"Harald Musum2022-06-145-140/+31
|
* hack in zstd compressionArne H Juul2022-06-115-31/+140
|
* () = {}Henning Baldersheim2022-06-081-1/+1
|
* Only enable -XX:+UseTransparentHugePages if heap is at least 2x hugepage size.Henning Baldersheim2022-06-081-1/+3
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+1
|
* com.yahoo.log.event cleanupArne H Juul2022-06-082-2/+0
|
* Use hugespages for jvm also when OS setting is [madvise]Henning Baldersheim2022-05-301-1/+1
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Add 'defaults' for logserver (previously pulled in by vespalog)gjoranv2022-05-081-0/+5
|
* Increase timeout, unit test sometimes times outHarald Musum2022-04-201-3/+2
|
* Do not create dependency-reduced-pom.xmlgjoranv2022-04-081-0/+1
| | | | | | - From maven-shade-plugin 3.3.0 (needed for JDK 17), the DRP is installed and used instead of the ordinary pom.xml, causing transitive dependencies to disappear for dependent modules.
* Increase thread stack size for logserverHarald Musum2022-03-081-1/+1
| | | | 448k or more is required on arm64
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+4
|
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-4/+2
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* Deprecate package c.y.log.event.gjoranv2022-01-253-2/+3
|
* Deprecate c.y.log.LogLevel.gjoranv2022-01-235-0/+6
| | | | - Will remain PublicApi until Vespa 9
* unify java warningsArne H Juul2022-01-061-8/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Remove MetricsFilter and NoMetricsFilterHarald Musum2021-11-087-1008/+7
|
* Remove support for filtering of metric eventsHarald Musum2021-11-081-18/+4
| | | | | Property is undocumented, was ued when we had yinst and metric events are going away as well.
* Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
|
* Update 2017 copyright notices.gjoranv2021-10-0738-38/+38
|
* More lazy debug log message generationJon Marius Venstad2021-04-282-3/+3
|
* Do not omit stack trace for config proxy and logserverHarald Musum2021-04-071-1/+1
|
* synchronize on static method and on instance method are completly disjunct.Henning Baldersheim2021-03-181-16/+23
| | | | Instead you should synchonize exactly what you need.
* Speedup Flusher unit testBjørn Christian Seime2021-02-091-10/+26
| | | | Finish test as soon as flush is invoked on mock handler
* Sleep in end of iterationBjørn Christian Seime2021-02-091-4/+5
|
* Add delay before running maintenance the first timeHarald Musum2020-08-251-0/+2
| | | | | Unit tests depend on files not being deleted immediately after FilesArchived has been started
* Set to null to enable GC to collect.Henning Baldersheim2020-08-122-4/+2
|