summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20821 from ↵v7.529.2Jon Marius Venstad2022-01-171-7/+15
|\ | | | | | | | | vespa-engine/handle-new-components-configs-out-of-sync Handle new components configs out of sync [run-systemtest]
| * Ensure that components configs are usedgjoranv2022-01-141-1/+15
| | | | | | | | | | .. even if the subscriber got a newer generation than the bootstrap subscriber for some reason.
| * Inline getConfigsOptional()gjoranv2022-01-141-6/+0
| |
* | Merge pull request #20823 from vespa-engine/balder/only-2-threads-for-ccv7.528.38Henning Baldersheim2022-01-1610-31/+19
|\ \ | | | | | | All non application clusters only needs a few threads. 2 should be su…
| * | All non application clusters only needs a few threads. 2 should be sufficient.Henning Baldersheim2022-01-1410-31/+19
| | | | | | | | | | | | | | | This is controlled by the featureflag so far only used for the metrics-proxy. This will bring the clustercontroller and logserver in line with the metrics-proxy.
* | | Merge pull request #20831 from vespa-engine/toregge/remove-unused-variableHenning Baldersheim2022-01-161-1/+0
|\ \ \ | | | | | | | | Remove unused member variable.
| * | | Remove unused member variable.Tor Egge2022-01-161-1/+0
|/ / /
* | | Merge pull request #20828 from ↵Henning Baldersheim2022-01-161-1/+7
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/toregge/speed-up-persistence-conformance-unit-test Speed up persistence conformance test.
| * | | Speed up persistence conformance test.Tor Egge2022-01-151-1/+7
|/ / /
* | | Merge pull request #20800 from ↵Henning Baldersheim2022-01-155-15/+62
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/add-an-interface-that-can-accept-a-tasklist Add an interface that can post a list of task instead of only one at …
| * | | Add an interface that can post a list of task instead of only one at a time.Henning Baldersheim2022-01-135-15/+62
| | | | | | | | | | | | | | | | | | | | Intention is to make it cheaper to post many small tasks. It requires that the implementation adds support if it find it worthwhile.
* | | | Merge pull request #20797 from ↵Henning Baldersheim2022-01-156-30/+120
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/single-executor-with-unbound-q - Add support for using an unbound Q -> nonblocking.
| * | | | Use else instead of initializing to 0Henning Baldersheim2022-01-131-1/+3
| | | | |
| * | | | Differentiate between numTasks called when holding lock and not.Henning Baldersheim2022-01-132-11/+22
| | | | |
| * | | | - Add support for using an unbound Q -> nonblocking.Henning Baldersheim2022-01-136-28/+105
| | | | | | | | | | | | | | | | | | | | | | | | | - It uses a synchronized overflow Q if the main Q is full. - Long term it is the intention that the blocking option will be removed.
* | | | | Merge pull request #20822 from vespa-engine/hakonhall/remove-templarHåkon Hallingstad2022-01-143-96/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Remove Templar
| * | | | Remove TemplarHåkon Hallingstad2022-01-143-96/+3
| | |_|/ | |/| |
* | | | Merge pull request #20817 from vespa-engine/balder/tighter-heap-controlJon Marius Venstad2022-01-142-2/+2
|\ \ \ \ | | | | | | | | | | Readuce minimum direct memory size from 75m to 16m
| * | | | Update expected resultHenning Baldersheim2022-01-141-1/+1
| | | | |
| * | | | Readuce minimum direct memory size from 75m to 16mHenning Baldersheim2022-01-141-1/+1
| | | | |
* | | | | Merge pull request #20819 from ↵Håkon Hallingstad2022-01-1416-663/+151
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/revert-20801-jonmv/reapply-zk-changes-2 Revert "Jonmv/reapply zk changes 2"
| * | | | Revert "Jonmv/reapply zk changes 2"Jon Marius Venstad2022-01-1416-663/+151
| | | | |
* | | | | Merge pull request #20818 from ↵Henning Baldersheim2022-01-142-4/+19
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/geirst/subtract-transient-resource-usage-before-reporting-to-cc Subtract transient resource usage from the absolute usage before repo…
| * | | | Subtract transient resource usage from the absolute usage before reporting ↵Geir Storli2022-01-142-4/+19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | to the cluster controller. This ensures that the transient resource usage is covered by the resource headroom on the content node, instead of leading to feed blocked due to natural fluctuations.
* | | | Merge pull request #20816 from vespa-engine/bjorncs/jdk8Jon Marius Venstad2022-01-142-2/+0
|\ \ \ \ | |/ / / |/| | | Remove JVM option that is not available in JDK8
| * | | Remove JVM option that is not available in JDK8Bjørn Christian Seime2022-01-142-2/+0
|/ / /
* | | Merge pull request #20813 from vespa-engine/hakonhall/test-bad-templatesValerij Fredriksen2022-01-149-33/+86
|\ \ \ | | | | | | | | Test bad templates
| * | | Test bad templatesHåkon Hallingstad2022-01-149-33/+86
| | | |
* | | | Merge pull request #20810 from vespa-engine/bjorncs/unchecked-timeout-exceptiongjoranv2022-01-1432-39/+56
|\ \ \ \ | | | | | | | | | | Bjorncs/unchecked timeout exception [run-systemtest]
| * | | | Replace use of Guava's UncheckedTimeoutException with our ownBjørn Christian Seime2022-01-1432-39/+35
| | | | |
| * | | | Add replacement for Guava's UncheckedTimeoutExceptionBjørn Christian Seime2022-01-141-0/+21
| | | | |
* | | | | Merge pull request #20812 from vespa-engine/mpolden/readd-flagMartin Polden2022-01-141-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Re-add hide-shared-routing-endpoint flag even though it's not needed
| * | | | | Re-add hide-shared-routing-endpoint flag even though it's not neededMartin Polden2022-01-141-0/+8
| |/ / / /
* / / / / remove cameo api url flag (#20811)Andreas Eriksen2022-01-141-8/+1
|/ / / /
* | | | Merge pull request #20809 from vespa-engine/hmusum/lower-log-level-4Håkon Hallingstad2022-01-141-1/+1
|\ \ \ \ | | | | | | | | | | Use lower log level
| * | | | Use lower log levelHarald Musum2022-01-141-1/+1
| | | | |
* | | | | Merge pull request #20802 from vespa-engine/mpolden/remove-flagMorten Tokle2022-01-1423-234/+144
|\ \ \ \ \ | | | | | | | | | | | | Remove hide-shared-routing-endpoint feature flag
| * | | | | Remove hide-shared-routing-endpoint feature flagMartin Polden2022-01-1323-234/+144
| | |_|_|/ | |/| | |
* | | | | Merge pull request #20807 from vespa-engine/hakonhall/template-filewriterValerij Fredriksen2022-01-141-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Add getFileWriter to Template
| * | | | | Add getFileWriter to TemplateHåkon Hallingstad2022-01-141-0/+6
| | |_|/ / | |/| | |
* | | | | Merge pull request #20808 from ↵Arnstein Ressem2022-01-141-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | vespa-engine/hmusum/extend-feature-flag-expiry-date-5 Extend feature flags expiry date
| * | | | Extend feature flags expiry dateHarald Musum2022-01-141-1/+1
|/ / / /
* | | | Merge pull request #20710 from vespa-engine/enforce-no-log4jgjoranv2022-01-143-102/+128
|\ \ \ \ | | | | | | | | | | Enforce no log4j
| * | | | Allow log4j2 versions above 2.17.0gjoranv2022-01-142-4/+4
| | | | |
| * | | | Allow log4j in test scope.gjoranv2022-01-142-6/+10
| | | | |
| * | | | Fail the build for any hosted application with log4j deps:gjoranv2022-01-072-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | - log4j:log4j - org.apache.logging.log4j:log4j-core
| * | | | Remove profile from enforcergjoranv2022-01-071-102/+90
| | | | | | | | | | | | | | | | | | | | - Was used to disable enforcer for maven 3.0.5
* | | | | Merge pull request #20801 from vespa-engine/jonmv/reapply-zk-changes-2Jon Marius Venstad2022-01-1316-151/+663
|\ \ \ \ \ | | | | | | | | | | | | Jonmv/reapply zk changes 2
| * | | | | Ignore unit test for now (unstable 1/100)Jon Marius Venstad2022-01-132-0/+4
| | | | | |
| * | | | | Revert "Revert "Jonmv/reapply zk changes""Jon Marius Venstad2022-01-1316-151/+659
| | |_|_|/ | |/| | | | | | | | | | | | | This reverts commit a7e95293f7f0bd4a9a2a3618a48061a14ffbf2e3.