summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-141-9/+1
|
* Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-131-1/+9
| | | | This reverts commit a7e95293f7f0bd4a9a2a3618a48061a14ffbf2e3.
* Revert "Jonmv/reapply zk changes"Arnstein Ressem2022-01-121-9/+1
|
* Revert "Revert "Jonmv/remove retired nodes from zk clusters when data ↵Jon Marius Venstad2022-01-121-1/+9
| | | | | | migration complete [run-systemtest]"" This reverts commit 703a09ea682cb91b7df58f88efc48a0503fa3a4b.
* Revert "Jonmv/remove retired nodes from zk clusters when data migration ↵Harald Musum2022-01-121-9/+1
| | | | complete [run-systemtest]"
* Propagate whether node is retired in zk servers configJon Marius Venstad2022-01-111-1/+9
|
* Reduce default memory gain limit from 10% to 8%Henning Baldersheim2022-01-101-1/+1
|
* Warn when using 'jvmargs' or 'jvm-options' in services.xmlHarald Musum2022-01-061-2/+3
| | | | | Log application package warning and note that those options are deprecated and will be removed in Vespa 8
* Reduce allowed memorygain from 12.5% to 10% in order to reduce max memory ↵Henning Baldersheim2022-01-041-1/+1
| | | | fluctuations.
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2110-234/+242
|
* Add a test that heap size percentage override is taken into account when ↵Henning Baldersheim2021-12-181-0/+37
| | | | allowing memory for proton.
* ensure "splunk stop" is run on shutdownArne H Juul2021-12-171-0/+4
|
* Add links to doc in log and excpetion messagesHarald Musum2021-12-141-1/+4
|
* Minor changes to log warningHarald Musum2021-12-131-1/+1
|
* Support application level endpointsMorten Tokle2021-11-111-1/+2
|
* search -> schemaJon Bratseth2021-10-151-4/+4
|
* Don't try to copy files if just one config serverJon Bratseth2021-10-121-2/+6
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-0719-19/+19
|
* Call initService when falling back to a single nodeJon Bratseth2021-10-061-2/+7
|
* Wire in the executor up to TenantRepositoryHenning Baldersheim2021-09-091-0/+6
|
* As we now account for fixed memory cost we can now safely increase the heap ↵Henning Baldersheim2021-08-251-4/+4
| | | | percentage from 60% to 70%
* Warn instead of failing on validation errors in manual zonesJon Bratseth2021-06-081-2/+3
| | | | | | The purpose of validation overrides is to protect production from destructive changes by requiring a confirmation for such changes. This is unnecessary in manuall deployed environments.
* Revert "Revert "Searchdefinition/schemas cleanup""Harald Musum2021-06-052-3/+4
|
* Revert "Searchdefinition/schemas cleanup"Arnstein Ressem2021-06-042-4/+3
|
* Use generateSchemds and remove generateSearchDefinitionHarald Musum2021-06-042-3/+4
|
* searchdefinitions -> schemasHarald Musum2021-06-031-6/+6
|
* Cluster controllers are not tied to content clusters anymoreHarald Musum2021-06-011-6/+0
|
* Assign Slobroks only on cluster controllersJon Bratseth2021-05-241-14/+39
|
* Warn when specifying resource limits in hosted VespaHarald Musum2021-05-201-4/+0
| | | | | Want to throw and fail deployments, but need to make sure nobody i doing this first, so warn for now
* Merge pull request #17742 from vespa-engine/arnej/no-splunk-on-admin-nodesArne H Juul2021-05-061-0/+83
|\ | | | | skip adding logforwarder on hosts if they have membership with cluste…
| * unconditional -> include-adminArne Juul2021-05-061-1/+1
| |
| * test logforwarder not-in-adminArne Juul2021-05-061-0/+83
| |
* | Only include non-retired nodes in redundancy computationJon Bratseth2021-05-061-5/+33
|/ | | | | | | | | | Usually redundancy is down-adjusted to match the nodes per group, but not if the node count requested is high enough but downscaled by capacity policies. The redundancy is also adjusted down if there are not enough nodes in the actual allocation, which normally handles this case, but not if there are retired nodes. That is fixed in this PR by not counting retired nodes when making that adjustment.
* Merge pull request #17641 from vespa-engine/bratseth/query-profile-referencesJon Bratseth2021-04-281-8/+0
|\ | | | | Use owner's dimensions in BackedOverridableQueryProfile
| * Use owner's dimensions in BackedOverridableQueryProfileJon Bratseth2021-04-281-8/+0
| | | | | | | | | | | | | | | | Use owner's dimensions rather than the backed's in BackedObverridableQueryProfile. This matters when a profile references a profile with different but overlapping dimensions and both the owner and referred profile assigns values for the same paths, within their respective dimension spaces.
* | Add Slobroks to admin cluster controllersJon Bratseth2021-04-281-5/+19
|/
* Merge pull request #17559 from ↵Jon Marius Venstad2021-04-231-107/+24
|\ | | | | | | | | vespa-engine/bratseth/clustercontroller-cleanup-take-3 Bratseth/clustercontroller cleanup take 3
| * Revert "Merge pull request #17550 from ↵Jon Bratseth2021-04-221-107/+24
| | | | | | | | | | | | | | vespa-engine/revert-17544-bratseth/clustercontroller-cleanup-take-2" This reverts commit 8b894d8815dac50d07d4ef82ae83343915b8f8dd, reversing changes made to 7bb93176d1c15704f89d69fa6daaaefdb19692c9.
* | Make sure we are able to output context for validation errorsHarald Musum2021-04-232-5/+23
|/
* Revert "Bratseth/clustercontroller cleanup take 2"Jon Bratseth2021-04-221-24/+107
|
* Revert "Merge pull request #17534 from ↵Jon Bratseth2021-04-221-107/+24
| | | | | | | vespa-engine/revert-17528-bratseth/clustercontroller-cleanup" This reverts commit bc3caa587f166d02e90b8bb81a1656a6cdd32715, reversing changes made to 972c1f6f1131d1eb9af3f8f072131a97d1436cd5.
* Correct impossible redundancyJon Bratseth2021-04-211-0/+33
|
* Allocate retired nodes in addition to what's requestedJon Bratseth2021-04-211-24/+57
|
* Merge pull request #16818 from ↵Harald Musum2021-03-101-57/+137
|\ | | | | | | | | vespa-engine/jonmv/cluster-controller-migration-cleanup Always use dedicated cluster controllers when hosted (except in some …
| * Always use dedicated cluster controllers when hosted (except in some tests)Jon Marius Venstad2021-03-051-57/+137
| |
* | Enough to reserve 0.5Gb memory on content nodesJon Marius Venstad2021-03-031-1/+1
|/
* Apply max heap size for metrics proxy only for nodes in cluster of type 'admin'Harald Musum2021-03-011-1/+1
|
* Make dedicated cluster-controllers non-exclusiveJon Marius Venstad2021-02-251-23/+0
|