summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headerJon Bratseth2018-10-012-0/+2
* set-node-state timeout in CCHåkon Hallingstad2018-06-221-0/+9
* Do not wait for version ack for failed set-node-stateHåkon Hallingstad2018-06-131-0/+32
* Remove support for ancient legacy node state protocol versionsTor Brede Vekterli2018-06-111-0/+5
* Only derive default bucket space node states when cluster has global docsTor Brede Vekterli2018-05-021-1/+18
* Avoid candidate state racing with published state in testsTor Brede Vekterli2018-04-271-0/+15
* Remove redundant task processing stepTor Brede Vekterli2018-04-251-1/+0
* ZooKeeper-persist and load published cluster state bundlesTor Brede Vekterli2018-04-2411-52/+400
* Add metric for node availbility ratioTor Brede Vekterli2018-04-122-6/+49
* Add missing test for existing node state metricsTor Brede Vekterli2018-04-122-0/+131
* Fix grammar in Event messageTor Brede Vekterli2018-04-061-1/+1
* Add information about derived bucket space state in cluster state history.Geir Storli2018-03-231-3/+2
* Add buckets total to per bucket space stats on html status page.Geir Storli2018-03-201-0/+1
* Add config to clustercontroller for the min merge completion ratio of buckets...Geir Storli2018-03-204-17/+47
* Fix ClusterStatsChangeTracker to handle case where current node is not found ...Geir Storli2018-03-192-5/+14
* Extend cluster v2 to output the published distribution state.Geir Storli2018-03-155-18/+56
* Remove never used per storage node ops latencies in host info.Geir Storli2018-03-132-37/+4
* Merge pull request #5269 from vespa-engine/geirst/fix-cluster-stats-change-tr...Geir Storli2018-03-092-49/+66
|\
| * Fix ClusterStatsChangeTracker to keep previous 'may have merges pending' stat...Geir Storli2018-03-082-49/+66
* | More descriptive test namesTor Brede Vekterli2018-03-081-5/+5
* | Update constraint mock variable namingTor Brede Vekterli2018-03-081-4/+4
* | Add a simple maintenance state transition constraint for nodes in default spaceTor Brede Vekterli2018-03-082-2/+63
|/
* Fix AggregatedStatsMergePendingChecker to take state of aggregated cluster st...Geir Storli2018-03-073-47/+61
* Also list derived bucket space states in html state.Geir Storli2018-03-071-1/+1
* Use computeIfAbsent() instead of explicit get() and put().Geir Storli2018-03-061-6/+1
* Add factory functions for NodeEvent and improve some function names.Geir Storli2018-03-063-5/+5
* Extend EventDiffCalculator to emit events for changes in derived bucket space...Geir Storli2018-03-024-49/+178
* Add node state reason for nodes that may have buckets pending.Geir Storli2018-03-021-2/+44
* Also use AnnotatedClusterState for derived bucket space states in ClusterStat...Geir Storli2018-03-024-30/+35
* Merge pull request #5177 from vespa-engine/geirst/add-buckets-pending-stats-o...Tor Brede Vekterli2018-03-014-20/+83
|\
| * Simplifications.Geir Storli2018-03-013-5/+9
| * Add per node buckets pending stats on html status page.Geir Storli2018-02-281-0/+3
| * Add function to get aggregated node stats per distributor.Geir Storli2018-02-283-20/+76
* | Add class commentsTor Brede Vekterli2018-02-282-0/+8
* | Add v3 RPC for sending cluster states to content nodesTor Brede Vekterli2018-02-2713-74/+319
|/
* Rename ClusterStateChangeTracker -> ClusterStatsChangeTracker.Geir Storli2018-02-271-13/+13
* Rename hasMergesPending() -> mayHaveMergesPending() followup.Geir Storli2018-02-271-6/+6
* Rename hasMergesPending() -> mayHaveMergesPending().Geir Storli2018-02-272-6/+6
* Rename ClusterStatsBucketsPendingState -> ClusterStateChangeTracker.Geir Storli2018-02-271-3/+3
* Wire buckets pending state into state version tracker.Geir Storli2018-02-271-0/+51
* Remove unused function parameter.Geir Storli2018-02-271-7/+4
* Add class tracking whether we have changes in buckets pending state in the 'g...Geir Storli2018-02-272-0/+113
* Let BucketSpaceStats track invalid count to allow transition from invalid -> ...Geir Storli2018-02-273-7/+31
* Add class checking whether a bucket space on a content node might have bucket...Geir Storli2018-02-273-51/+129
* Track whether BucketSpaceStats is valid or not.Geir Storli2018-02-272-1/+50
* Nonfunctional changes onlyJon Bratseth2018-02-263-165/+24
* Remove never used distributor-put-latency metrics from restapiv2.Geir Storli2018-02-225-152/+0
* Initial support for per bucket space cluster states in cluster controllerTor Brede Vekterli2018-02-228-13/+374
* Add factory functions for BucketSpaceStats.Geir Storli2018-02-201-2/+2
* Add handling of bucket spaces stats to HostInfo and ClusterStatsAggregator.Geir Storli2018-02-194-190/+121