summaryrefslogtreecommitdiffstats
path: root/clustercontroller-reindexer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15772 from vespa-engine/jonmv/percentwise-progress-in-apiJon Marius Venstad2020-12-102-2/+2
|\ | | | | Use percent complete instead of actual progress token
| * Use double progress [0, 1] instead of stringJon Marius Venstad2020-12-102-2/+2
| |
| * Use percent complete instead of actual progress tokenJon Marius Venstad2020-12-102-2/+2
| |
* | Merge pull request #15754 from ↵Jon Marius Venstad2020-12-093-34/+33
|\ \ | | | | | | | | | | | | vespa-engine/jonmv/reindexing-aggressiveness-in-feature-flag Control reindexer resource usage with a feature flag
| * | Control reindexer resource usage with a feature flagJon Marius Venstad2020-12-093-34/+33
| |/
* / Keep metrics in sync across cluster controller containersJon Marius Venstad2020-12-091-0/+3
|/
* Merge pull request #15704 from ↵Jon Marius Venstad2020-12-088-94/+116
|\ | | | | | | | | vespa-engine/revert-15691-revert-15677-jonmv/reindexing-over-multiple-clusters Revert "Revert "Jonmv/reindexing over multiple clusters""
| * Revert "Revert "Jonmv/reindexing over multiple clusters""Jon Marius Venstad2020-12-078-94/+116
| |
* | Merge pull request #15732 from ↵Harald Musum2020-12-081-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/revert-15731-revert-15724-revert-15723-revert-15715-jonmv/deconstruct-in-order Revert "Revert "Revert "Revert "Always deconstruct in reverse creation order, including Provider objects""""
| * | Revert "Revert "Revert "Revert "Always deconstruct in reverse creation ↵Jon Marius Venstad2020-12-081-1/+1
| | | | | | | | | | | | order, including Provider objects""""
* | | Merge pull request #15721 from vespa-engine/jonmv/even-softer-dynamic-throttlingJon Marius Venstad2020-12-081-2/+4
|\ \ \ | |/ / |/| | Jonmv/even softer dynamic throttling
| * | Dynamic with even lower weightJon Marius Venstad2020-12-071-2/+4
| | |
* | | Revert "Revert "Revert "Always deconstruct in reverse creation order, ↵Jon Marius Venstad2020-12-081-1/+1
| | | | | | | | | | | | including Provider objects"""
* | | Revert "Revert "Always deconstruct in reverse creation order, including ↵Jon Marius Venstad2020-12-071-1/+1
| | | | | | | | | | | | Provider objects""
* | | Revert "Always deconstruct in reverse creation order, including Provider ↵Arnstein Ressem2020-12-071-1/+1
| | | | | | | | | | | | objects"
* | | Merge pull request #15720 from vespa-engine/jonmv/try-static-throttlingJon Marius Venstad2020-12-071-5/+3
|\| | | | | | | | Try a static throttling policy for comparison
| * | Try a static throttling policy for comparisonJon Marius Venstad2020-12-071-5/+3
| | |
* | | Merge pull request #15719 from ↵Jon Marius Venstad2020-12-071-3/+4
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/jonmv/accept-unexpected-reindexing-state-transitions Avoid transition RUNNING -> RUNNING
| * | Avoid transition RUNNING -> RUNNINGJon Marius Venstad2020-12-071-3/+4
| |/
* / Always deconstruct in reverse creation order, including Provider objectsJon Marius Venstad2020-12-071-1/+1
|/
* Revert "Jonmv/reindexing over multiple clusters"Jon Marius Venstad2020-12-048-116/+94
|
* Merge reindexing responses with multiple clusters in client in cfg serverJon Marius Venstad2020-12-042-10/+14
|
* Support multiple clusters in one cluster controllerJon Marius Venstad2020-12-048-94/+111
|
* Expect NPE when we should expect NPE, and avoid IAE due to illegal configJon Marius Venstad2020-12-041-1/+2
|
* Merge pull request #15641 from ↵Jon Marius Venstad2020-12-032-7/+28
|\ | | | | | | | | vespa-engine/jonmv/"clear"-reindexing-metrics0on-state-change Report reindexing progress as -1 for non-current states
| * Fix typoJon Marius Venstad2020-12-031-1/+1
| |
| * Report reindexing progress as -1 for non-current statesJon Marius Venstad2020-12-032-7/+28
| |
* | Avoid writing stale reindexing status to ZKJon Marius Venstad2020-12-031-10/+7
|/
* Merge pull request #15424 from vespa-engine/jonmv/reindexing-visitorTor Brede Vekterli2020-12-022-2/+3
|\ | | | | Use ReindexingVisitor, and specify 1 bucket per visitor
| * Use ReindexingVisitor, and specify 1 bucket per visitorJon Marius Venstad2020-11-232-2/+3
| |
* | Set initial window size to max of min and increment, in dynamic throttle policyJon Marius Venstad2020-12-011-1/+1
| |
* | Dynamic number of smaller visitors, with larger resize windowJon Marius Venstad2020-11-301-3/+3
| |
* | Window size 4Jon Marius Venstad2020-11-301-2/+2
| |
* | Try fixed at maxpending 2 for comparisonJon Marius Venstad2020-11-291-1/+2
| |
* | Even lover weightJon Marius Venstad2020-11-281-0/+1
| |
* | Set min, not max, window size to 1 >_<Jon Marius Venstad2020-11-281-1/+1
| |
* | Min window size 20 is still waaaay too muchJon Marius Venstad2020-11-281-1/+2
| |
* | Reduce weight even moreJon Marius Venstad2020-11-271-2/+2
| |
* | Manipulate window size increments insteadJon Marius Venstad2020-11-271-1/+2
| |
* | Reduce reindexer dynamic throttle policy weightJon Marius Venstad2020-11-271-0/+2
| |
* | Move ReindexingConfig up into ClusterControllerContainerJon Marius Venstad2020-11-231-7/+6
| |
* | Revert "Revert "Jonmv/reindexing rest api""Jon Marius Venstad2020-11-233-8/+186
|/ | | | This reverts commit 278967c98483da6b1308d34bd7b2b77e2f690288.
* Revert "Jonmv/reindexing rest api"Jon Marius Venstad2020-11-203-186/+8
|
* Add reindexing API to inspect status for each clusterJon Marius Venstad2020-11-203-8/+186
|
* Update metric state dimension name to "pending"Jon Marius Venstad2020-11-192-2/+2
|
* Update with new ready-state immediately when readyJon Marius Venstad2020-11-191-10/+21
|
* Status may be modified by different threads — wrap in AtomicRefenceJon Marius Venstad2020-11-191-27/+24
|
* Metric "reindexing.progress" with value [0, 1] instead of percentageJon Marius Venstad2020-11-192-10/+11
|
* Write metrics regularly when doing reindexingJon Marius Venstad2020-11-195-18/+87
|
* Non-functional updates to doc and commentsJon Marius Venstad2020-11-191-10/+10
|