summaryrefslogtreecommitdiffstats
path: root/flags
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused include-sis-in-truststore flag definitionHåkon Hallingstad2020-01-281-11/+0
|
* Fix description of modification effect for ↵Harald Musum2020-01-261-1/+1
| | | | GENERATE_ROUTING_CONFIG_FOR_TESTER_APPLICATIONS
* Add flag for -when to generate routing config for tester applicationsHarald Musum2020-01-241-0/+7
|
* Merge pull request #11881 from ↵Ola Aunrønning2020-01-221-7/+0
|\ | | | | | | | | vespa-engine/olaa/remove-use-old-metrics-check-flag Remove old metrics check flag
| * Remove old metrics check flagOla Aunrønning2020-01-221-7/+0
| |
* | Merge pull request #11865 from vespa-engine/freva/remove-flagHåkon Hallingstad2020-01-211-5/+0
|\ \ | |/ |/| Remove fail-starting-node-on-ip-mismatch flag
| * Remove fail-starting-node-on-ip-mismatch flag, enabled everywhereValerij Fredriksen2020-01-211-5/+0
| |
* | Add flag to generate L4 routingMorten Tokle2020-01-211-0/+6
|/
* Merge pull request #11850 from vespa-engine/mortent/remove-migrate-aws-hc-flagBjørn Christian Seime2020-01-201-6/+0
|\ | | | | Remove feature flag migrate-aws-health-check
| * Remove feature flag migrate-aws-health-checkMorten Tokle2020-01-201-6/+0
| |
* | Merge pull request #11851 from vespa-engine/mortent/routing-l4-flagMorten Tokle2020-01-201-0/+6
|\ \ | |/ |/| Add flag to install L4 routing package
| * Add flag to install L4 routing packageMorten Tokle2020-01-201-0/+6
| |
* | Merge pull request #11835 from ↵Håkon Hallingstad2020-01-201-0/+7
|\ \ | |/ |/| | | | | vespa-engine/hakonhall/use-bucketspace-metric-in-retirement Use bucket_space metric in retirement
| * Test metric value for different dimensions, and moreHåkon Hallingstad2020-01-171-1/+1
| |
| * Use bucket_space metric in retirementHåkon Hallingstad2020-01-171-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | This makes the Cluster Controller use the vds.datastored.bucket_space.buckets_total, dimension bucketSpace=default, to determine whether a content node manages zero buckets, and if so, will allow the node to go permanently down. This is used when a node is retiring, and it is to be removed from the application. The change is guarded by the use-bucket-space-metric, default true. If the new metric doesn't work as expected, we can revert to using the current/old metric by flipping the flag. The flag can be controlled per application.
* | Add flag for where to send tester api callsHarald Musum2020-01-201-0/+5
| |
* | Add in-place resize feature flagValerij Fredriksen2020-01-171-2/+7
| |
* | Merge branch 'master' into freva/fallback-to-node-repo-addressValerij Fredriksen2020-01-161-0/+7
|\ \ | | | | | | | | | | | | # Conflicts: # flags/src/main/java/com/yahoo/vespa/flags/Flags.java
| * | Introduce feature flag and LB config to use port 4443 upstreamBjørn Christian Seime2020-01-151-0/+7
| |/
* / Fail if IP address from node-repo does not match the resolved IP address if ↵Valerij Fredriksen2020-01-161-0/+6
|/ | | | feature flag i set
* Migrate AWS target group health checksMorten Tokle2020-01-071-0/+7
|
* Merge branch 'master' into andreer/disk-write-testAndreas Eriksen2020-01-031-0/+6
|\
| * Add CM3 flag.Arnstein Ressem2020-01-021-0/+5
| |
* | re-add disk write test feature flagandreer2020-01-021-0/+6
|/
* Remove use-advertised-resources feature flagValerij Fredriksen2019-12-101-7/+0
|
* Add feature flag for controlleing whether to use TLS for ZooKeeper clientHarald Musum2019-12-041-0/+6
|
* Add isEmpty() to FetchVector and FlagDataBjørn Christian Seime2019-12-032-0/+4
|
* Add workaround for IntelliJ unable to detect language versionBjørn Christian Seime2019-12-031-0/+4
|
* Add feature flag for how to setup TLS for ZooKeeper client/server communicationHarald Musum2019-11-281-0/+6
|
* Revert "Change default value for TLS ZK quorum communication to ↵Harald Musum2019-11-271-1/+1
| | | | PORT_UNIFICATION"
* Update flags/src/main/java/com/yahoo/vespa/flags/Flags.javaHarald Musum2019-11-271-1/+1
| | | Co-Authored-By: Ola Aunrønning <olaa@verizonmedia.com>
* Include application id in flag definition for use-old-metrics-checksHarald Musum2019-11-271-1/+1
|
* Merge pull request #11415 from ↵Harald Musum2019-11-261-1/+1
|\ | | | | | | | | vespa-engine/hmusum/change-default-value-for-zk-tls-quorum-communication Change default value for TLS ZK quorum communication to PORT_UNIFICATION
| * Change default value for TLS ZK quotum comuunication to PORT_UNIFICATIONHarald Musum2019-11-261-1/+1
| |
* | Add feature flag to be used when switching away from old way of doing ↵Harald Musum2019-11-261-0/+6
|/ | | | metrics checks
* Remove unused feature flag START_AND_STOP_VESPA_WITH_YINSTHarald Musum2019-11-251-6/+0
|
* Revert "Revert "Change default value for start-and-stop-vespa-with-yinst to ↵Harald Musum2019-11-181-1/+1
| | | | false""
* Revert "Change default value for start-and-stop-vespa-with-yinst to false"Harald Musum2019-11-181-1/+1
|
* Change default value for start-and-stop-vespa-with-yinst to falseHarald Musum2019-11-181-1/+1
|
* Merge pull request #11300 from ↵Andreas Eriksen2019-11-151-13/+0
|\ | | | | | | | | vespa-engine/andreer/remove-direct-routing-feature-flags remove direct routing feature flags
| * remove direct routing feature flagsandreer2019-11-141-13/+0
| |
* | Change default major.minor version for ZooKeeper servers to 3.5Harald Musum2019-11-151-1/+1
| |
* | Merge pull request #11284 from ↵Håkon Hallingstad2019-11-141-0/+6
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/allow-overriding-noderepositorymaintenance-durations-with-flag Add flag to control reboot interval
| * | Read reboot-interval-in-days dynamicallyHåkon Hallingstad2019-11-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But also: Changes the distribution of the scheduling past 1x reboot interval: hosts will be scheduled for reboot evenly distributed in the whole 1x-2x range, and is by this guaranteed to be scheduled at latest at 2x. The expected time before a reboot was scheduled was 1.33 reboot intervals, while there was no guarantee of an upper time. The new algorithm has an expected time before reboot of 1.5 reboot intervals, bound to 2x. The old would have a higher probability of reboot passing the 1x boundary, while a lower probability than the new as one nears 2x. So I think the new algorithm also have the nice property of avoiding thundering herd, perhaps even more so than the old: For instance when most hosts are rebooted at the same time in a zone, they would tend to be rescheduled for reboot closer to each other with the old than with the new. And, enabling the new algoritm should also not lead to too many hosts suddenly having to reboot, or at least that's what I hope. I can sanity-check this before merge - I guess it would be dominated by the number of hosts in west/east that are beyond 2x.
| * | Make flag only for NodeRebooter, and remove fetching from environmentHåkon Hallingstad2019-11-133-81/+3
| | |
| * | Allow overriding NodeRepositoryMaintenance durations with flagHåkon Hallingstad2019-11-133-0/+83
| | |
* | | Change feature flag for tls for ZooKeeper quorum communication to be a stringHarald Musum2019-11-141-3/+3
| |/ |/|
* | Add feature flag for using TLS for zk quorum communicationHarald Musum2019-11-131-0/+6
|/
* Add feature flag for deciding if vespa should be started and stopped with yinstHarald Musum2019-11-051-0/+6
|
* Add application id and hostname as dimensions for ↵Harald Musum2019-10-291-1/+1
| | | | ZOOKEEPER_SERVER_MAJOR_MINOR_VERSION