aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib
Commit message (Expand)AuthorAgeFilesLines
* Allow inhibiting all default bucket space merges if global merges pendingTor Brede Vekterli2022-02-152-8/+8
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-061-4/+1
* Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-022-3/+5
|\
| * Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-021-0/+3
| * Add TODO to not use ConfigGettergjoranv2022-01-311-3/+2
* | Merge pull request #21001 from vespa-engine/vekterli/deprecate-legacy-visitor...Henning Baldersheim2022-01-311-0/+25
|\ \
| * | Deprecate remnants of two-phase visiting APIs and usageTor Brede Vekterli2022-01-311-0/+25
| |/
* / Don't set deprecated fields when aggregating visitor statisticsTor Brede Vekterli2022-01-311-2/+2
|/
* unify java warningsArne H Juul2022-01-061-7/+0
* Add noexcept specifiers.Tor Egge2021-12-113-3/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0781-81/+81
* 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-233-64/+98
* Refactor cluster state to avoid checking NodeType everywhere and reduce code ...Henning Baldersheim2021-09-221-117/+166
* Include cassert when needed.Tor Egge2021-06-041-0/+1
* Revert "Revert "GC unused DiskState and add the partition metrics to node lev...Henning Baldersheim2021-03-122-251/+0
* Revert "GC unused DiskState and add the partition metrics to node level."Harald Musum2021-03-122-0/+251
* GC unused DiskState and add the partition metrics to node level.Henning Baldersheim2021-03-122-251/+0
* Merge pull request #16926 from vespa-engine/vekterli/dont-store-full-bundle-o...Tor Brede Vekterli2021-03-122-21/+3
|\
| * Don't store full bundle objects in cluster state historyTor Brede Vekterli2021-03-122-21/+3
* | Revert "GC unused DiskState"Arnstein Ressem2021-03-122-0/+251
|/
* GC unused DiskStateHenning Baldersheim2021-03-112-251/+0
* GC unused diskstates array.Henning Baldersheim2021-03-111-142/+5
* GC use of void DiskState.Henning Baldersheim2021-03-113-63/+18
* GC use of NodeState.getDiskCount and NodeState.getDiskStates.Henning Baldersheim2021-03-114-106/+2
* 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-113-14/+13
* Remove notion of node-specific reliability from Java distribution codeTor Brede Vekterli2021-03-024-62/+24
* Remove notion of node-specific reliability from C++ distribution codeTor Brede Vekterli2021-03-025-119/+32
* string.h does not need alloc.hHenning Baldersheim2021-02-214-0/+4
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-199-51/+27
* use size literals in streamingArne Juul2021-02-153-5/+8
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-284-66/+122
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-284-122/+66
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-274-66/+122
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-274-122/+66
* Merge pull request #16089 from vespa-engine/jonmv/document-protocol-super-configJon Marius Venstad2021-01-274-66/+122
|\
| * Address reviewJon Marius Venstad2021-01-271-3/+3
| * Use direct bit operations instead of stored arrayJon Marius Venstad2021-01-192-17/+12
| * Use only injected config for injected document accessJon Marius Venstad2021-01-192-47/+97
| * Add config for distribution and doc-protoc policies across _all_ content clus...Jon Marius Venstad2021-01-182-4/+15
* | Merge pull request #16103 from vespa-engine/hakonhall/support-group-maintenanceHåkon Hallingstad2021-01-201-0/+2
|\ \
| * | Support group maintenance [run-systemtest]Håkon Hallingstad2021-01-191-0/+2
| |/
* / Add feed block status to ClusterStateBundle in C++.Geir Storli2021-01-183-6/+111
|/
* Merge pull request #16014 from vespa-engine/balder/disable-valgrindHenning Baldersheim2021-01-131-5/+1
|\
| * Update CMakeLists.txtHenning Baldersheim2021-01-131-1/+1