summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22178 from ↵Henning Baldersheim2022-04-207-199/+3
|\ | | | | | | | | vespa-engine/geirst/cleanup-dynamic-throttling-shared-field-writer-feature-flags Cleanup use of dynamic throttling and shared field writer feature flags
| * Remove use of dynamic throttling and shared field writer feature flags in ↵Geir Storli2022-04-207-199/+3
| | | | | | | | config model.
* | Don't print stacktrace on vespa-analyze-onnx-model errorLester Solbakken2022-04-201-2/+3
| |
* | Output exit code if no output when command failsHarald Musum2022-04-201-17/+27
| | | | | | | | Also give some hint about what lead to command failing
* | Minor cleanup, no functional changesHarald Musum2022-04-201-17/+14
| |
* | Merge pull request #22163 from vespa-engine/bjorncs/container-threadpoolHenning Baldersheim2022-04-201-6/+11
|\ \ | | | | | | Introduce new metrics for container threadpool
| * | Export metric for minimum number of threads in the poolBjørn Christian Seime2022-04-201-0/+1
| | |
| * | Export more aggregates for the Jetty thread pool metricsBjørn Christian Seime2022-04-201-6/+6
| | |
| * | Introduce new metrics for container threadpoolBjørn Christian Seime2022-04-201-0/+4
| | | | | | | | | | | | | | | Add the new metrics to improve observability of container threadpools. These will be included in the updated container tuning docs.
* | | Add error handler for XML parsingHarald Musum2022-04-2010-67/+119
|/ / | | | | | | Will output name of source if there is a warning or error
* | Merge pull request #22146 from vespa-engine/jonmv/more-validationJon Marius Venstad2022-04-191-3/+1
|\ \ | | | | | | Jonmv/more validation
| * | Stricter application id patternjonmv2022-04-191-3/+1
| |/
* / Improve class names for the container threadpoolsBjørn Christian Seime2022-04-191-2/+2
|/
* Merge pull request #22077 from vespa-engine/jonmv/deployment-risk-2Jon Marius Venstad2022-04-122-5/+8
|\ | | | | Jonmv/deployment risk 2
| * Update another testjonmv2022-04-111-5/+5
| |
| * Update deployment.rnc, and configserver veratime JSON test filesjonmv2022-04-111-0/+3
| |
* | Remove stderr loggingBjørn Meland2022-04-111-1/+0
| |
* | Merge pull request #22031 from ↵Yngve Aasheim2022-04-111-0/+9
|\ \ | |/ |/| | | | | vespa-engine/yngveaasheim/Add-more-detailed-visit-failure-metrics Add more detailed visit failure metrics.
| * Don't include irrelevant metrics.Yngve Aasheim2022-04-071-2/+0
| |
| * Add more detailed visit failure metrics.Yngve Aasheim2022-04-071-0/+11
| |
* | Revert "Merge pull request #22072 from ↵jonmv2022-04-093-12/+13
| | | | | | | | | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 87e5b33c003d07ca585d73e0166857fe22b4c16f, reversing changes made to 80b96d32550ae0df59572a58cd62f507e8068c2c.
* | Revert "Merge pull request #22068 from ↵jonmv2022-04-083-13/+12
| | | | | | | | | | | | | | vespa-engine/jonmv/unify-hostname-classes" This reverts commit 8aa4c83df5ce7843c040afa41706fcc7c3afd030, reversing changes made to f95ad44fae879da9db19f73eabe62c53baeb0c36.
* | Move ID part to HostName in config-provisioningjonmv2022-04-084-4/+4
| |
* | Revert "Merge pull request #22065 from ↵jonmv2022-04-084-14/+15
| | | | | | | | | | | | | | vespa-engine/revert-22049-jonmv/unify-hostname-classes" This reverts commit 4ffc54339186574491a32b3166223c3fc50ba8fe, reversing changes made to db9e570a36decb24e6cb13f44bd0ff444ab762e3.
* | Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-084-15/+14
| |
* | Merge pull request #22060 from vespa-engine/arnej/fix-wrong-tensor-datatypeJon Bratseth2022-04-082-1/+83
|\ \ | | | | | | add missing tensor detailed type.
| * | add missing tensor detailed type.Arne H Juul2022-04-082-1/+83
| | | | | | | | | | | | * extend unit test so it will catch this problem.
* | | Merge pull request #22049 from vespa-engine/jonmv/unify-hostname-classesJon Marius Venstad2022-04-084-14/+15
|\ \ \ | |/ / |/| | Jonmv/unify hostname classes
| * | Use null rather than "" for no load balancer, as intended(?), and fix some ↵jonmv2022-04-081-7/+8
| | | | | | | | | | | | assertions
| * | Use one HostName class (that is not for JSON)Jon Marius Venstad2022-04-083-7/+7
| |/
* | Merge pull request #22038 from ↵Arne H Juul2022-04-0816-248/+340
|\ \ | | | | | | | | | | | | vespa-engine/arnej/allow-struct-types-with-same-name Arnej/allow struct types with same name
| * | prefer registerDocumentTypeArne H Juul2022-04-082-4/+5
| | |
| * | only produce config once per unique datatypeArne H Juul2022-04-071-11/+16
| | |
| * | add DataTypeRecognizerArne H Juul2022-04-071-0/+127
| | |
| * | name collisions should be ok nowArne H Juul2022-04-071-16/+9
| | |
| * | handle different SDDocumentType instances with same nameArne H Juul2022-04-072-12/+15
| | |
| * | allow duplicate struct names (in different document types)Arne H Juul2022-04-079-205/+168
| |/
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-073-7/+11
|\ \
| * | avoid Map.copyOf()Arne H Juul2022-04-073-7/+10
| |/
* | No colon between name and typeJon Bratseth2022-04-074-10/+10
| |
* | Allow query as identifier, and make input order stable againJon Bratseth2022-04-072-1/+3
| |
* | Merge branch 'master' into bratseth/inputsJon Bratseth2022-04-0723-1709/+1312
|\|
| * Merge pull request #22003 from vespa-engine/arnej/rank-filter-in-struct-fieldArne H Juul2022-04-066-16/+121
| |\ | | | | | | Arnej/rank filter in struct field
| | * refactor after reviewArne H Juul2022-04-061-10/+10
| | |
| | * verify effect in unit testArne H Juul2022-04-063-4/+7
| | |
| | * support rank: filter in struct-field blockArne H Juul2022-04-063-9/+15
| | |
| | * compare attribute config alsoArne H Juul2022-04-061-0/+96
| | |
| * | Merge pull request #22007 from ↵Tor Brede Vekterli2022-04-061-2/+3
| |\ \ | | |/ | |/| | | | | | | vespa-engine/vekterli/avoid-spurious-group-key-log-message Don't log that distribution key is redundantly present when it's actually not
| | * Don't log that distribution key is redundantly present when it's actually notTor Brede Vekterli2022-04-061-2/+3
| | |
| * | Reapply "produce new "doctype" config for document types"Arne H Juul2022-04-0512-1687/+1184
| |/ | | | | | | This reverts commit 8c25dd8f1eee02a34e45c026924434a0b551a2ae.