summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding ↵Henning Baldersheim2021-02-171-1/+1
| | | | | | maxpending by more than than a small byte buffer.
* Fix linksJon Bratseth2021-02-153-8/+8
|
* 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
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* 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
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* 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
|\ | | | | Count lock timeout as unsuccessful run
| * 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 ↵Jon Marius Venstad2020-12-091-3/+11
| | | | maintainer owners
* Revert "Revert "Revert "Revert "Always deconstruct in reverse creation ↵Jon Marius Venstad2020-12-081-1/+1
| | | | order, including Provider objects""""
* Revert "Revert "Revert "Always deconstruct in reverse creation order, ↵Jon Marius Venstad2020-12-081-1/+1
| | | | including Provider objects"""
* Revert "Revert "Always deconstruct in reverse creation order, including ↵Jon Marius Venstad2020-12-071-1/+1
| | | | Provider objects""
* Revert "Always deconstruct in reverse creation order, including Provider ↵Arnstein Ressem2020-12-071-1/+1
| | | | objects"
* 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
| | | | | | | | | | | | The effect of the bug was that a deadlock would be reported as long as the current thread T0 that tries to acquire the ZK path P0 is in the following situation: 1. Thread T0 tries to acquire ZK path P0, held by T1. 2. Thread T1 tries to acquire ZK path P1, held by T2. Instead, T2 would need to equal T0. Or, 3. Thread T2 tries to acquire ZK path P2, held by T3 = one of (T0, T1). etc.
* 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
|