aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
...
| * Separate handling of different number typesjonmv2022-10-263-127/+208
| |
| * Rebase, change to JUnit5, update ABI specjonmv2022-10-263-6/+6
| |
| * Add test that fails nowJon Marius Venstad2022-10-262-3/+278
| |
| * Add MultiTermItem and MultiRangeItem, draftJon Marius Venstad2022-10-263-1/+397
| |
* | No functional changesJon Bratseth2023-01-061-1/+1
| |
* | Add a metric query_timeout with same naming, unit as query_latency.Henning Baldersheim2023-01-021-0/+3
| | | | | | | | This tracks the timeout given to the query.
* | Don't warn when 1 node is downJon Bratseth2022-12-294-7/+32
| |
* | Introduce Autoscsaling result objectJon Bratseth2022-12-132-5/+6
| |
* | Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-0426-27/+28
| |
* | Revert collect(Collectors.toList())Henning Baldersheim2022-12-0426-28/+27
| |
* | Require explicit modifiable list.Henning Baldersheim2022-12-031-1/+2
| |
* | collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-0226-27/+27
| |
* | Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-0222-218/+137
| |
* | Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-0222-137/+218
| |
* | Let list handling catch up with Java 17Henning Baldersheim2022-12-0222-218/+137
| |
* | 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
| |