aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/config
Commit message (Collapse)AuthorAgeFilesLines
* be more careful about splunk start/stopArne Juul2022-09-151-1/+1
| | | | | | * validate the configurable splunk-home * do stopping via C++ program instead of shell command * some refactoring of C++ code as well
* qrserver -> container, part 2Harald Musum2022-08-092-2/+2
|
* qrserver -> containerHarald Musum2022-08-081-32/+0
|
* Convert config-model to junit5Bjørn Christian Seime2022-07-2818-382/+383
|
* Fail deployment if node count is not given for content cluster in hostedHarald Musum2022-07-141-1/+31
| | | | Node count must be given for other zones than those that are manually deployed
* Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-3/+1
| | | | | | User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9
* Deprecate combined clusterMartin Polden2022-06-301-1/+24
|
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
|
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-081-122/+111
|
* Disallow impossible redundancyHåkon Hallingstad2022-06-081-10/+7
|
* remove unused configArne H Juul2022-06-081-4/+4
|
* Remove support for jvmargs attribute in nodes element in services.xmlHarald Musum2022-06-081-40/+0
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-192-3/+3
|
* GC usage of FAIL_DEPLOYMENT_WITH_INVALID_JVM_OPTIONS feature flagHarald Musum2022-05-161-2/+2
| | | | Has been true for a while, stop using it and prepare for removal
* Use -Xlog:gc instead of -verbose:gcHarald Musum2022-05-101-3/+3
|
* Aliases were not used hereJon Bratseth2022-04-281-14/+6
|
* Add error handler for XML parsingHarald Musum2022-04-201-0/+37
| | | | Will output name of source if there is a warning or error
* Revert "Merge pull request #22072 from ↵jonmv2022-04-091-1/+1
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* Revert "Merge pull request #22068 from ↵jonmv2022-04-081-1/+1
| | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* Move ID part to HostName in config-provisioningjonmv2022-04-081-1/+1
|
* Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-231-44/+43
|
* Cleanup and more testing of specifying node architecture for admin clustersHarald Musum2022-03-181-12/+27
|
* Add feature flag for node architecture for admin clustersHarald Musum2022-03-151-0/+43
| | | | | Flag value will be used for implicitly created nodes in admin clusters (cluster controllers only for now)
* Merge pull request #21370 from vespa-engine/hmusum/use-arm64Arnstein Ressem2022-02-241-2/+2
|\ | | | | Use arm64 as architecture name
| * Use arm64 as architecture nameHarald Musum2022-02-241-2/+2
| |
* | Make the error message meaningful for usersJon Bratseth2022-02-241-2/+58
|/ | | | | | | If application packages uses <nodes count=... syntax but also have a hosts.xml file, and are deploying self-hosted we will fail, but should do so with an understandable error.
* Add support for achitecture in node resourcesHarald Musum2022-02-231-2/+3
|
* Merge pull request #21301 from ↵Jon Marius Venstad2022-02-221-1/+3
|\ | | | | | | | | vespa-engine/hmusum/dont-use-deprecated-allocated-memory Move away from deprecated 'allocated-memory' attribute in nodes element
| * Move away from deprecated 'allocated-memory' attribute in nodes elementHarald Musum2022-02-221-1/+3
| |
* | Stop using deprecated jvm-options attributeHarald Musum2022-02-221-5/+10
|/
* SimplifyJon Bratseth2022-01-242-11/+9
|
* SimplifyJon Bratseth2022-01-241-1/+1
|
* Revert "Revert "Jonmv/reapply zk changes 2""Jon Marius Venstad2022-01-171-1/+9
| | | | This reverts commit 810da357155a349884b862de87e18de87ed54b35.
* 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
|