summaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/yahoo/vespa/config/server/maintenance/ReindexingMaintainer.java
Commit message (Expand)AuthorAgeFilesLines
* Run some config server maintainers without maintanence job lockHarald Musum2021-11-041-3/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-061-4/+7
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-041-7/+4
* Return success factorJon Bratseth2021-06-041-4/+7
* Move logic for indexed document types inside config model api wrappingJon Marius Venstad2021-01-151-1/+2
* Let all ApplicationReindexing users config-awareJon Marius Venstad2021-01-141-11/+1
* Let maintainer remove data for no-longer-existent typesJon Marius Venstad2021-01-141-2/+41
* Remove unused constantJon Marius Venstad2020-12-081-2/+0
* Do not trigger reindexing periodically from config serverJon Marius Venstad2020-12-081-5/+0
* Make reindexing trigger exactly 28 days after previous instantJon Marius Venstad2020-11-131-14/+9
* Take separate lock for reindexing status, and wrap in UnaryOperator APIJon Marius Venstad2020-11-121-5/+2
* Allow simultaneous pending and ready reindexingJon Marius Venstad2020-11-111-5/+4
* Remove pointless config convergence checkJon Marius Venstad2020-11-051-1/+0
* Default to "now" rather than EPOCH for new status, to avoid double reindexingJon Marius Venstad2020-11-031-1/+2
* Lazy config gen checking and set ready to now if previous value is oldJon Marius Venstad2020-11-031-5/+32
* Add reindexing status maintainerJon Marius Venstad2020-11-031-0/+82