aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Expand)AuthorAgeFilesLines
* Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-053-5/+14
* Bump intervals of maintainers still collidingMartin Polden2021-02-031-1/+1
* Document pitfall with decompress()Bjørn Christian Seime2021-01-201-0/+5
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-202-0/+136
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-202-5/+36
* Add zstd support to CompressorBjørn Christian Seime2021-01-205-1/+98
* Revert "Bjorncs/zstd java"Bjørn Christian Seime2021-01-197-270/+1
* Test that compressed size is less than uncompressedBjørn Christian Seime2021-01-192-0/+33
* Add trailing newlinesBjørn Christian Seime2021-01-193-3/+3
* Document pitfall with decompress()Bjørn Christian Seime2021-01-191-0/+5
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-192-0/+118
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-191-4/+20
* Add zstd support to CompressorBjørn Christian Seime2021-01-195-1/+98
* Revert "Revert "Count lock timeout as unsuccessful run""Martin Polden2021-01-086-48/+39
* Revert "Count lock timeout as unsuccessful run"Harald Musum2021-01-086-39/+48
* Merge pull request #15947 from vespa-engine/mpolden/maintainer-modeMartin Polden2021-01-086-48/+39
|\
| * Remove special handling of lock timeoutMartin Polden2021-01-084-41/+8
| * SimplifyMartin Polden2021-01-072-11/+7
| * Disallow non-staggered initial delayMartin Polden2021-01-072-6/+8
| * Count lock timeout as unsuccessful run for exclusive maintainersMartin Polden2021-01-075-34/+60
* | Add aircompressor library to vespajlib (for zstd)Bjørn Christian Seime2021-01-071-0/+5
|/
* Make field finalMartin Polden2021-01-061-1/+1
* Provide some human-readable responses to reindexing commandsJon Marius Venstad2020-12-141-1/+1
* Rename close to awaitShutdownJon Marius Venstad2020-12-101-2/+2
* Split (async) shutdown and (sync) wait for it, and use lists in all maintaine...Jon Marius Venstad2020-12-091-3/+11
* Revert "Revert "Revert "Revert "Always deconstruct in reverse creation order,...Jon Marius Venstad2020-12-081-1/+1
* Revert "Revert "Revert "Always deconstruct in reverse creation order, includi...Jon Marius Venstad2020-12-081-1/+1
* Revert "Revert "Always deconstruct in reverse creation order, including Provi...Jon Marius Venstad2020-12-071-1/+1
* Revert "Always deconstruct in reverse creation order, including Provider obje...Arnstein Ressem2020-12-071-1/+1
* Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-071-1/+1
* Report reindexing progress as -1 for non-current statesJon Marius Venstad2020-12-032-5/+5
* Add helper for combining multiple completable futuresBjørn Christian Seime2020-12-023-0/+138
* Revert "Bjorncs/cluster controller reindexing status"Jon Marius Venstad2020-12-023-138/+0
* Add helper for combining multiple completable futuresBjørn Christian Seime2020-12-013-0/+138
* Add exception to log messageHarald Musum2020-11-251-1/+1
* Log when maintainer is finished as wellHarald Musum2020-11-241-0/+1
* Use a supplierHarald Musum2020-11-241-1/+1
* Log (at level FINE) when running a maintainerHarald Musum2020-11-241-0/+1
* Non-functional changes onlyJon Bratseth2020-11-231-26/+20
* Delete non-active nodes on application deleteJon Bratseth2020-11-191-0/+4
* Support mixed tensor type in Java evaluationLester Solbakken2020-11-151-19/+1
* Fix thread lock detection bugHåkon Hallingstad2020-11-111-1/+1
* Add median aggregatorJon Bratseth2020-11-024-34/+114
* Add data store for reindexing dataJon Marius Venstad2020-10-291-0/+1
* Quest MetricsDb implementationJon Bratseth2020-10-221-1/+1
* Accept non-URL-encoded doc ids as last part of doc/v1 URL щ(ಥДಥщ)Jon Marius Venstad2020-10-201-1/+1
* Revert "Remove unused Utf8 methods"Harald Musum2020-10-0511-56/+85
* Use StandardCharsetsMartin Polden2020-10-056-53/+39
* Remove unused Utf8 methodsMartin Polden2020-10-055-32/+17
* Remove custom Utf8.toBytes implementationMartin Polden2020-10-052-33/+46