aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-apps
Commit message (Collapse)AuthorAgeFilesLines
* Support configurable two-phase state transitions in cluster controllerTor Brede Vekterli2019-03-141-0/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove experimental enable-multiple-bucket-spaces flag.Geir Storli2018-11-231-1/+0
| | | | The feature has been default on since late May 2018.
* Only derive default bucket space node states when cluster has global docsTor Brede Vekterli2018-05-021-0/+1
| | | | | | | Lets cluster controller use new protocols for sending compressed cluster state bundles, but without triggering implicit Maintenance edges for nodes in the default bucket space. Also allows for easy live reconfiguration when global document types are added or removed.
* Remove explicit maven-compiler-plugin config. Inherit from parent.gjoranv2018-04-251-10/+0
|
* Add config to clustercontroller for the min merge completion ratio of ↵Geir Storli2018-03-201-0/+1
| | | | buckets in a bucket space before it is considered complete.
* Add switch to enable multiple bucket spaces in cluster controller.Geir Storli2018-02-271-0/+1
|
* Nonfunctional changes onlyJon Bratseth2018-02-264-17/+28
|
* use LoggingRequestHandler.Context in constructorsArne Juul2018-01-054-21/+16
| | | | | * this implicitly wires in a Metric, allowing handler invocations to be measured in the ThreadedRequestHandler superclass.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Merge pull request #3525 from ↵Tor Brede Vekterli2017-10-121-0/+3
|\ | | | | | | | | vespa-engine/vekterli/re-enable-synchronous-set-node-state Re-enable synchronous set node state with additional safeguards
| * Add configurable deadline for cluster controller tasksTor Brede Vekterli2017-09-251-0/+3
| | | | | | | | | | | | Prevents an unstable cluster from potentially holding up all container request processing threads indefinitely. Deadline errors are translated into HTTP 504 errors to REST API clients.
* | Remove unused imports and imports by *.Henning Baldersheim2017-10-021-2/+0
| |
* | Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+2
| |
* | Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-2/+0
| |
* | Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
|/
* Nonfunctional changesJon Bratseth2017-08-3011-6/+14
|
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1412-12/+12
|
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Copyright header"Jon Bratseth2017-06-1312-13/+12
|
* Copyright headerJon Bratseth2017-06-1312-12/+13
|
* Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-0/+2
|
* Merge pull request #56 from yahoo/vekterli/configurable-group-auto-takedownTor Brede Vekterli2016-06-272-1/+7
|\ | | | | Add configurable automatic group up/down feature based on node availability
| * Add configurable automatic group up/down feature based on node availabilityTor Brede Vekterli2016-06-172-1/+7
| | | | | | | | | | | | | | | | Available under content cluster tuning tag; feature is currently disabled by default (need prod experience for this first). Also improves handling of nodes removed from config by ensuring these are taken out of the core working cluster state instead of just patched away before each state publish.
* | Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
| |
* | Change hakon to hakonhallHåkon Hallingstad2016-06-171-1/+1
|/
* PublishJon Bratseth2016-06-1514-0/+622