aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/ReindexingMaintainer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-3/+2
* Unify on Streams.toList()Henning Baldersheim2023-01-181-2/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Close Curator instancesJon Marius Venstad2022-03-091-2/+2
* Require shutdown to complete faster.Henning Baldersheim2022-02-111-4/+10
* Support variable reindexing speed, based on configJon Marius Venstad2021-12-151-8/+6
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Shut down shared Curator used by ReindexersJon Marius Venstad2021-02-141-2/+6
* Revert "Close the underlying Curator to avoid leaking threads and other resou...Jon Marius Venstad2021-02-141-7/+2
* Close the underlying Curator to avoid leaking threads and other resources.Henning Baldersheim2021-02-121-2/+7
* Remove obsolete feature falgJon Marius Venstad2021-02-081-2/+1
* More foreceful reindexing shutdownJon Marius Venstad2021-01-121-1/+2
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-051-1/+0
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-051-0/+1
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-301-1/+0
* Control reindexer resource usage with a feature flagJon Marius Venstad2020-12-091-1/+2
* Revert "Revert "Jonmv/reindexing over multiple clusters""Jon Marius Venstad2020-12-071-26/+34
* Revert "Jonmv/reindexing over multiple clusters"Jon Marius Venstad2020-12-041-34/+26
* Support multiple clusters in one cluster controllerJon Marius Venstad2020-12-041-26/+34
* Move ReindexingConfig up into ClusterControllerContainerJon Marius Venstad2020-11-231-7/+6
* Write metrics regularly when doing reindexingJon Marius Venstad2020-11-191-2/+5
* 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
* Add cluster name to reindexing status rootJon Marius Venstad2020-11-091-1/+3
* Address review comments, and fix unit testJon Marius Venstad2020-11-061-3/+3
* Avoid interrupts for control flowJon Marius Venstad2020-11-061-9/+11
* Test setup in ReindexingMaintainerJon Marius Venstad2020-11-051-9/+9
* Clean up and add some javadocJon Marius Venstad2020-11-051-5/+13
* Add ReindexingMaintainer and ReindexerJon Marius Venstad2020-11-051-0/+130