summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove all dependencies to yoleangjoranv2022-07-1321-152/+1
|
* Move yolean code into vespajlib.gjoranv2022-07-1332-332/+331
|
* Remove explicit dep to vespajlib with exclusion.gjoranv2022-07-121-12/+0
| | | | * Already included with correct exclusions in container-dev.
* 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
| * Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-1130-316/+219
|/
* Merge pull request #23450 from ↵Håkon Hallingstad2022-07-112-54/+79
|\ | | | | | | | | vespa-engine/revert-23449-hakonhall/revert--avoid-the-host-lock-while-failing-the-children Avoid the host lock while failing the children, 2. try
| * Only use wantToFail just before activateHåkon Hallingstad2022-07-111-5/+10
| |
| * Revert "Revert "Avoid the host lock while failing the children""Håkon Hallingstad2022-07-112-51/+71
| |
* | Merge pull request #23456 from ↵Geir Storli2022-07-114-10/+149
|\ \ | | | | | | | | | | | | vespa-engine/geirst/test-lazy-distance-calculation Test lazy distance calculation in distance and closeness features.
| * | Test lazy distance calculation in distance and closeness features.Geir Storli2022-07-114-10/+149
| | |
* | | Merge pull request #23457 from vespa-engine/bjorncs/capabilities-prepsBjørn Christian Seime2022-07-1112-125/+25
|\ \ \ | | | | | | | | Remove 'role' concept from 'authorized-peers'
| * | | Remove 'role' concept from 'authorized-peers'Bjørn Christian Seime2022-07-1112-125/+25
| | | |
* | | | Merge pull request #23452 from vespa-engine/mpolden/better-quota-messagesØyvind Grønnesby2022-07-112-13/+12
|\ \ \ \ | | | | | | | | | | Include current and required quota in quota validation messages
| * | | | Include current and required quota in quota validation messagesMartin Polden2022-07-112-13/+12
| | |/ / | |/| |
* | | | Merge pull request #23455 from ↵Håkon Hallingstad2022-07-1116-12/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/support-zookeeper-server-3.8.0 Support ZooKeeper server 3.8.0 [run-systemtest]
| * | | | Fix versionHarald Musum2022-07-111-1/+1
| | | | |
| * | | | Fix modules and add note about ZooKeeper version for Vespa 7Harald Musum2022-07-112-2/+1
| | | | |
| * | | | Support ZooKeeper server 3.8.0Harald Musum2022-07-1114-9/+10
| | |/ / | |/| |