summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |/ / / | |/| | |
* | | | | Merge pull request #23442 from ↵gjoranv2022-07-1130-219/+316
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/inject-default-threadpool-to-handlers Inject default threadpool to handlers [run-systemtest]
| * | | | | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-0924-85/+73
| | | | | | | | | | | | | | | | | | | | | | | | - Uust declare it as a Component with other Components as children.
| * | | | | Add test to verify default threadpool for builtin handlers.gjoranv2022-07-091-0/+12
| | | | | |
| * | | | | Convenience fixupgjoranv2022-07-094-14/+17
| | | | | |
| * | | | | Add test to verify default threadpool for custom handlers.gjoranv2022-07-092-82/+118
| | | | | | | | | | | | | | | | | | | | | | | | + Move custom handler tests to separate class.
| * | | | | Remove comment about "Vespa handlers" (pre-jdisc handlers)gjoranv2022-07-091-2/+0
| | | | | |
| * | | | | Rename test classgjoranv2022-07-091-1/+1
| | | | | |
| * | | | | Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-097-54/+95
| | | | | |
| * | | | | Add test for component not using its explicitly injected component.gjoranv2022-07-091-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | + Improve existing test for explicitly injected component.
| * | | | | Add injected component to handler in schema test file.gjoranv2022-07-091-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #23454 from ↵Håkon Hallingstad2022-07-114-15/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/expire-remote-sessions-for-standalone-vespa Expire remote sessions for standalone Vespa as well
| * | | | | Expire remote sessions for standalone Vespa as wellHarald Musum2022-07-114-15/+10
| | |/ / / | |/| | |
* | | | | Merge pull request #23453 from ↵Tor Brede Vekterli2022-07-113-5/+25
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/vekterli/add-request-access-filter-to-storageapi-rpc Add request access filter to internal StorageAPI RPC [run-systemtest]
| * | | | Add capability request access filter to internal StorageAPI RPC methodTor Brede Vekterli2022-07-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should always succeed today, as authz rules by default grant all capabilities. But since this is a very hot call path, we'll learn very quickly if the capability check incurs a measurable overhead; it is not expected to do so in practice (really just a virtual function call and a few bitwise ops).
| * | | | Add buffered logging of capability filter authz failuresTor Brede Vekterli2022-07-111-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buffering is done using peer spec as token to ensure we don't miss any distinct peer permission failures, but avoid swamping the log since this is triggered per RPC call.
| * | | | Make GetPeerSpec() publicTor Brede Vekterli2022-07-111-4/+4
| |/ / / | | | | | | | | | | | | Very useful for getting the remote address of the connection
* | | | Merge pull request #23451 from ↵Geir Storli2022-07-111-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/stop-storing-jsonstring-values-in-docsum-blob Stop storing jsonstring values in docsum blob for indexed search.
| * | | | Stop storing jsonstring values in docsum blob for indexed search.Tor Egge2022-07-111-0/+1
|/ / / /
* | | | Merge pull request #23443 from vespa-engine/hmusum/cleanup-8Håkon Hallingstad2022-07-111-19/+0
|\ \ \ \ | | | | | | | | | | Remove test
| * | | | Remove testHarald Musum2022-07-101-19/+0
| |/ / / | | | | | | | | | | | | | | | | configservere without parent configservers element is not allowe anymore (in xml schema)
* | | | Merge pull request #23446 from vespa-engine/hmusum/use-session-idHåkon Hallingstad2022-07-112-55/+46
|\ \ \ \ | | | | | | | | | | Use session id instead of Session in SessionStateWatcher [run-systemtest]
| * | | | SimplifyHarald Musum2022-07-111-3/+1
| | | | |
| * | | | Use session id instead of Session in SessionStateWatcherHarald Musum2022-07-112-42/+36
| | | | |
| * | | | Move some method callsHarald Musum2022-07-112-6/+6
| | | | |
| * | | | SimplifyHarald Musum2022-07-111-8/+7
| |/ / /
* | | | Merge pull request #23448 from ↵Geir Storli2022-07-112-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/stop-storing-featuredata-values-in-docsum-blobs Stop storing featuredata values in docsum blobs.
| * | | | Stop storing featuredata values in docsum blobs.Tor Egge2022-07-112-0/+2
| |/ / /
* | | | Merge pull request #23447 from ↵Geir Storli2022-07-111-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/revert-23432-toregge/keep-storing-bool-in-docsum-blob-for-now-for-streaming-search Revert "Keep storing bool in docsum blob for now for streaming search."
| * | | Revert "Keep storing bool in docsum blob for now for streaming search."Tor Egge2022-07-111-0/+1
| |/ /
* | | Merge pull request #23449 from ↵Håkon Hallingstad2022-07-112-71/+51
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hakonhall/revert--avoid-the-host-lock-while-failing-the-children Revert "Avoid the host lock while failing the children"
| * | Revert "Avoid the host lock while failing the children"Håkon Hallingstad2022-07-112-71/+51
| | | | | | | | | | | | This reverts commit 2cdaef56e18ace2ee2269d28f959f5a534bd68ee.
| * | Revert update of commentHåkon Hallingstad2022-07-111-2/+2
|/ /
* | Merge pull request #23440 from ↵v8.15.63Harald Musum2022-07-082-2/+12
|\ \ | | | | | | | | | | | | vespa-engine/hakonhall/define-main-chain-graph-flag Define main-chain-graph flag
| * | Define main-chain-graph flagHåkon Hallingstad2022-07-082-2/+12
| | |
* | | Merge pull request #23441 from ↵Jon Bratseth2022-07-081-0/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-23434-balder/only-insert-network-errors Revert "Do not claim that you have asked nodes that were in a known failed st…"
| * | | Revert "Do not claim that you have asked nodes that were in a known failed ↵Henning Baldersheim2022-07-081-0/+3
|/ / / | | | | | | | | | st…"