summaryrefslogtreecommitdiffstats
path: root/vdslib/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add config for distribution and doc-protoc policies across _all_ content clus...Jon Marius Venstad2021-01-182-4/+15
* | Support group maintenance [run-systemtest]Håkon Hallingstad2021-01-191-0/+2
|/
* Improvements to handling of cluster removalJon Bratseth2020-07-021-5/+2
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-40/+0
* Revert "Revert "Add maxRedundancy to exception message.""Henning Baldersheim2019-08-031-1/+3
* Revert "Add maxRedundancy to exception message."Henning Baldersheim2019-08-031-3/+1
* Add maxRedundancy to exception message.Henning Baldersheim2019-08-031-1/+3
* get -> getAcquire, set -> setReleaseHenning Baldersheim2019-05-201-6/+6
* Ensure visibility of config changes.Henning Baldersheim2019-05-181-18/+29
* Set member to null explicit.Henning Baldersheim2019-05-161-1/+5
* - Use double checked locking to ensure that we do not create Policies that we...Henning Baldersheim2019-05-161-5/+10
* Get rid of very complicated and inherently thread unsafe code as external slo...Henning Baldersheim2019-04-261-18/+24
* No '*' importsHenning Baldersheim2019-04-261-8/+11
* remove unused classesArne Juul2019-01-216-646/+0
* getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-011-2/+2
* Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-311-3/+9
* Fix author tag for SimonBjørn Christian Seime2018-07-051-1/+1
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-023-3/+3
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-023-3/+3
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-012-2/+2
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-1/+1
* Initial support for per bucket space cluster states in cluster controllerTor Brede Vekterli2018-02-222-0/+11
* Throw if we cannot find a sub-group with available distributorsTor Brede Vekterli2017-10-261-2/+9