aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/container
Commit message (Collapse)AuthorAgeFilesLines
* Add env variable for setting zookeeper jute max buffer sizeHarald Musum33 hours1-8/+4
|
* Truncate app container heap size to 4 significant bits (when hosted)jonmv2024-06-051-0/+25
|
* Stop using feature flag for jvmOmitStackTraceInFastThrowOptionHarald Musum2024-05-301-24/+0
| | | | | Startup scripts now all set -XX:-OmitStackTraceInFastThrow and no need for a feature flag to control this
* Update test to expect 1 more default searcher.Henning Baldersheim2024-05-301-2/+3
|
* Require a single, fixed-size node for tester containersjonmv2024-05-231-0/+25
|
* Merge pull request #31241 from vespa-engine/hakonhall/quota-capacity-policiesJon Bratseth2024-05-191-1/+1
|\ | | | | Hakonhall/quota capacity policies
| * Apply capacity to quota checkJon Bratseth2024-05-131-1/+1
| |
* | Fix Jvm options in combination with feature flagHarald Musum2024-05-162-18/+24
|/ | | | | | Need to set jvm options from services.xml first, code prevents overriding jvm config that is already set on container (not cluster) level.
* Merge pull request #31049 from ↵Bjørn Christian Seime2024-04-261-0/+4
|\ | | | | | | | | vespa-engine/jobergum/add-prepend-embedder-support add prepend support to embedder
| * add prepend supportJo Kristian Bergum2024-04-251-0/+4
| |
* | Merge pull request #30871 from vespa-engine/marius/add-significance-searcherMarius Arhaug2024-04-241-1/+1
|\ \ | |/ |/| Add significance searcher
| * update injectableMariusArhaug2024-04-161-1/+1
| |
* | Check for duplicate clientsMorten Tokle2024-04-171-0/+30
| |
* | Update ↵Bjørn Christian Seime2024-04-111-3/+3
| | | | | | | | config-model/src/test/java/com/yahoo/vespa/model/container/component/ModelTest.java
* | Use assertThrowsHarald Musum2024-04-111-9/+6
| |
* | Use valid url in testsHarald Musum2024-04-111-1/+1
| |
* | Validate url for modelsHarald Musum2024-04-111-0/+36
| |
* | Arrays.asList => List.ofHenning Baldersheim2024-04-112-13/+10
| |
* | Collections.emptyXXX + Collections.singletonXXX => List/Set/Map.ofHenning Baldersheim2024-04-103-11/+8
|/
* Rewrite hosted test to use services.xml for hostedHarald Musum2024-04-071-11/+3
|
* GC confusing and void ClusterConfig.clusterIdHenning Baldersheim2024-03-182-7/+6
|
* - Have a single content cluster per searchcluster.Henning Baldersheim2024-03-171-7/+1
| | | | - Unify handling of indexed and streaming search.
* Revert "Single searchcluster take 5"Henning Baldersheim2024-03-171-1/+7
|
* Revert "Revert "Single searchcluster take 3""Henning Baldersheim2024-03-161-7/+1
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-1/+7
|
* Single searchcluster take 4Henning Baldersheim2024-03-151-7/+1
|
* Revert "Single searchcluster take 3"Henning Baldersheim2024-03-151-1/+7
|
* If any schema is streaming, cluster is streaming.Henning Baldersheim2024-03-151-7/+1
|
* rank-profiles from different schemas can not be joined.Henning Baldersheim2024-03-071-1/+0
|
* - GC unused ancient code. documents selection validation isHenning Baldersheim2024-03-041-32/+9
| | | | done correctly in ContentCluster. GC old leftower from 5.0.
* Remove unused method override.Henning Baldersheim2024-02-161-5/+0
|
* Revert "Revert "Validate applied permissions in config model""Bjørn Christian Seime2024-01-291-3/+20
| | | | This reverts commit 1c97bdea2713238c87e44440cb03c913911090d2.
* Revert "Validate applied permissions in config model"Jon Marius Venstad2024-01-261-20/+3
|
* Verify that unknown permissions are rejectedBjørn Christian Seime2024-01-261-3/+20
|
* Merge remote-tracking branch 'origin/master' into ↵Jo Kristian Bergum2024-01-061-0/+35
|\ | | | | | | jobergum/colbert-handle-multilingual-tokenizers
| * Tag provided models with type to catch misconfigurationBjørn Christian Seime2024-01-051-0/+35
| |
* | handle multilingual models betterJo Kristian Bergum2024-01-061-0/+8
|/
* Add a splade embedder implementationJo Kristian Bergum2023-12-151-1/+29
|
* Make sure to set JVM options also when there is no nodes element in services.xmlHarald Musum2023-12-051-0/+19
|
* Remove unnecessary code for producing filedistributorrpc configHarald Musum2023-11-101-3/+1
| | | | Config value is always the same for a node, make it simple
* Only report known dimension valuesMorten Tokle2023-10-232-0/+34
|
* Merge pull request #28979 from vespa-engine/bjorncs/duplicate-bindingsBjørn Christian Seime2023-10-171-2/+33
|\ | | | | Ensure binding set is not modified during iteration
| * Ensure binding set is not modified during iterationBjørn Christian Seime2023-10-171-2/+33
| |
* | Enable connection logger for self-hostedBjørn Christian Seime2023-10-171-0/+3
|/
* Require zone-scoped endpoint in config-modelMartin Polden2023-10-114-4/+32
|
* Correct copyright headersJon Bratseth2023-10-091-5/+5
|
* Update copyrightJon Bratseth2023-10-0966-65/+67
|
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-051-6/+14
|
* Introduce new threadpool syntaxBjørn Christian Seime2023-09-282-1/+20
|
* Remove fallback to zone-scoped endpoint buildingMartin Polden2023-09-251-49/+10
|