aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test/java/com/yahoo/search/dispatch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Since we are trimming we need to reflect that in the offsets too.Henning Baldersheim2019-09-111-0/+15
* Add minmal testing of merge and offset and auxiliary hits.Henning Baldersheim2019-09-112-0/+113
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
* Differentiate between empty and missing docsum.Henning Baldersheim2019-08-142-0/+42
* Java dispatcher only uses RPC/protobufOlli Virtanen2019-05-281-19/+33
* Mock RPC connections instead of relying on 'real' connectivity errorsOlli Virtanen2019-05-211-0/+54
* Another null check and a minimal testOlli Virtanen2019-05-151-0/+32
* Use requestedCompressionOlli Virtanen2019-04-091-1/+2
* Optimizations for search protocol over jrt/protobufOlli Virtanen2019-04-053-82/+81
* Use sort data with java dispatcherOlli Virtanen2019-04-023-14/+12
* Feature flag to enable protobuf in search protocol as default; protobuf pingOlli Virtanen2019-03-284-10/+10