summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #16270 from vespa-engine/jonmv/reapply-docprot-configJon Marius Venstad2021-01-2839-255/+757
|\ \ \ \ \ \ | | | | | | | | | | | | | | Jonmv/reapply docprot config [run-systemtest]
| * | | | | | Move config to other moduleJon Marius Venstad2021-01-283-2/+132
| | | | | | |
| * | | | | | Update abi spec and update CMakeListsJon Marius Venstad2021-01-285-4/+5
| | | | | | |
| * | | | | | Revert "Move .def to relevant module"Jon Marius Venstad2021-01-284-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 823c34b6b8ab549359b1a35716df94bc31ec5f21.
| * | | | | | Revert "Update test and abi spec"Jon Marius Venstad2021-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit e18ceeacf60f6d850a22ed8b771d6ea972a231ca.
| * | | | | | Revert "Update abi spec more"Jon Marius Venstad2021-01-281-132/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c16712cc670a7a87fb078205030533b6a9b27ef1.
| * | | | | | Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-2838-255/+755
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 2e2e2edeb3ea99f2c04925070cf44601e2cd94fb.
* | | | | | | Merge pull request #16275 from ↵Harald Musum2021-01-283-2/+20
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/balder/do-not-use-vespa-malloc-for-metrics-proxy Do not use vespamalloc for metrics-proxy. It is pure java.
| * | | | | | Do not use vespamalloc for metrics-proxy. It is pure java.Henning Baldersheim2021-01-283-2/+20
| | | | | | |
* | | | | | | Merge pull request #16274 from vespa-engine/mpolden/fix-upstream-nameMartin Polden2021-01-283-6/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Use cluster in upstream name
| * | | | | | Use cluster in upstream nameMartin Polden2021-01-283-6/+7
| | | | | | |
* | | | | | | Merge pull request #16257 from ↵Tor Brede Vekterli2021-01-2818-5/+603
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-feed-block-support-to-cluster-controller Add cluster feed block support to cluster controller [run-systemtest]
| * | | | | | Add cluster feed block support to cluster controllerTor Brede Vekterli2021-01-2718-5/+603
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will push out a new cluster state bundle indicating cluster feed blocked if one or more nodes in the cluster has one or more resources exhausted. Similarly, a new state will be pushed out once no nodes have resources exhausted any more. The feed block description currently contains up to 3 separate exhausted resources, possibly across multiple nodes. A cluster-level event is emitted for both the block and unblock edges. No hysteresis is present yet, so if a node is oscillating around a block-limit, so will the cluster state.
* | | | | | | Merge pull request #16272 from vespa-engine/mpolden/builderMartin Polden2021-01-281-1/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add builder method for container storage path
| * | | | | | | Add builder method for container storage pathMartin Polden2021-01-281-1/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #16271 from ↵Bjørn Christian Seime2021-01-281-10/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/track-exception-in-test-report Track exceptions caused by invalid test bundle in test report
| * | | | | | | Track exceptions caused by invalid test bundle in test reportBjørn Christian Seime2021-01-281-10/+20
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #16269 from ↵Henning Baldersheim2021-01-288-25/+38
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/keep-iterator-creation-in-one-place In order to ensure that lid stats are sampled at the right time ensur…
| * | | | | | | Still test both variantsHenning Baldersheim2021-01-281-1/+1
| | | | | | | |
| * | | | | | | In order to ensure that lid stats are sampled at the right time ensure that ↵Henning Baldersheim2021-01-289-26/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | you do it the *next* time you are in the master thread. This is to ensure that the sync call has taken effect. This also keep the iterator creation logic in one method enhancing readability.
* | | | | | | | Merge pull request #16268 from vespa-engine/mortent/aws-secretMorten Tokle2021-01-287-0/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | New module jdisc-cloud-aws
| * | | | | | | aws parameter storeMorten Tokle2021-01-282-0/+30
| | | | | | | |
| * | | | | | | Create new module jdisc-cloud-awsMorten Tokle2021-01-286-0/+42
| |/ / / / / /
* | | | | | | Merge pull request #16267 from vespa-engine/arnej/measure-latency-in-nanosecondsJon Bratseth2021-01-281-8/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | measure latency using System.nanoTime()
| * | | | | | measure latency using System.nanoTime()Arne Juul2021-01-281-8/+9
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * many Vespa applications have latency in the low range (1-3 ms) * using System.currentTimeMillis() gives very little precision, latency graphs become very spiky * System.nanoTime() should have approximately same cost, and gives much better precision
* | | | | | Merge pull request #16266 from vespa-engine/revert-16264-mortent/aws-secretMorten Tokle2021-01-286-71/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Revert "Create module for jdisc aws resources"
| * | | | | | Revert "Create module for jdisc aws resources"Arnstein Ressem2021-01-286-71/+0
|/ / / / / /
* | | | | | Merge pull request #16264 from vespa-engine/mortent/aws-secretØyvind Grønnesby2021-01-286-0/+71
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Create module for jdisc aws resources
| * | | | | aws parameter storeMorten Tokle2021-01-282-2/+13
| | | | | |
| * | | | | aws parameter storeMorten Tokle2021-01-281-0/+19
| | | | | |
| * | | | | Create new module for jdisc aws resourcesMorten Tokle2021-01-285-0/+41
| | | | | |
* | | | | | Merge pull request #16265 from ↵Harald Musum2021-01-2838-755/+255
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-16245-jonmv/reapply-document-protocol-super-config Revert "Jonmv/reapply document protocol super config [run-systemtest]"
| * | | | | | Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-2838-755/+255
|/ / / / / /
* | | | | | Merge pull request #16245 from ↵Harald Musum2021-01-2838-255/+755
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/reapply-document-protocol-super-config Jonmv/reapply document protocol super config [run-systemtest]
| * | | | | | Update abi spec moreJon Marius Venstad2021-01-271-0/+132
| | | | | | |
| * | | | | | Update test and abi specJon Marius Venstad2021-01-271-1/+1
| | | | | | |
| * | | | | | Move .def to relevant moduleJon Marius Venstad2021-01-274-3/+0
| | | | | | |
| * | | | | | Move new config to already used packageJon Marius Venstad2021-01-2713-30/+33
| | | | | | |
| * | | | | | Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-2738-247/+615
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d7359f7c72ff06889af594431baf4075e2b4da78.
* | | | | | | Merge pull request #16262 from vespa-engine/mpolden/add-statesHarald Musum2021-01-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add missing container states
| * | | | | | | Add missing container statesMartin Polden2021-01-271-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #16263 from ↵Henning Baldersheim2021-01-274-2/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/ensure-the-top-is-compacted-too Ensure all tasks are queued on the master executor so compaction will…
| * | | | | | | Ensure all tasks are queued on the master executor so compaction will pack ↵Henning Baldersheim2021-01-274-2/+9
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | the top too.
* | | | | | | Merge pull request #16255 from vespa-engine/arnej/always-send-nns-thresholdArne H Juul2021-01-271-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | always send distance threshold in NearestNeighborItem
| * | | | | | | always send distance threshold in NearestNeighborItemArne Juul2021-01-271-2/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #16261 from ↵Henning Baldersheim2021-01-271-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/take-a-copy-of-the-maintenance-subdb-to-avoid-life-time-issues-and-race-on-reconfig Copy the maintenance subdb so you can safely use its members without …
| * | | | | | | Copy the maintenance subdb so you can safely use its members without ↵Henning Baldersheim2021-01-271-2/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | worrying that they might change under youor feet.
* | | | | | | Merge pull request #16260 from ↵Henning Baldersheim2021-01-2711-49/+49
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/make-lidspace-compaction-handler-shared_ptr Use shared_ptr to ensure lifetime is sufficient.
| * | | | | | | Use shared_ptr to ensure lifetime is sufficient.Henning Baldersheim2021-01-2711-49/+49
|/ / / / / / /
* | | | | | | Merge pull request #16259 from vespa-engine/balder/onstopHenning Baldersheim2021-01-274-3/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add a proper way for controlled stop.