aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer/src/main/java/ai/vespa/reindexing/ReindexingCurator.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Correctly propagate argument in UncheckedInterruptedExceptionjonmv2022-10-101-1/+0
* more cleanup of DocumentTypeManager APIArne H Juul2022-06-081-1/+1
* Close Curator instancesJon Marius Venstad2022-03-091-1/+8
* Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-141-4/+2
* Support variable reindexing speed, based on configJon Marius Venstad2021-12-151-4/+6
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Add logging to ReindexingCuratorJon Marius Venstad2021-07-091-2/+10
* Avoid thread-unsafe use of ProgressTokenJon Marius Venstad2021-07-091-3/+1
* Write initial state on construction, not runJon Marius Venstad2021-02-201-10/+17
* Assume reindexing is done for ready types when no data/data lostJon Marius Venstad2021-02-191-0/+16
* Revert "Close the underlying Curator to avoid leaking threads and other resou...Jon Marius Venstad2021-02-141-6/+1
* Close the underlying Curator to avoid leaking threads and other resources.Henning Baldersheim2021-02-121-1/+6
* Revert "Revert "Jonmv/reindexing over multiple clusters""Jon Marius Venstad2020-12-071-14/+12
* Revert "Jonmv/reindexing over multiple clusters"Jon Marius Venstad2020-12-041-12/+14
* Support multiple clusters in one cluster controllerJon Marius Venstad2020-12-041-14/+12
* Merge pull request #15424 from vespa-engine/jonmv/reindexing-visitorTor Brede Vekterli2020-12-021-1/+1
|\
| * Use ReindexingVisitor, and specify 1 bucket per visitorJon Marius Venstad2020-11-231-1/+1
* | Revert "Revert "Jonmv/reindexing rest api""Jon Marius Venstad2020-11-231-8/+8
|/
* Revert "Jonmv/reindexing rest api"Jon Marius Venstad2020-11-201-8/+8
* Add reindexing API to inspect status for each clusterJon Marius Venstad2020-11-201-8/+8
* Add cluster name to reindexing status rootJon Marius Venstad2020-11-091-11/+12
* Address review comments, and fix unit testJon Marius Venstad2020-11-061-1/+1
* Test ReindexerJon Marius Venstad2020-11-051-1/+7
* Add ReindexingMaintainer and ReindexerJon Marius Venstad2020-11-051-1/+26
* Add bool to reindexing config, which controls whether it is enabledJon Marius Venstad2020-11-041-1/+0
* Add data and storage of data for reindexing progressJon Marius Venstad2020-10-301-0/+121