aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * 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 swi...Henning Baldersheim2022-11-2414-189/+182
| * Cleanup the concept of orderedGroups. Just use a single way of accessing the ...Henning Baldersheim2022-11-2414-226/+187
* | 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
* Make a few simpler interfaces instead of carrying one huge implement all Sear...Henning Baldersheim2022-11-2319-167/+194
* Only have the DispatchNodesConfig inject into one component.Henning Baldersheim2022-11-236-35/+58
* 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 seaml...Henning Baldersheim2022-11-2110-45/+62
* GC unusedHenning Baldersheim2022-11-212-3/+0
* 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 vespa-engine/revert-24631-bratseth/ful...Jon Bratseth2022-10-291-1/+0
* 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 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 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 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
* Merge pull request #24513 from vespa-engine/hmusum/use-unique-file-namesLester Solbakken2022-10-193-10/+24
|\
| * Make sure to use unique file namesHarald Musum2022-10-193-10/+24
* | Minor cleanupHenning Baldersheim2022-10-192-2/+0
|/
* Merge pull request #24503 from vespa-engine/bratseth/backslash-testKristian Aune2022-10-191-0/+8
|\
| * Add a testJon Bratseth2022-10-191-0/+8
* | Need method to be public to be able to extend LoggerHarald Musum2022-10-193-4/+4
* | Switch to a new file if some time after first write has passedHarald Musum2022-10-193-16/+53
|/
* - Unify on the faster JsonRender. The default Value.toString has a very high ...Henning Baldersheim2022-10-181-7/+4