summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23465 from ↵v8.17.19Geir Storli2022-07-127-9/+62
|\ | | | | | | | | vespa-engine/geirst/summary-transform-for-documentid-fields Add new summary transform for all 'documentid' summary fields.
| * Add new summary transform for all 'documentid' summary fields.Geir Storli2022-07-127-9/+62
| | | | | | | | | | This prepares for no longer inserting 'documentid' fields in the docsum blob in the backend. Instead such fields will be produced using a docsum writer (transform) that uses the document instance to get the id.
* | Merge pull request #23477 from vespa-engine/mpolden/handle-abs-rootHarald Musum2022-07-122-16/+16
|\ \
| * | Handle absolute root in MockApplicationPackageMartin Polden2022-07-122-16/+16
| | |
* | | Merge pull request #23476 from vespa-engine/toregge/add-document-id-dfwGeir Storli2022-07-1211-0/+246
|\ \ \ | | | | | | | | Add DocumentIdDFW, used to print document id without using docsum blob.
| * | | Add DocumentIdDFW, used to print document id without using docsum blob.Tor Egge2022-07-1211-0/+246
| | | |
* | | | Merge pull request #23471 from vespa-engine/aressem/require-hostnameArnstein Ressem2022-07-121-2/+3
|\ \ \ \ | |/ / / |/| | | Require RPM for hostname command.
| * | | Require RPM for hostname command.Arnstein Ressem2022-07-121-2/+3
| | | |
* | | | Merge pull request #23474 from ↵Håkon Hallingstad2022-07-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/run-nodefailer-every-3m-instead-of-5m Run NodeFailer every 3m instead of 5m
| * | | | Run NodeFailer every 3m instead of 5mHåkon Hallingstad2022-07-121-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #23473 from vespa-engine/bratseth/total-costMartin Polden2022-07-129-12/+58
|\ \ \ \ | | | | | | | | | | Bratseth/total cost
| * | | | Pass total cost through controllerJon Bratseth2022-07-125-3/+23
| | | | |
| * | | | Add total cost to statsJon Bratseth2022-07-124-9/+35
| | |_|/ | |/| |
* | | | Merge pull request #23445 from vespa-engine/bratseth/improve-messageHarald Musum2022-07-122-4/+4
|\ \ \ \ | | | | | | | | | | Don't say we expect declaration in query profiles
| * | | | Don't say we expect declaration in query profilesJon Bratseth2022-07-112-4/+4
| | | | |
* | | | | Merge pull request #23472 from vespa-engine/bjorncs/jdk17Bjørn Christian Seime2022-07-122-9/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Modules are no longer dependency of JDK8 based clients
| * | | | Modules are no longer dependency of JDK8 based clientsBjørn Christian Seime2022-07-122-9/+4
| | |_|/ | |/| |
* | | | Merge pull request #23460 from ↵gjoranv2022-07-1249-283/+390
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/inject-default-threadpool-to-handlers_2 Inject default threadpool to handlers 2 [run-systemtest]
| * | | Simplify creation of BundleInstantiationSpecgjoranv2022-07-1224-66/+54
| | | |
| * | | Create processing handler from the default bundlegjoranv2022-07-125-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | (not from container-search-and-docproc) + Simplify creation of ProcessingHandler instances.
| * | | minor: move commentgjoranv2022-07-112-1/+1
| | | |
| * | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-1124-85/+73
| | | | | | | | | | | | | | | | - Uust declare it as a Component with other Components as children.
| * | | Add test to verify default threadpool for builtin handlers.gjoranv2022-07-111-0/+12
| | | |
| * | | Convenience fixupgjoranv2022-07-115-15/+19
| | | |
| * | | Add test to verify default threadpool for custom handlers.gjoranv2022-07-112-83/+118
| | | | | | | | | | | | | | | | + Move custom handler tests to separate class.
| * | | Remove comment about "Vespa handlers" (pre-jdisc handlers)gjoranv2022-07-111-2/+0
| | | |
| * | | Rename test classgjoranv2022-07-111-1/+1
| | | |
| * | | Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-117-54/+94
| | | |
| * | | Add test for component not using its explicitly injected component.gjoranv2022-07-111-2/+18
| | | | | | | | | | | | | | | | + Improve existing test for explicitly injected component.
| * | | Add injected component to handler in schema test file.gjoranv2022-07-111-0/+3
| | | |
| * | | Add test for ProcessingHandler bundle.gjoranv2022-07-114-4/+20
| | |/ | |/| | | | | | | + Constant for class name.
* | | Merge pull request #23466 from vespa-engine/hmusum/reduce-log-levelMartin Polden2022-07-121-9/+9
|\ \ \ | | | | | | | | Log unknown vespa version as FINE
| * | | Log unknown vespa version as FINEHarald Musum2022-07-121-9/+9
| | | | | | | | | | | | | | | | Also make sure to set logPre as early as possible (used in log messages)
* | | | Merge pull request #23468 from vespa-engine/revert-23464-bjorncs/jdk17Arnstein Ressem2022-07-122-10/+33
|\ \ \ \ | | | | | | | | | | Revert "Modules are no longer dependency of JDK8 based clients"
| * | | | Revert "Modules are no longer dependency of JDK8 based clients"Harald Musum2022-07-122-10/+33
| | | | |
* | | | | Merge pull request #23462 from vespa-engine/mpolden/deprovision-with-allocationHåkon Hallingstad2022-07-122-16/+63
|\ \ \ \ \ | |/ / / / |/| | | | Allow deprovisioning parked host where children have allocation
| * | | | Allow failed node to be deprovisionedMartin Polden2022-07-122-3/+6
| | | | |
| * | | | Node with allocation must be parked to allow deprovisioningMartin Polden2022-07-122-23/+48
| | | | |
| * | | | Reapply "Allow deprovision of parked host & node w/alloc when node has ↵Martin Polden2022-07-122-1/+20
| | |/ / | |/| | | | | | | | | | | | | | | | | | wantToDeprovision" This reverts commit d097cb3bf2808bb05f2dc4fc2e7cf771246ba1a9.
* | | | Merge pull request #23467 from ↵Jon Bratseth2022-07-121-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/always-use-vespa-version-in-request-when-serving-config Always use Vespa version in config request when serving config
| * | | | Always use Vespa version in config request when serving configHarald Musum2022-07-121-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This change means that nodes on a version that there exists no config model for will not get new config, they will get an error instead. This means that there will be no longer be possible to get incompatible config for nodes on another version than one known by the config server. https://github.com/vespa-engine/vespa/issues/23223
* | | | Merge pull request #23464 from vespa-engine/bjorncs/jdk17Bjørn Christian Seime2022-07-122-33/+10
|\ \ \ \ | |/ / / |/| | | Modules are no longer dependency of JDK8 based clients
| * | | Modules are no longer dependency of JDK8 based clientsBjørn Christian Seime2022-07-122-33/+10
| |/ /
* | | Merge pull request #23463 from vespa-engine/mpolden/remove-unused-flagMartin Polden2022-07-121-7/+0
|\ \ \ | | | | | | | | Remove unused flag
| * | | Remove unused flagMartin Polden2022-07-121-7/+0
| |/ /
* | | Merge pull request #23461 from vespa-engine/hmusum/fix-file-reference-comparisonMartin Polden2022-07-121-9/+2
|\ \ \ | |/ / |/| | Use a simpler comparison instead of implementing Comparator interface
| * | Use a simpler comparison instead of implementing Comparator interfaceHarald Musum2022-07-121-9/+2
|/ / | | | | | | in a way that could fail in some cases.
* | Merge pull request #23459 from vespa-engine/bratseth/element-not-attributev8.16.20Håkon Hallingstad2022-07-112-2/+5
|\ \ | | | | | | Make ignore-undefined-fields a child element
| * | Make document-api a child elementJon Bratseth2022-07-112-2/+5
|/ /
* | Merge pull request #23458 from ↵Harald Musum2022-07-1130-316/+219
|\ \ | | | | | | | | | vespa-engine/revert-23442-inject-default-threadpool-to-handlers