aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer/src/test
Commit message (Expand)AuthorAgeFilesLines
* Allow modifying reindexing speed, and speed 0 halts reindexingjonmv2024-05-161-0/+5
* Update copyrightJon Bratseth2023-10-095-5/+5
* Unify on Streams.toList()Henning Baldersheim2023-01-181-2/+1
* Remove "state" dimension from reindexing metricsjonmv2022-08-081-17/+3
* Convert clustercontroller-reindexer to junit5Bjørn Christian Seime2022-07-281-1/+1
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-194-5/+4
* Support variable reindexing speed, based on configJon Marius Venstad2021-12-152-15/+28
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
* 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-052-4/+4
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-052-4/+4
* 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-302-4/+4
* Merge pull request #15772 from vespa-engine/jonmv/percentwise-progress-in-apiJon Marius Venstad2020-12-101-1/+1
|\
| * Use double progress [0, 1] instead of stringJon Marius Venstad2020-12-101-1/+1
| * Use percent complete instead of actual progress tokenJon Marius Venstad2020-12-101-1/+1
* | 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-074-37/+47
* Revert "Jonmv/reindexing over multiple clusters"Jon Marius Venstad2020-12-044-47/+37
* Merge reindexing responses with multiple clusters in client in cfg serverJon Marius Venstad2020-12-041-8/+12
* Support multiple clusters in one cluster controllerJon Marius Venstad2020-12-044-37/+42
* Expect NPE when we should expect NPE, and avoid IAE due to illegal configJon Marius Venstad2020-12-041-1/+2
* Report reindexing progress as -1 for non-current statesJon Marius Venstad2020-12-031-6/+18
* Revert "Revert "Jonmv/reindexing rest api""Jon Marius Venstad2020-11-231-0/+80
* Revert "Jonmv/reindexing rest api"Jon Marius Venstad2020-11-201-80/+0
* Add reindexing API to inspect status for each clusterJon Marius Venstad2020-11-201-0/+80
* 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-092-3/+3
* 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-052-2/+5
* Fix assertionsJon Marius Venstad2020-11-051-2/+2
* Test ReindexerJon Marius Venstad2020-11-051-0/+187
* Test setup in ReindexingMaintainerJon Marius Venstad2020-11-051-0/+138
* Add data and storage of data for reindexing progressJon Marius Venstad2020-10-302-0/+54