aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer/src/test/java/ai/vespa/reindexing/ReindexerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Unify on Streams.toList()Henning Baldersheim2023-01-181-2/+1
* Remove "state" dimension from reindexing metricsjonmv2022-08-081-17/+3
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-2/+1
* Support variable reindexing speed, based on configJon Marius Venstad2021-12-151-13/+24
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Let reindexing resume from FAILED state after 10 minutesJon Marius Venstad2021-03-171-1/+13
* Assume reindexing is done for ready types when no data/data lostJon Marius Venstad2021-02-191-3/+7
* Revert "Close the underlying Curator to avoid leaking threads and other resou...Jon Marius Venstad2021-02-141-7/+1
* Close the underlying Curator to avoid leaking threads and other resources.Henning Baldersheim2021-02-121-1/+7
* Remove obsolete feature falgJon Marius Venstad2021-02-081-11/+10
* Improved model for reindexing dataJon Marius Venstad2021-01-181-29/+27
* Use "[Content:cluster=...]" for routes instead of (only-sometimes-)generated ...Jon Marius Venstad2021-01-051-1/+1
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-051-3/+3
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-051-3/+3
* Use clustername-direct routes for visitorsJon Marius Venstad2021-01-041-1/+1
* Use just content cluster name as routeJon Marius Venstad2020-12-301-1/+1
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-301-3/+3
* Control reindexer resource usage with a feature flagJon Marius Venstad2020-12-091-28/+23
* Revert "Revert "Jonmv/reindexing over multiple clusters""Jon Marius Venstad2020-12-071-11/+11
* Revert "Jonmv/reindexing over multiple clusters"Jon Marius Venstad2020-12-041-11/+11
* Support multiple clusters in one cluster controllerJon Marius Venstad2020-12-041-11/+11
* Report reindexing progress as -1 for non-current statesJon Marius Venstad2020-12-031-6/+18
* Update metric state dimension name to "pending"Jon Marius Venstad2020-11-191-1/+1
* Metric "reindexing.progress" with value [0, 1] instead of percentageJon Marius Venstad2020-11-191-8/+8
* Write metrics regularly when doing reindexingJon Marius Venstad2020-11-191-12/+25
* Higher priority for reindexer, assuming bucket lockJon Marius Venstad2020-11-131-4/+4
* Avoid race in ReindexerTestJon Marius Venstad2020-11-101-2/+4
* Make Reindexer more easily testable, andd simplify unit testsJon Marius Venstad2020-11-091-76/+51
* Add cluster name to reindexing status rootJon Marius Venstad2020-11-091-1/+1
* Address review comments, and fix unit testJon Marius Venstad2020-11-061-6/+5
* Avoid interrupts for control flowJon Marius Venstad2020-11-061-17/+13
* Use fieldSet :[document]Jon Marius Venstad2020-11-051-2/+2
* Test ReindexerJon Marius Venstad2020-11-051-0/+187