aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/admin/clustercontroller/ClusterControllerContainerCluster.java
Commit message (Collapse)AuthorAgeFilesLines
* All non application clusters only needs a few threads. 2 should be sufficient.Henning Baldersheim2022-01-141-1/+1
| | | | | This is controlled by the featureflag so far only used for the metrics-proxy. This will bring the clustercontroller and logserver in line with the metrics-proxy.
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Remove feature flagHarald Musum2021-05-181-5/+1
|
* Turn off verbose GC logging for metricsproxy and clustercontrollerJon Marius Venstad2021-04-201-1/+0
|
* Set jvmargs based on cluster typeJon Marius Venstad2021-03-221-1/+4
|
* Use the jvm options from the feature falg as default also for the logserver ↵Henning Baldersheim2021-03-131-0/+1
| | | | and the clustercontroller.
* Use 256 Mb for heap size for cluster controllers in tests and test ↵Harald Musum2021-03-041-4/+3
| | | | properties as well
* Avoid duplication when generating config and add testHarald Musum2021-02-101-9/+2
|
* Use feature flag for max heap size for cluster controllerHarald Musum2021-02-101-0/+21
| | | | Feature flag default is 512, so no change of default value
* Set dynamicReconfiguration per container in cluster container clusterHarald Musum2021-02-091-3/+2
|
* Remove obsolete feature falgJon Marius Venstad2021-02-081-2/+1
|
* Remove reindexing feature flagBjørn Christian Seime2021-02-011-3/+1
|
* Control reindexer resource usage with a feature flagJon Marius Venstad2020-12-091-1/+1
|
* Add back feature flag wiring that was removed accidentallyBjørn Christian Seime2020-12-071-1/+9
|
* Correctly configure reindexing for shared cluster controller clusterBjørn Christian Seime2020-12-071-1/+9
| | | | | | Moved ReindexingContext to ClusterControllerContainerCluster. Add document types to reindexing context during construction of ContentCluster instance. Add disabled implementation of Reindexing to its Java interface.
* Make ContainerCluster produce CuratorConfigMartin Polden2020-11-261-1/+1
|
* Revert "Support configuring ZooKeeper service in container"Harald Musum2020-11-251-1/+1
|
* Make ContainerCluster produce CuratorConfigMartin Polden2020-11-251-1/+1
|
* Revert "Merge pull request #15282 from ↵Bjørn Christian Seime2020-11-111-1/+1
| | | | | | | vespa-engine/revert-15274-revert-15272-revert-15264-bjorncs/install-clustercontroller-reindexer" This reverts commit e76263f5fe4b357bbec295d505c4be0765c70042, reversing changes made to c6effdaac42cca97412a01b488820fbdd5b65c0d.
* Revert "Revert "Revert "Bjorncs/install clustercontroller reindexer"""Arnstein Ressem2020-11-111-1/+1
|
* Revert "Revert "Bjorncs/install clustercontroller reindexer" MERGEOK"Bjørn Christian Seime2020-11-111-1/+1
|
* Revert "Bjorncs/install clustercontroller reindexer"Arnstein Ressem2020-11-111-1/+1
|
* Reapply changes from original PRBjørn Christian Seime2020-11-101-1/+1
|
* Revert "Bjorncs/reindexing cluster controller in config model"Bjørn Christian Seime2020-11-101-1/+1
|
* Add '@Override'Bjørn Christian Seime2020-11-101-1/+1
|
* Scale size of default threadpool on node resourcesBjørn Christian Seime2020-10-081-6/+0
|
* Add flag control over softstart seconds.Henning Baldersheim2020-04-161-2/+1
|
* Move setup of message bus to ApplicationContainerClusterHarald Musum2019-07-261-0/+2
|
* Rename myPrepare -> doPreparegjoranv2019-03-131-1/+1
|
* Simplify setup of default handlers.gjoranv2019-03-131-0/+1
|
* Set up components depending on cluster type.gjoranv2019-03-131-6/+1
| | | | | - Remove ClusterVerifier, it's no longer needed. - Remove tests that are no longer relevant.
* Separate between ContainerCluster types.gjoranv2019-03-131-0/+34
- Add type parameter for ContainerCluster - Add concrete type for app clusters (CCImpl) and clustercontroller clusters (ClusterControllerCC)