summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.414.19-1].vespa-7.414.19-1sd-buildbot2021-06-034-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.414.19 --no-auto-changelog
* Merge pull request #18095 from vespa-engine/bratseth/avoid-questdb-max_txn_txnValerij Fredriksen2021-06-022-3/+7
|\ | | | | Workaround for max_txn_txn limit exceeded in QuestDb
| * Workaround for max_txn_txn limit exceeded in QuestDbJon Bratseth2021-06-022-3/+7
| |
* | Merge pull request #18081 from ↵Henning Baldersheim2021-06-024-8/+53
|\ \ | |/ |/| | | | | vespa-engine/hmusum/warn-when-using-searchdefinitions-dir Validate that schemas/ dir is used for schemas, warns otherwise
| * Validate that schemas/ dir is used for schemas, warns otherwiseHarald Musum2021-06-024-8/+53
| |
* | Merge pull request #18093 from ↵Håvard Pettersen2021-06-024-20/+19
|\ \ | | | | | | | | | | | | vespa-engine/havardpe/explicit-rank-expression-name use explicit expression name
| * | use explicit expression nameHåvard Pettersen2021-06-024-20/+19
| | |
* | | Merge pull request #18080 from vespa-engine/balder/do-not-use-file-as-triggerHenning Baldersheim2021-06-027-162/+79
|\ \ \ | | | | | | | | Balder/do not use file as trigger
| * | | Undo auto formatHenning Baldersheim2021-06-021-71/+25
| | | |
| * | | Distributing the external rankfiles was a dead end due to th eprocessing ↵Henning Baldersheim2021-06-027-132/+38
| | | | | | | | | | | | | | | | | | | | | | | | taking place. Reverting back to get back to the drawing table. It must be done post deriving, based on size of expression.
| * | | Unify handling of functions and fisrphase/secondphaseHenning Baldersheim2021-06-011-53/+110
| | | |
* | | | Merge pull request #18082 from vespa-engine/arnej/outward-conn-checkArne H Juul2021-06-0212-34/+187
|\ \ \ \ | | | | | | | | | | Arnej/outward conn check
| * | | | also accept FRTE_RPC_WRONG_RETURN as "unavailable"Arne Juul2021-06-022-4/+4
| | | | |
| * | | | less log spamArne Juul2021-06-021-4/+4
| | | | |
| * | | | cleanupArne Juul2021-06-023-30/+65
| | | | |
| * | | | ask for reverse connectivity check in OutwardCheckArne Juul2021-06-023-52/+73
| | | | |
| * | | | add timeout parameterArne Juul2021-06-023-8/+9
| | | | |
| * | | | perform outward connectivity checkArne Juul2021-06-028-22/+118
| | | | | | | | | | | | | | | | | | | | | | | | | * does not abort startup yet, just logs results from check * but requires self-connectivity now
| * | | | avoid using "int" for boolean return valueArne Juul2021-06-023-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #18091 from vespa-engine/mpolden/default-to-new-endpointsMartin Polden2021-06-024-41/+63
|\ \ \ \ | | | | | | | | | | Default to new endpoints in public
| * | | | Default to new endpoints in publicMartin Polden2021-06-024-41/+63
| | | | |
* | | | | Merge pull request #18092 from vespa-engine/havardpe/java-drop-empty-buffersHenning Baldersheim2021-06-028-2/+56
|\ \ \ \ \ | |/ / / / |/| | | | drop empty buffers support for Java
| * | | | drop empty buffers support for JavaHåvard Pettersen2021-06-028-2/+56
| | |_|/ | |/| |
* | | | Merge pull request #18076 from ↵Geir Storli2021-06-026-23/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/proof-of-concept-multiple-distributor-stripes Add proof of concept support for multiple distributor stripes.
| * | | | Add proof of concept support for multiple distributor stripes.Geir Storli2021-06-016-23/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The most basic functionality is now supported using multiple distributor stripes (and threads). Note that the following is (at least) still missing: * Stripe-separate metrics with top-level aggregation. * Aggregation over all stripes in misc functions in Distributor that currently is using the first stripe. * Handling of messages without bucket id in the top-level Distributor instead of using the first stripe.
* | | | | Bump capacity of DNS request queue (#18090)Martin Polden2021-06-021-3/+3
| | | | |
* | | | | Merge pull request #18088 from vespa-engine/arnej/less-slobrok-buffersArne H Juul2021-06-021-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | ask Transport for slobrok server to drop empty buffers
| * | | | ask Transport for slobrok server to drop empty buffersArne Juul2021-06-021-1/+1
| | | | |
* | | | | Merge pull request #18087 from ↵Harald Musum2021-06-021-0/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/check-if-deployment-can-be-done-just-before-doing-it Add canDeployNow method to OperatorChangeApplicationMaintainer
| * | | | | Add canDeployNow methodHarald Musum2021-06-021-0/+15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OperatorChangeMaintainer checks all applications first for needed deployment due to operator changes and deployments are done serially. This may take some time, so check if we can deploy right before doing the actual deployment
* | | | | Merge pull request #18084 from vespa-engine/jonmv/vespa-feed-clientBjørn Christian Seime2021-06-023-40/+89
|\ \ \ \ \ | | | | | | | | | | | | Jonmv/vespa feed client
| * | | | | Give thread a nameJon Marius Venstad2021-06-021-1/+1
| | | | | |
| * | | | | Move opperation bblocking upJon Marius Venstad2021-06-021-15/+17
| | | | | |
| * | | | | One request per second when circuit broken—immediate resends when it mendsJon Marius Venstad2021-06-021-17/+42
| | | | | |
| * | | | | Delay retries 1s when hasFailed()Jon Marius Venstad2021-06-021-2/+14
| | | | | |
| * | | | | Rename lock to monitor, update some docJon Marius Venstad2021-06-021-16/+19
| | | | | |
| * | | | | Use a Clock and set start time to now()Jon Marius Venstad2021-06-023-5/+12
| | | | | |
* | | | | | Merge pull request #18086 from vespa-engine/bjorncs/stream-idle-timeoutBjørn Christian Seime2021-06-021-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use same idle timeout for HTTP/2 stream and connections
| * | | | | | Use same idle timeout for HTTP/2 stream and connectionsBjørn Christian Seime2021-06-021-1/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #18085 from ↵Henning Baldersheim2021-06-021-3/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/arnej/avoid-deadlock-in-signal-handler avoid deadlock on signal lock
| * | | | | avoid deadlock on signal lockArne Juul2021-06-021-3/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * a signal handler is not a thread * if the main thread holds the lock when the signal handler is invoked in the same thread, it will deadlock * holding the lock is not necessary for notify_one()
* | | | | Merge pull request #18070 from vespa-engine/havardpe/optimize-for-memory-usageHåvard Pettersen2021-06-0215-14/+97
|\ \ \ \ \ | | | | | | | | | | | | drop empty buffers
| * | | | | drop empty buffersHåvard Pettersen2021-06-0115-14/+97
| | | | | |
* | | | | | Merge pull request #18083 from vespa-engine/bratseth/dont-read-lazilyValerij Fredriksen2021-06-023-15/+26
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Don't read lazily to catch QuestDb errors early
| * | | | | Don't read lazily to catch QuestDb errors earlyJon Bratseth2021-06-023-15/+26
|/ / / / /
* | | | | Merge pull request #18078 from vespa-engine/hmusum/prefere-schema-dirHarald Musum2021-06-026-17/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | | Write application package schemas to schemas dir in ZooKeeper
| * | | | Write application package schemas to schemas dir in ZooKeeperHarald Musum2021-06-016-17/+11
| | | | |
* | | | | Merge pull request #18079 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-014-38/+34
|\ \ \ \ \ | | |_|/ / | |/| | | Fail based on time since last success instead
| * | | | Add back target inflight increase on successJon Marius Venstad2021-06-012-4/+5
| | | | |
| * | | | Fail based on time since last success insteadJon Marius Venstad2021-06-013-37/+32
| | | | |