summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
...
* | Improve error messagesJon Bratseth2022-11-301-59/+55
| |
* | Reduce need to access getJDiscRequestHenning Baldersheim2022-11-298-14/+19
| |
* | Reduce exposure of com.yahoo.jdisc.http.HttpRequest.Henning Baldersheim2022-11-291-1/+1
| |
* | Need a delayed close for the connections no longer needed.Henning Baldersheim2022-11-262-11/+32
| |
* | Let RpcResourcePool handle live changes.Henning Baldersheim2022-11-255-16/+69
| |
* | pathIndex should not be part of equals and hashcode.Henning Baldersheim2022-11-254-16/+9
| |
* | Using volatiles directly is fine for ensuring thread visibility.Henning Baldersheim2022-11-252-41/+41
| | | | | | | | No need to use Atomic when there are no update races.
* | Cleanup and throw IllegalArgumentException on invalid pathJon Bratseth2022-11-254-58/+68
| |
* | Merge pull request #24972 from vespa-engine/balder/gc-ordered-groupsHenning Baldersheim2022-11-2419-378/+331
|\ \ | | | | | | Cleanup the concept of orderedGroups. Just use a single way of access…
| * | Move test utility code to test directory.Henning Baldersheim2022-11-246-34/+32
| | |
| * | Prevent division by zeroHenning Baldersheim2022-11-241-1/+2
| | |
| * | Prefer Java over com.google.common.collectHenning Baldersheim2022-11-241-5/+5
| | |
| * | Put loadbalancer and invokerfactory in a volatile object to ensure atomic ↵Henning Baldersheim2022-11-2414-189/+182
| | | | | | | | | | | | switch when reconfiguring.
| * | Cleanup the concept of orderedGroups. Just use a single way of accessing the ↵Henning Baldersheim2022-11-2414-226/+187
| | | | | | | | | | | | | | | | | | groups. Simplify testing by introducing a GroupList to contain all acces to groups and nodes.
* | | Updaate logger test with trackLester Solbakken2022-11-241-2/+4
| | |
* | | Add track as option to grid logger entryLester Solbakken2022-11-241-1/+15
|/ /
* | Ensure you use the same invoker and loadbalancer for the same call.Henning Baldersheim2022-11-232-7/+7
| |
* | No need to require the full SearchCluster when you only need a list of Groups.Henning Baldersheim2022-11-233-20/+11
| |
* | Put the RpcClient back in the RpcResourcePool where it belongs.Henning Baldersheim2022-11-235-33/+28
| | | | | | | | Remove parts of schema test no longer valid.
* | Make a few simpler interfaces instead of carrying one huge implement all ↵Henning Baldersheim2022-11-2319-167/+194
| | | | | | | | SearchCluster around.
* | Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-236-35/+58
| | | | | | | | | | Let RpcResourcePool/RpcClient be owned by the dispatcher. Step 2 in preparing for smooth handling of content cluster changes.
* | Use thread local random.Henning Baldersheim2022-11-221-4/+3
| |
* | GC unused imports.Henning Baldersheim2022-11-221-6/+0
| |
* | Splitt nodes static and dynamic config in DispatchConfig to prepare for ↵Henning Baldersheim2022-11-2110-45/+62
| | | | | | | | seamless cluster changes.
* | GC unusedHenning Baldersheim2022-11-212-3/+0
| | | | | | | | | | | | | | -useMultilevelDispatch -useLocalNode -searchableCopies -mergeGroupingResultInSearchInvokerEnabled
* | Allow control via ranking.keepRankCountHenning Baldersheim2022-11-183-0/+16
| |
* | Don't interpret ref: as a query profile ref unnecessarilyJon Bratseth2022-11-105-11/+30
| |
* | Reduce 'raw' warningsHenning Baldersheim2022-11-091-10/+17
| |
* | Fix importsHenning Baldersheim2022-11-091-4/+16
| |
* | GC metric that has not had any meaning since we removed fdispatch.Henning Baldersheim2022-11-085-120/+71
| |
* | Support match:cased on index fieldsJon Bratseth2022-11-021-3/+1
| |
* | Propagate targetHits in tokenizeJon Bratseth2022-11-023-10/+10
| |
* | Test with no trafficJon Bratseth2022-11-011-0/+6
| |
* | Revert "Merge pull request #24645 from ↵Jon Bratseth2022-10-291-1/+0
| | | | | | | | | | | | | | vespa-engine/revert-24631-bratseth/fully-specified" This reverts commit e4d472469b151b6279b9f93bf535b7486bb717f6, reversing changes made to 83905f5559e99a08ace73484fae34e36369942cb.
* | Revert "Bratseth/fully specified"Jon Bratseth2022-10-281-0/+1
| |
* | Return effective not declared min and max resourcesJon Bratseth2022-10-281-1/+0
| |
* | Use IllegalArgumentException when appropriateJon Bratseth2022-10-271-7/+6
|/
* Merge pull request #24578 from vespa-engine/hmusum/executor-cannot-be-staticHarald Musum2022-10-251-3/+2
|\ | | | | Executor cannot be static, will not work if container is reconfigured
| * Executor cannot be static, will not work if container is reconfiguredHarald Musum2022-10-251-3/+2
| |
* | Merge pull request #24567 from vespa-engine/bratseth/cleanup-01Jon Bratseth2022-10-251-3/+3
|\ \ | | | | | | Add a test and rename a private method
| * | Add a test and rename a private methodJon Bratseth2022-10-251-3/+3
| |/
* | Merge pull request #24574 from vespa-engine/bratseth/cleanup-10Jon Marius Venstad2022-10-252-31/+40
|\ \ | | | | | | Non-functional changes only
| * | Non-functional changes onlyJon Bratseth2022-10-252-31/+40
| |/
* / Update ABI spec format, and update all specsjonmv2022-10-251-2678/+2678
|/
* Replace org.json with slime in JSONStringjonmv2022-10-212-334/+16
|
* Remove left-over from old pRjonmv2022-10-211-13/+8
|
* Synchronize when accesing or changing file nameHarald Musum2022-10-192-12/+12
| | | | Also start counters on 0
* Merge pull request #24513 from vespa-engine/hmusum/use-unique-file-namesLester Solbakken2022-10-193-10/+24
|\ | | | | Make sure to use unique file names
| * Make sure to use unique file namesHarald Musum2022-10-193-10/+24
| |
* | Minor cleanupHenning Baldersheim2022-10-192-2/+0
|/