summaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Collapse)AuthorAgeFilesLines
* Stop the ping thread before testing to avoid raceconditions.Henning Baldersheim2020-02-072-7/+11
|
* Merge pull request #12082 from vespa-engine/mpolden/move-slime-utilsMartin Polden2020-02-063-4/+3
|\ | | | | Move SlimeUtils to vespajlib
| * Move SlimeUtils to vespajlibMartin Polden2020-02-063-4/+3
| |
* | Add more pong infoHenning Baldersheim2020-02-051-2/+2
|/
* Merge pull request #12059 from ↵Henning Baldersheim2020-02-0413-86/+110
|\ | | | | | | | | vespa-engine/balder/explicit-control-of-monitor-thread-start Do not start cluster monitor thread in test as it will race with expl…
| * Update abiHenning Baldersheim2020-02-044-5/+25
| |
| * Decouple so ClusterMonitor is on the outside of the searchcluster and can be ↵Henning Baldersheim2020-02-048-57/+55
| | | | | | | | provided.
| * Move pingfactory to constructor.Henning Baldersheim2020-02-048-42/+39
| |
| * Do not start cluster monitor thread in test as it will race with explicit ↵Henning Baldersheim2020-02-045-8/+17
| | | | | | | | ping in test.
* | Revert "Bratseth/anonymous query profile types take 2"Jon Bratseth2020-02-0414-143/+70
|/
* Merge pull request #12040 from ↵Jon Bratseth2020-02-0314-70/+143
|\ | | | | | | | | vespa-engine/bratseth/anonymous-query-profile-types-take-2 Bratseth/anonymous query profile types take 2
| * Resolve nested type references by descriptionJon Bratseth2020-02-033-19/+35
| |
| * Revert "Merge pull request #12035 from ↵Jon Bratseth2020-02-0314-52/+109
| | | | | | | | | | | | | | vespa-engine/revert-12025-bratseth/anonymous-query-profile-types" This reverts commit 3e21ae3340cb49c0b28e8646e3eb1ae22d6241cc, reversing changes made to 99f3a7193090cfcd6b5fdbbe612f53d892f9d86b.
* | Add another ping round to avoid racing with the builtin ping thread that ↵Henning Baldersheim2020-02-031-1/+1
| | | | | | | | operates at 1hz.
* | Wait until Pong has returned before saying you are done.Henning Baldersheim2020-02-031-1/+1
| |
* | Merge pull request #12044 from vespa-engine/bratseth/non-functional-changesJon Bratseth2020-02-036-12/+10
|\ \ | | | | | | Non-functional changes only
| * | Non-functional changes onlyJon Bratseth2020-02-036-12/+10
| |/
| * Revert "Allow extension of implicitly ref'ed query profile types"Jon Bratseth2020-02-0214-109/+52
| |
| * Merge pull request #12025 from ↵Jon Bratseth2020-02-0214-52/+109
| |\ | | | | | | | | | | | | vespa-engine/bratseth/anonymous-query-profile-types Allow extension of implicitly ref'ed query profile types
| | * Allow extension of implicitly ref'ed query profile typesJon Bratseth2020-01-3114-52/+109
| | |
* | | Merge pull request #12031 from vespa-engine/balder/wait-until-nodestate-is-knownHenning Baldersheim2020-02-032-1/+6
|\ \ \ | | | | | | | | A dispatcher should not be considered ready before it has information…
| * | | A dispatcher should not be considered ready before it has information about ↵Henning Baldersheim2020-01-312-1/+6
| |/ / | | | | | | | | | all nodes. Either bad or good news.
* | | Merge pull request #12030 from vespa-engine/balder/send-ping-asyncHenning Baldersheim2020-02-0310-68/+131
|\ \ \ | | | | | | | | Send ping every second truly async to all nodes who does not have any…
| * | | Provide pongHandler in constructor to avoid needing an AtomicReference.Henning Baldersheim2020-02-037-20/+24
| | | |
| * | | lastPing -> lastPong.Henning Baldersheim2020-02-031-5/+5
| | | |
| * | | Do not catch more than you can handle.Henning Baldersheim2020-02-031-3/+2
| | | |
| * | | Use sequence numbers and check on Pong reception instead.Henning Baldersheim2020-02-033-14/+48
| | | |
| * | | Add comment on semantics.Henning Baldersheim2020-01-311-0/+3
| | | |
| * | | Send ping every second truly async to all nodes who does not have any ↵Henning Baldersheim2020-01-3110-67/+90
| |/ / | | | | | | | | | pending pings.
* | | Short-circuit if trueJon Bratseth2020-02-031-3/+2
| | |
* | | Don't remove ranked terms when recalling allJon Bratseth2020-02-032-4/+22
| | |
* | | Failed reproduction of https://github.com/vespa-engine/vespa/issues/11975Jon Bratseth2020-01-311-1/+18
|/ /
* | Merge pull request #12004 from ↵Jon Bratseth2020-01-315-58/+36
|\ \ | |/ |/| | | | | vespa-engine/bratseth/respect-chosen-composite-in-stemming Respect the chosen composite also if not CJK
| * Respect the chosen composite also if not CJKJon Bratseth2020-01-305-58/+36
| |
* | Merge pull request #12012 from vespa-engine/mpolden/fix-unstable-testJon Bratseth2020-01-301-19/+20
|\ \ | | | | | | Fix unstable test
| * | Fix unstable testMartin Polden2020-01-301-19/+20
| |/
* / Support phrase-segmenting false in more casesJon Bratseth2020-01-294-25/+33
|/ | | | | | Support and segmenting with simple queries also when the terms are bound by a control character in the simple language such that it is tokenized by us.
* Merge pull request #11965 from vespa-engine/bratseth/add-a-testArne H Juul2020-01-281-0/+7
|\ | | | | Add a test
| * Add a testJon Bratseth2020-01-271-0/+7
| |
* | Merge pull request #11932 from vespa-engine/bratseth/propagate-all-propertiesJon Bratseth2020-01-274-20/+52
|\ \ | |/ |/| Propagate all source and provider properties by default
| * Propagate all source and provider properties by defaultJon Bratseth2020-01-244-20/+52
| | | | | | | | | | | | | | | | | | | | This changes default behavor from only propagating native properties. I believe that will probably be safe, and it just seems more correct. If somebody have problems with it they can recover the old behavior by using the strict-contracts config. That config is not mentioned in the documentation and not touched by the model. We should remove it on Vespa 8.
* | Don't warn if query profile type is resolved laterJon Bratseth2020-01-241-0/+1
|/
* Support patching reservedToJon Bratseth2020-01-231-4/+2
|
* Better select grouping parsingJon Bratseth2020-01-227-46/+67
|
* Fix comment typoJon Bratseth2020-01-201-1/+1
|
* Add and propagate isBlockingWrite fieldJon Bratseth2020-01-202-5/+8
|
* Add isBlockingWrites to pongJon Bratseth2020-01-209-54/+82
| | | | | - Add isBlockingWrites to pong - Cleanup and deprecate unused complexity: There is just one node and one error
* Close state in requireThatVipStatusIsDefaultDownButComesUpAfterPingingJon Bratseth2020-01-202-7/+15
|
* Revert "Merge pull request #11820 from ↵Jon Bratseth2020-01-161-2/+5
| | | | | | | vespa-engine/revert-11816-bratseth/dispatch-tuning-cleanup" This reverts commit 2b3af41e82150047f20348bae4f81a4806b3bb60, reversing changes made to 878b95a5c82a299b5f5b453409c3837b48f7d206.
* Revert "Bratseth/dispatch tuning cleanup"Bjørn Christian Seime2020-01-161-5/+2
|