summaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * Revert "Revert "Create a resourcepool so that we do not need to reconnect to ...Henning Baldersheim2020-02-143-6/+5
| * Revert "Create a resourcepool so that we do not need to reconnect to content ...Harald Musum2020-02-143-5/+6
| * Create a resourcepool so that we do not need to reconnect to content cluster ...Henning Baldersheim2020-02-133-6/+5
* | Do not depend on on ClusterInfo config as it changes to often and causes a in...Henning Baldersheim2020-02-133-7/+6
|/
* Decouple so ClusterMonitor is on the outside of the searchcluster and can be ...Henning Baldersheim2020-02-042-17/+13
* Move pingfactory to constructor.Henning Baldersheim2020-02-044-11/+12
* Do not start cluster monitor thread in test as it will race with explicit pin...Henning Baldersheim2020-02-042-5/+2
* Add another ping round to avoid racing with the builtin ping thread that oper...Henning Baldersheim2020-02-031-1/+1
* Wait until Pong has returned before saying you are done.Henning Baldersheim2020-02-031-1/+1
* Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-032-6/+9
* Use sequence numbers and check on Pong reception instead.Henning Baldersheim2020-02-031-0/+15
* Send ping every second truly async to all nodes who does not have any pending...Henning Baldersheim2020-01-312-8/+9
* Fix unstable testMartin Polden2020-01-301-19/+20
* Close state in requireThatVipStatusIsDefaultDownButComesUpAfterPingingJon Bratseth2020-01-202-7/+15
* Shutdown search cluster monitoring after useHarald Musum2020-01-131-92/+105
* Remove unused executor, log if we get InterruptedExceptionHarald Musum2020-01-131-24/+12
* Support max-hits-per-node in DispatcherJon Bratseth2020-01-082-10/+33
* Wait longerJon Bratseth2020-01-081-5/+17
* Add/corect copyright headersJon Bratseth2020-01-032-0/+2
* Remove leftovers from dispatching through fdispatchJon Bratseth2019-11-141-43/+29
* Create one Dispatcher component per search clusterJon Bratseth2019-10-251-6/+5
* - Shut down monitoring thread.Henning Baldersheim2019-10-046-16/+17
* Follow api changeHenning Baldersheim2019-09-221-8/+6
* false is false, and true is true, can not be bothHenning Baldersheim2019-09-201-0/+14
* Revert "Revert "Bratseth/vip logic take 2""Henning Baldersheim2019-09-203-2/+288
* Revert "Bratseth/vip logic take 2"Harald Musum2019-09-203-288/+2
* Drive the ping ourselves to avoid waiting for the monitor thread.Henning Baldersheim2019-09-191-3/+24
* Transition from down to up initiallyJon Bratseth2019-09-191-18/+33
* Revert "Merge pull request #10736 from vespa-engine/revert-10727-balder/add-s...Jon Bratseth2019-09-192-0/+250
* Revert "Merge pull request #10737 from vespa-engine/revert-10717-bratseth/vip...Jon Bratseth2019-09-192-2/+2
* Revert "Bratseth/vip logic"Håkon Hallingstad2019-09-192-2/+2
* Revert "Add test for in and out of vip and fix bug."Håkon Hallingstad2019-09-192-250/+0
* Add test for in and out of vip and fix bug.Henning Baldersheim2019-09-192-0/+250
* Minor cleanup, no functional changesJon Bratseth2019-09-192-2/+2
* Revert "Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatchin...Henning Baldersheim2019-09-191-5/+0
* Revert "Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from f...Henning Baldersheim2019-09-191-0/+5
* Revert "Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearc...Henning Baldersheim2019-09-181-5/+0
* Revert "Revert "Revert "Balder/no more fs4 dispatching from fastsearcher"""Henning Baldersheim2019-09-181-0/+5
* Revert "Revert "Balder/no more fs4 dispatching from fastsearcher""Henning Baldersheim2019-09-181-5/+0
* Revert "Balder/no more fs4 dispatching from fastsearcher"Henning Baldersheim2019-09-171-0/+5
* Some more cleanupHenning Baldersheim2019-09-171-5/+0
* Test that Nan -> negative infinity conversion takes place in LeanHit.Henning Baldersheim2019-09-171-3/+12
* Set relevance to 0.0 if sorting.Henning Baldersheim2019-09-161-1/+1
* Revert "Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK"""Henning Baldersheim2019-09-163-4/+122
* Revert "Revert "Revert "Use a LeanHit until merging is done." MERGEOK""Henning Baldersheim2019-09-163-122/+4
* Add simple protobuf decoding test and fix logic inversion.Henning Baldersheim2019-09-161-0/+68
* Revert "Revert "Use a LeanHit until merging is done." MERGEOK"Henning Baldersheim2019-09-162-4/+54
* Revert "Use a LeanHit until merging is done."Henning Baldersheim2019-09-162-54/+4
* Use a LeanHit until merging is done.Henning Baldersheim2019-09-162-4/+54
* Avoid wrapping the 12 bytes in yet another object.Henning Baldersheim2019-09-133-3/+3