aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/admin/clustercontroller/ClusterControllerContainerCluster.java
Commit message (Collapse)AuthorAgeFilesLines
* Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-101-2/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "Revert "Remove access logging for internal container clusters""Harald Musum2023-05-081-6/+1
|
* Revert "Remove access logging for internal container clusters"Harald Musum2023-05-081-1/+6
|
* Remove access logging for internalk container clustersHarald Musum2023-05-061-6/+1
|
* Move access log setup for non-application containers to clusterHarald Musum2023-05-031-0/+7
|
* Revert "Reapply "Remove access logging for container clusters that are ↵Harald Musum2023-05-031-2/+0
| | | | internal""
* Revert "Revert "Reapply "Remove access logging for container clusters that ↵Harald Musum2023-04-291-0/+2
| | | | are internal"""
* Revert "Reapply "Remove access logging for container clusters that are ↵Harald Musum2023-04-281-2/+0
| | | | internal""
* Revert "Revert "Remove access logging for container clusters that are internal""Harald Musum2023-04-281-0/+2
|
* Revert "Remove access logging for container clusters that are internal"Harald Musum2023-04-271-2/+0
|
* Enable access logging for internal container clusters in hostedHarald Musum2023-04-271-1/+1
|
* Remove access logging for container clusters that are internalHarald Musum2023-04-271-0/+2
|
* Reapply "Turn off logging for containers for some classes"Arne Juul2023-03-161-3/+0
| | | | This reverts commit 8a5f333b590f5632bc1d7aafdcea12ba9d6cafa4.
* Revert "Turn off logging for containers for some classes"Harald Musum2023-03-161-0/+3
|
* Turn off logging for containers for some classesHarald Musum2023-03-151-3/+0
| | | | | | Make it possible to set logctl specs for all types of containers and set default logctl specs for some external classes code that we want to avoid in vespa log
* split AbstractConfigProducerArne Juul2023-02-131-2/+2
|
* GC unused metrics-proxy-threads.Henning Baldersheim2022-09-271-1/+1
|
* Implement mechanism for avoiding unnecesssary bundles.gjoranv2022-07-261-0/+9
| | | | | + Avoid installing security bundles for clustercontroller and metrics-proxy.
* 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.