summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.401.18-1].vespa-7.401.18-1sd-buildbot2021-05-114-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.401.18 --no-auto-changelog
* Merge pull request #17742 from vespa-engine/arnej/no-splunk-on-admin-nodesArne H Juul2021-05-065-5/+103
|\ | | | | skip adding logforwarder on hosts if they have membership with cluste…
| * cosmetic change to private variable nameArne Juul2021-05-061-3/+3
| |
| * expects logforwarding in admin cluster, so ask for itArne Juul2021-05-061-1/+1
| |
| * unconditional -> include-adminArne Juul2021-05-064-5/+5
| |
| * test logforwarder not-in-adminArne Juul2021-05-061-0/+83
| |
| * skip adding logforwarder on hosts if they have membership with cluster type ↵Arne Juul2021-05-053-4/+19
| | | | | | | | admin
* | Merge pull request #17760 from vespa-engine/bratseth/special-tokens-take-3Jon Bratseth2021-05-0624-438/+434
|\ \ | | | | | | special-tokens-take-3
| * | Revert "Merge pull request #17754 from ↵Jon Bratseth2021-05-0524-438/+434
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-17747-bratseth/special-tokens-take-2" This reverts commit a2c9cd4bc04f1a3eaa31524b3970b96be5c2eda9, reversing changes made to 8c61a373af0066fbdf1cca354c24b197c7347321.
* | | Merge pull request #17766 from ↵Henning Baldersheim2021-05-061-1/+4
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/handle-socket-exceptions-better Handle SocketTimeoutException better when downloading files
| * | | Handle SocketTimeoutException better when downloading filesHarald Musum2021-05-061-1/+4
| | | | | | | | | | | | | | | | Improve/fix log message when there is a socket exception
* | | | Merge pull request #17756 from vespa-engine/balder/require-valgrind-3.17Arnstein Ressem2021-05-061-1/+1
|\ \ \ \ | | | | | | | | | | Require valgrind-3.17
| * | | | Require valgrind-3.17Henning Baldersheim2021-05-051-1/+1
| | |/ / | |/| |
* | | | Merge pull request #17768 from ↵Martin Polden2021-05-064-28/+80
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/redundancy-downscaling-retirement Only include non-retired nodes in redundancy computation
| * | | | Only include non-retired nodes in redundancy computationJon Bratseth2021-05-064-28/+80
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usually redundancy is down-adjusted to match the nodes per group, but not if the node count requested is high enough but downscaled by capacity policies. The redundancy is also adjusted down if there are not enough nodes in the actual allocation, which normally handles this case, but not if there are retired nodes. That is fixed in this PR by not counting retired nodes when making that adjustment.
* | | | Merge pull request #17763 from ↵Geir Storli2021-05-061-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/remove-assert-from-distributor-stripe-thread Remove assert for a scenario that might occur in wait_until_unparked()
| * | | | Remove assert for a scenario that might occur in wait_until_unparked().Geir Storli2021-05-061-1/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A stripe thread is parked as part of another thread calling DistributorStripePool::park_all_threads(). The stripe thread will then be inside DistributorStripePool::park_thread_until_released(), just waiting to call DistributorStripeThread::wait_until_unparked(). Before this is called, the other thread can call DistributorStripePool::unpark_all_threads(), and the _should_park variable in DistributorStripeThread is set to false again. When the stripe thread calls DistributorStripeThread::wait_until_unparked(), it is already unparked. This is a scenario that might occur when the parking / unparking loop is short.
* | | | Merge pull request #17755 from vespa-engine/mpolden/endpoint-cleanupMorten Tokle2021-05-064-27/+74
|\ \ \ \ | | | | | | | | | | Add support for multiple endpoints per routing policy
| * | | | Only return legacy global endpoints if they existMartin Polden2021-05-052-4/+23
| | | | |
| * | | | Improve test namesMartin Polden2021-05-051-7/+7
| | | | |
| * | | | Include zone legacy endpointsMartin Polden2021-05-054-16/+44
| | | | |
* | | | | remove dell ssd upgrade flag (#17628)Andreas Eriksen2021-05-061-7/+0
| |_|/ / |/| | |
* | | | Merge pull request #17759 from vespa-engine/havardpe/avoid-file-read-write-raceTor Brede Vekterli2021-05-064-5/+17
|\ \ \ \ | | | | | | | | | | avoid read/write conflict by doing atomic move
| * | | | avoid read/write conflict by doing atomic moveHåvard Pettersen2021-05-064-5/+17
| | | | |
* | | | | Merge pull request #17752 from ↵Tor Brede Vekterli2021-05-0615-214/+197
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/distributor-stripe-status-reporting Make status reporting from distributor and bucket db updater work in new stripe mode [run-systemtest]
| * | | | | Make status reporting from distributor and bucket db updater work when ↵Geir Storli2021-05-0512-44/+197
| | | | | | | | | | | | | | | | | | | | | | | | running in new stripe mode.
| * | | | | Remove no longer used class.Geir Storli2021-05-055-170/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #17698 from ↵Bjørn Christian Seime2021-05-063-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/dependabot/maven/container-dependency-versions/bouncycastle.version-1.68 Bump bouncycastle.version from 1.65 to 1.68 in /container-dependency-versions
| * | | | Upgrade maven-shade-plugin to 3.2.4Bjørn Christian Seime2021-05-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Previous version could not shade multi-release jars that contained bytecode for JDK 15 (e.g BounyCastle 1.68).
| * | | | Update expected version in enforcerBjørn Christian Seime2021-05-031-1/+1
| | | | |
| * | | | Bump bouncycastle.version in /container-dependency-versionsdependabot[bot]2021-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps `bouncycastle.version` from 1.65 to 1.68. Updates `bcpkix-jdk15on` from 1.65 to 1.68 - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `bcprov-jdk15on` from 1.65 to 1.68 - [Release notes](https://github.com/bcgit/bc-java/releases) - [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #17758 from vespa-engine/mpolden/reduce-upgrade-frequencyHarald Musum2021-05-062-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Wait longer between automatic OS upgrades
| * | | | | Wait longer between automatic OS upgradesMartin Polden2021-05-062-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #17757 from vespa-engine/mortent/tenant-role-maintainer-take2Morten Tokle2021-05-062-9/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix bug with non-prod deployments
| * | | | Fix bug with non-prod deploymentsMorten Tokle2021-05-062-9/+13
|/ / / /
* | | | Merge pull request #17754 from ↵Valerij Fredriksen2021-05-0524-434/+438
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/revert-17747-bratseth/special-tokens-take-2 Revert "Reapply "Bratseth/special tokens""
| * | | Revert "Reapply "Bratseth/special tokens""Jon Bratseth2021-05-0524-434/+438
|/ / /
* | | Merge pull request #17751 from ↵Geir Storli2021-05-052-7/+50
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/dispatch-top-level-messages-to-distributor-thread Dispatch messages to be handled by BucketDBUpdater to main distributor thread [run-systemtest]
| * | | Dispatch messages to be handled by BucketDBUpdater to main distributor threadTor Brede Vekterli2021-05-052-7/+50
| | | | | | | | | | | | | | | | | | | | Required to ensure no race conditions can happen from processing such messages from arbitrary RPC/CommunicationManager threads.
* | | | Merge pull request #17749 from vespa-engine/gjoranv/move-jakarta-deps-to-parentgjoranv2021-05-053-16/+14
|\ \ \ \ | | | | | | | | | | Move jakarta deps to parent, these should not be exposed to users.
| * | | | Move jakarta deps to parent, these should not be exposed to users.gjoranv2021-05-053-16/+14
| | | | |
* | | | | Merge pull request #17750 from vespa-engine/bjorncs/query-epoch-timeHenning Baldersheim2021-05-052-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Use creation time from http request when available [run-systemtest]
| * | | | Use creation time from http request when availableBjørn Christian Seime2021-05-052-3/+4
| | | | |
* | | | | Merge pull request #17744 from ↵Geir Storli2021-05-0511-43/+187
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/vekterli/run-single-stripe-in-separate-thread Run single stripe in its own thread when not using legacy mode [run-systemtest]
| * | | | Run single stripe in its own thread when not using legacy modeTor Brede Vekterli2021-05-0511-43/+187
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The (currently single) stripe is now run as part of the distributor stripe pool instead of being transitively invoked by the main thread. Introduce an explicit message mutex per stripe that is used for external messages and status requests when not using legacy mode. Use per-stripe wakeup mechanisms instead of the framework-global mutex used in the legacy code path. Additional work remains to bring back a dedicated message run-queue for the top-level distributor, so this is not yet thread safe for operations to the main `BucketDBUpdater`.
* | | | Merge pull request #17747 from vespa-engine/bratseth/special-tokens-take-2Jon Bratseth2021-05-0524-438/+434
|\ \ \ \ | | | | | | | | | | Reapply "Bratseth/special tokens"
| * | | | Revert "Merge pull request #17746 from ↵Jon Bratseth2021-05-0524-438/+434
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-17738-revert-17737-revert-17736-bratseth/special-tokens" This reverts commit 491856b396d003885e159345fe3f533f0fa35933, reversing changes made to 3720186303f4aef1d185525eaf61092097a64ec9.
* | | | Merge pull request #17743 from vespa-engine/balder/rename-jobsHenning Baldersheim2021-05-059-11/+11
|\ \ \ \ | | | | | | | | | | Balder/rename jobs
| * | | | Rename bucket move jobHenning Baldersheim2021-05-056-7/+7
| | | | |
| * | | | Rename lidspace compaction jobHenning Baldersheim2021-05-055-4/+4
| | | | |