aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Add env variable for setting zookeeper jute max buffer sizeHarald Musum22 hours3-8/+7
|
* Merge pull request #31568 from vespa-engine/arnej/use-gw-exporterArne H Juul3 days1-1/+1
|\ | | | | use the GW cluster as exporter
| * use the GW cluster as exporterArne Juul13 days1-1/+1
| |
* | Revert "Always use dynamic port for logserver-container"Harald Musum3 days3-1/+3
| |
* | Always use dynamic port for logserver-containerHarald Musum3 days3-3/+1
| |
* | Warn when using paged attribute setting in combination with HNSW indexing.Tor Egge8 days2-4/+33
| |
* | Do not use dynamic logserver ports for non-testers in hosted Vespajonmv9 days3-1/+3
| |
* | Provide services to restart for global-doc, ONNX and LLM change validatorsjonmv10 days5-3/+14
| |
* | Merge pull request #31589 from vespa-engine/mpolden/logcontainerHarald Musum10 days11-45/+75
|\ \ | | | | | | Add container on logserver in non-hosted environment
| * | Add container on logserver in non-hosted environmentMartin Polden10 days11-45/+75
| |/
* / remove service labels, at least for nowArne Juul13 days1-2/+3
|/
* Forward multivalue information from parent field to individual struct indexes.Henning Baldersheim13 days16-8/+220
|
* add metricset filterArne Juul2024-06-121-0/+33
|
* Merge pull request #31530 from vespa-engine/jonmv/public-athenz-servicesJon Marius Venstad2024-06-112-31/+54
|\ | | | | Jonmv/public athenz services
| * Make it possible to launch an Athenz service in publicjonmv2024-06-112-31/+54
| |
* | memoryGb => memoryGiBHenning Baldersheim2024-06-119-14/+14
| |
* | Disk size is given in units of 1*10^9(GB), not 1*1024^3(GiB)Henning Baldersheim2024-06-114-31/+32
| |
* | find parent hostname from nodenameArne Juul2024-06-103-4/+50
| |
* | Update code after transactionlogserver service was removedHarald Musum2024-06-101-3/+2
| | | | | | | | Add TODOs for removing more when older versions are not in use anymore
* | Merge pull request #31491 from ↵Henning Baldersheim2024-06-095-130/+48
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/remove-transaction-log-server-service Remove transaction log server as a service
| * | Remove transaction log server as a serviceHarald Musum2024-06-095-130/+48
| |/ | | | | | | | | | | It has been a part of searchnode/proton for a long time, this change should only remove it as a service, no other changes (no port changes either).
* | Merge pull request #31470 from vespa-engine/arnej/add-metric-renamesArne H Juul2024-06-091-3/+31
|\ \ | |/ |/| also use metricstransform processor to rename some metrics
| * also use metricstransform processor to rename some metricsArne Juul2024-06-061-3/+31
| |
* | Test that diversity requires either match-phase or second-phaseHenning Baldersheim2024-06-072-0/+26
| |
* | Remove hyphen in second phase rank score drop limit property name.Tor Egge2024-06-072-2/+2
| |
* | Log when some ZK nodes are not present in a session, but should bejonmv2024-06-071-1/+0
| |
* | Merge pull request #31467 from ↵Henning Baldersheim2024-06-068-161/+191
|\ \ | | | | | | | | | | | | vespa-engine/balder/support-diversity-at-rankprofile-level Balder/support diversity at rankprofile level
| * | Inherits diversity settings.Henning Baldersheim2024-06-061-32/+35
| | |
| * | - Test that deprecation warning is given if specified inside match-phase {}.Henning Baldersheim2024-06-062-18/+51
| | | | | | | | | | | | - Test that exception is thrown if specified twice.
| * | Support Diversity at rank-profile level.Henning Baldersheim2024-06-068-126/+120
| |/
* | Move parsing of configuration string to config modelBjørn Christian Seime2024-06-061-10/+28
| |
* | Update ↵Bjørn Christian Seime2024-06-061-1/+1
| | | | | | | | | | config-model/src/main/java/com/yahoo/vespa/model/container/http/ssl/HostedSslConnectorFactory.java Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* | Update configuration validation in modelBjørn Christian Seime2024-06-061-1/+1
|/
* Truncate app container heap size to 4 significant bits (when hosted)jonmv2024-06-052-3/+37
|
* Make sample rate mandatory. Validate in config modelBjørn Christian Seime2024-06-051-0/+5
|
* Control content logging through feature flagBjørn Christian Seime2024-06-052-2/+9
|
* Add feature flag for enforcing strictly increasing cluster state versionsTor Brede Vekterli2024-06-034-4/+49
| | | | | | Applies to `stor-server` config for both distributors and storage nodes. Defaults to `false` for now.
* Add second phase rank score drop limit to config model.Tor Egge2024-06-036-0/+51
|
* Stop using feature flag for jvmOmitStackTraceInFastThrowOptionHarald Musum2024-05-307-55/+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
|
* Merge pull request #31348 from ↵Jon Marius Venstad2024-05-3010-41/+48
|\ | | | | | | | | vespa-engine/jonmv/correctly-compute-with-node-tax Account for node tax when computing heap mem pct
| * Update tests and fix commentjonmv2024-05-302-6/+6
| |
| * Correctly account for node memory overhead when computing args for startup ↵jonmv2024-05-299-36/+43
| | | | | | | | script
* | Add TODOHarald Musum2024-05-291-0/+1
| |
* | Only log application package warning if inheriting from default summaryHarald Musum2024-05-292-3/+8
| |
* | Throw if inheriting non-existent document summaryHarald Musum2024-05-294-26/+12
| | | | | | | | Special handling of inheriting default, which I assume will always be ok
* | Merge pull request #31333 from ↵Henning Baldersheim2024-05-292-2/+24
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/throw-if-document-summary-inherits-non-existen-summary Add test showing that inheriting a non-existent document summary give…
| * | Add test showing that inheriting a non-existent document summary gives ↵Harald Musum2024-05-292-2/+24
| |/ | | | | | | | | | | | | | | | | NullPointerException Today we give a warning and plan to fix this in Vespa 9. This test shows that we might as well throw as we get a NullPointerException and config server returns and internal server error when this happens, which is worse.
* / Log a deployment warning if distribution keys are high relative to node countTor Brede Vekterli2024-05-292-1/+84
|/ | | | | | Using very high distribution keys will non-obviously slow down bucket operations in the system, including feed. Log a warning if such a case is detected, including a link to the documentation.
* Merge pull request #31298 from ↵Jon Marius Venstad2024-05-244-2/+36
|\ | | | | | | | | vespa-engine/jonmv/add-cost-for-all-distributed-onnx-models Include cost of all distributed ONNX models, not just those with cust…