aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer
Commit message (Expand)AuthorAgeFilesLines
* Move ReindexingConfig up into ClusterControllerContainerJon Marius Venstad2020-11-231-7/+6
* Revert "Revert "Jonmv/reindexing rest api""Jon Marius Venstad2020-11-233-8/+186
* Revert "Jonmv/reindexing rest api"Jon Marius Venstad2020-11-203-186/+8
* Add reindexing API to inspect status for each clusterJon Marius Venstad2020-11-203-8/+186
* Update metric state dimension name to "pending"Jon Marius Venstad2020-11-192-2/+2
* Update with new ready-state immediately when readyJon Marius Venstad2020-11-191-10/+21
* Status may be modified by different threads — wrap in AtomicRefenceJon Marius Venstad2020-11-191-27/+24
* Metric "reindexing.progress" with value [0, 1] instead of percentageJon Marius Venstad2020-11-192-10/+11
* Write metrics regularly when doing reindexingJon Marius Venstad2020-11-195-18/+87
* Non-functional updates to doc and commentsJon Marius Venstad2020-11-191-10/+10
* Higher priority for reindexer, assuming bucket lockJon Marius Venstad2020-11-132-6/+6
* Revert "Merge pull request #15282 from vespa-engine/revert-15274-revert-15272...Bjørn Christian Seime2020-11-111-2/+2
* Revert "Revert "Revert "Bjorncs/install clustercontroller reindexer"""Arnstein Ressem2020-11-111-2/+2
* Ensure ZK server has started before ReindexingMaintainerBjørn Christian Seime2020-11-111-1/+3
* Revert "Revert "Bjorncs/install clustercontroller reindexer" MERGEOK"Bjørn Christian Seime2020-11-111-3/+1
* Revert "Bjorncs/install clustercontroller reindexer"Arnstein Ressem2020-11-111-1/+3
* VespaZooKeeperServer component is not available on clustercontrollerBjørn Christian Seime2020-11-101-3/+1
* Avoid race in ReindexerTestJon Marius Venstad2020-11-101-2/+4
* Make Reindexer more easily testable, andd simplify unit testsJon Marius Venstad2020-11-092-98/+80
* Add some commeents about synchronisation in ReindexerJon Marius Venstad2020-11-091-6/+6
* Add cluster name to reindexing status rootJon Marius Venstad2020-11-094-15/+18
* Update timestamp for last progressJon Marius Venstad2020-11-061-2/+4
* Address review comments, and fix unit testJon Marius Venstad2020-11-064-13/+12
* Avoid interrupts for control flowJon Marius Venstad2020-11-063-69/+84
* Add some comments, and fine-log when resuming reindexingJon Marius Venstad2020-11-061-5/+5
* Use fieldSet :[document]Jon Marius Venstad2020-11-053-3/+6
* Fix assertionsJon Marius Venstad2020-11-051-2/+2
* Test ReindexerJon Marius Venstad2020-11-053-1/+200
* Start with null progress, not a new one, since that is all done for some reasonJon Marius Venstad2020-11-051-1/+1
* Use explicit field set listJon Marius Venstad2020-11-051-2/+30
* Test setup in ReindexingMaintainerJon Marius Venstad2020-11-052-9/+147
* Clean up and add some javadocJon Marius Venstad2020-11-052-27/+40
* Clear interrupt status when done with reindexing, before storing resultJon Marius Venstad2020-11-051-17/+14
* Add ReindexingMaintainer and ReindexerJon Marius Venstad2020-11-053-1/+342
* Add bool to reindexing config, which controls whether it is enabledJon Marius Venstad2020-11-042-2/+0
* Add data and storage of data for reindexing progressJon Marius Venstad2020-10-306-0/+450