aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/BufferedLogStore.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Handle empty ZK nodes in log storagejonmv2022-12-081-1/+2
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Write chunked log metadata only after writing log is successfuljonmv2022-08-181-2/+2
* Don't discard messages from the system, even though user log is truncatedjonmv2022-07-081-4/+8
* Revert "Merge pull request #22130 from vespa-engine/revert-22100-jonmv/remove...jonmv2022-04-191-3/+1
* Revert "Remove compatibility serialisation for revisions, and add (de-) for j...Harald Musum2022-04-191-1/+3
* Make JobType non-enum, and prepare for serialisation with zone id insteadjonmv2022-04-121-3/+1
* Optimise importsjonmv2022-04-111-1/+1
* Allow multiple test reportsJon Marius Venstad2022-03-021-3/+14
* Use aborted status only when error is not indicated, and let this reflect els...Jon Marius Venstad2022-02-161-0/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Non-functional changesJon Marius Venstad2021-02-191-1/+1
* Include test report in job run detailsMorten Tokle2020-09-011-0/+8
* 64Mb of logs, not just 64Kb.Jon Marius Venstad2020-01-161-1/+1
* Cap number of log chunks per job runJon Marius Venstad2020-01-161-7/+32
* Write node data before its children, to avoid empty nodeJon Marius Venstad2019-12-171-1/+1
* Simplify stream of optionalsMartin Polden2019-01-251-1/+1
* Use smaller chunks for logs to reduce ZK traffic (just in case)Jon Marius Venstad2018-10-251-1/+1
* Limit run data and logs to a history of the 256 last onesJon Marius Venstad2018-10-051-0/+5
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Replace log entry levels with typesJon Marius Venstad2018-08-271-1/+1
* Get sub-list of LogEntry from TesterCloudJon Marius Venstad2018-08-231-3/+1
* Replaced LogRecord LogEntry, and use a chunked Curator buffer for logsJon Marius Venstad2018-08-231-1/+95
* Use Optional for get and delete on appliation level in RunDataStoreJon Marius Venstad2018-08-231-0/+5