aboutsummaryrefslogtreecommitdiffstats
path: root/logserver
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Do not do maintenance in the logger thread. That blocks both delivery to ↵Henning Baldersheim2020-08-123-43/+33
| | | | | | the bound Q and holds objects in memory. Instead just signal that it might be a good idea to do maintenance.
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+2
|
* Use Vespa LogLevel where appropriate.gjoranv2020-04-251-1/+3
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-10/+10
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-8/+8
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-2/+2
|
* Use LogLevel where appropriate in 'logserver'gjoranv2020-04-257-8/+7
|
* LogLevel.CONFIG -> Level.CONFIGgjoranv2020-04-251-1/+1
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-252-3/+3
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-2/+2
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-256-9/+9
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2513-13/+13
|
* Set Java system property java.io.tmpdir to $VESPA_HOME/tmpHarald Musum2020-03-121-1/+1
|
* Fix syntaxHarald Musum2020-02-141-1/+1
|
* Revert "Revert "Only use 2 cores for config proxy""Harald Musum2020-02-141-1/+1
|
* Revert "Only use 2 cores for config proxy"Harald Musum2020-02-141-1/+1
|
* Limit virtual memory usage.Henning Baldersheim2020-02-131-1/+1
|
* Cheaper on the resources.Henning Baldersheim2020-02-131-1/+1
|
* Non-functional changesJon Bratseth2020-01-061-4/+4
|
* Use lower min heap size for logserverHarald Musum2020-01-061-1/+1
| | | | Use 32m, as we do for e.g. config proxy, metrics proxy etc.
* Now fdispatch reliques can goHenning Baldersheim2019-11-161-164/+0
|
* Remove mockito version overrides in node-admin and logserverHåkon Hallingstad2019-10-181-1/+0
|
* update shell bootstrap sectionsArne Juul2019-09-041-0/+4
|
* no need for 100 entries in this LRU cacheArne Juul2019-06-141-1/+1
|
* avoid race condition that would cause flush() to be called after close()Arne Juul2019-06-131-8/+4
|
* catch and print exception. set thread name.Arne Juul2019-06-051-2/+4
|
* remove debug codeArne Juul2019-06-051-7/+0
|
* add a daemon thread doing regular maintenanceArne Juul2019-06-043-65/+123
| | | | * also, refactor test implementation
* drop manual cleaning of temporary folderArne Juul2019-05-232-153/+139
|
* remove outdated commentsArne Juul2019-05-231-19/+0
|
* ignore files not matching date pattern regexp.Arne Juul2019-05-232-1/+18
|
* use try-with-resources to ensure streams are closedArne Juul2019-05-231-5/+3
|
* Merge pull request #9493 from vespa-engine/arnej/add-logarchive-maintainerArne H Juul2019-05-226-35/+364
|\ | | | | add class for managing the log archive
| * add testcase for FilesArchived classArne Juul2019-05-221-0/+126
| |
| * add class for managing the log archiveArne Juul2019-05-225-35/+238
| |
* | Remove use interface that is no longer necessaryBjørn Christian Seime2019-05-151-14/+5
|/
* Merge pull request #9172 from vespa-engine/bjorncs/logserver-cleanupBjørn Christian Seime2019-05-147-519/+5
|\ | | | | Remove legacy protocol from logserver