aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Add back needed codeHarald Musum2023-07-071-0/+11
* Cleanup, simplify, remove dead code. No functional changesHarald Musum2023-07-0710-193/+70
* Minor refactoring and start of some new testHarald Musum2023-07-051-2/+2
* Deserialize match features in SearchResult used in streaming search.Geir Storli2023-05-021-3/+60
* Build with jdk20Jon Bratseth2023-04-171-2/+2
* More understandable errors, and implement inner convertJon Bratseth2023-03-311-8/+8
* Don't use record, fails when running system testsHarald Musum2023-03-281-3/+21
* Deprecate distributor_auto_ownership_transfer_on_whole_group_downHarald Musum2023-03-281-34/+11
* Simplify and add todo about removing disk_distribution in Vespa 9Harald Musum2023-03-281-5/+0
* Minor cleanup, no functional changesHarald Musum2023-03-274-46/+34
* Move test code to test classHarald Musum2023-03-261-39/+0
* GC unused code (using BobHash)Henning Baldersheim2022-11-211-19/+1
* Remove validDiskState, not usedHarald Musum2022-10-051-18/+11
* cleanup unused second pass statsArne H Juul2022-06-081-29/+1
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-081-3/+0
* Revert "Merge pull request #22439 from vespa-engine/revert-22429-bratseth/sch...Jon Bratseth2022-05-051-26/+30
* Revert "Bratseth/schema info 5 take 2"Harald Musum2022-05-041-30/+26
* Revert "Merge pull request #22428 from vespa-engine/revert-22426-bratseth/sch...Jon Bratseth2022-05-031-26/+30
* Revert "Use schema-info"Jon Bratseth2022-05-031-30/+26
* Use schemsa-infoJon Bratseth2022-05-031-26/+30
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-021-0/+3
|\
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+3
* | Deprecate remnants of two-phase visiting APIs and usageTor Brede Vekterli2022-01-311-0/+25
|/
* Update 2017 copyright notices.gjoranv2021-10-0719-19/+19
* Update comments and use better naming.Henning Baldersheim2021-09-232-17/+17
* As NodeState is mutable a new one must be created when handing it outHenning Baldersheim2021-09-231-2/+2
* Description only matters if it is down....Henning Baldersheim2021-09-231-1/+1
* Use a BitSet to enable more compact representation of ClusterState internally.Henning Baldersheim2021-09-232-64/+86
* Refactor cluster state to avoid checking NodeType everywhere and reduce code ...Henning Baldersheim2021-09-221-117/+166
* Revert "Revert "GC unused DiskState and add the partition metrics to node lev...Henning Baldersheim2021-03-121-135/+0
* Revert "GC unused DiskState and add the partition metrics to node level."Harald Musum2021-03-121-0/+135
* GC unused DiskState and add the partition metrics to node level.Henning Baldersheim2021-03-121-135/+0
* Merge pull request #16926 from vespa-engine/vekterli/dont-store-full-bundle-o...Tor Brede Vekterli2021-03-121-16/+0
|\
| * Don't store full bundle objects in cluster state historyTor Brede Vekterli2021-03-121-16/+0
* | Revert "GC unused DiskState"Arnstein Ressem2021-03-121-0/+135
|/
* GC unused DiskStateHenning Baldersheim2021-03-111-135/+0
* GC unused diskstates array.Henning Baldersheim2021-03-111-142/+5
* GC use of void DiskState.Henning Baldersheim2021-03-111-23/+0
* GC use of NodeState.getDiskCount and NodeState.getDiskStates.Henning Baldersheim2021-03-112-38/+0
* GC long gone disk state checks.Henning Baldersheim2021-03-112-24/+0
* Shrink the size of the NodeState object by using float over double for initPr...Henning Baldersheim2021-03-111-9/+8
* Remove notion of node-specific reliability from Java distribution codeTor Brede Vekterli2021-03-022-37/+21
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-282-65/+117
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-282-117/+65
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-272-65/+117
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-272-117/+65
* Merge pull request #16089 from vespa-engine/jonmv/document-protocol-super-configJon Marius Venstad2021-01-272-65/+117
|\
| * Address reviewJon Marius Venstad2021-01-271-3/+3
| * Use direct bit operations instead of stored arrayJon Marius Venstad2021-01-191-17/+11
| * Use only injected config for injected document accessJon Marius Venstad2021-01-191-46/+93