aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Avoid thread-unsafe use of ProgressTokenJon Marius Venstad2021-07-092-7/+7
| | | | | | |
| * | | | | | Always hold lock when doing read-write of statusJon Marius Venstad2021-07-091-4/+2
| | | | | | |
* | | | | | | Merge pull request #18574 from vespa-engine/olaa/applicationid-is-non-optionalOla Aunrønning2021-07-094-10/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ResourceTagger differentiates shared hosts and infrastructure
| * | | | | | | ResourceTagger differentiates shared hosts and infrastructureOla Aunrønning2021-07-084-10/+21
| | | | | | | |
* | | | | | | | Merge pull request #18583 from ↵Harald Musum2021-07-091-3/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/check-whether-run-should-use-tester-cert-not-whether-it-did Test whether run _should_ use tester cert, not if it already has
| * | | | | | | | Test whether run _should_ use tester cert, not if it already hasJon Marius Venstad2021-07-091-3/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #18582 from ↵Jon Marius Venstad2021-07-091-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/increased-history-for-jobs-in-cd Increase history to 256 last runs in CD systems
| * | | | | | | | Increase history to 256 last runs in CD systemsJon Marius Venstad2021-07-091-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #18581 from ↵Geir Storli2021-07-091-1/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/eliminate-flushengine-unit-test-race Eliminate race in flush engine unit test which caused premature wakeup.
| * | | | | | | Eliminate race in flush engine unit test which caused premature wakeup.Tor Egge2021-07-091-1/+8
|/ / / / / / /
* | | | | | | Merge pull request #18577 from vespa-engine/hmusm/reading-status-may-failHarald Musum2021-07-091-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Read session status may fail
| * | | | | | Read session status may failHarald Musum2021-07-081-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When deleting expired sessions we delete many sessions at once, watchers react to sessions being removed, but since this takes some time handling a session being deleted may happen while other sessions are deleted. So make sure to handle the case where a session disappears while trying to read its status
* | | | | | Merge pull request #18579 from vespa-engine/mpolden/log-failureHarald Musum2021-07-091-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log when image download fails
| * | | | | | Make logger staticMartin Polden2021-07-091-1/+1
| | | | | | |
| * | | | | | Log when image download failsMartin Polden2021-07-091-0/+6
| | | | | | |
* | | | | | | Merge pull request #18580 from vespa-engine/mpolden/reduce-cooldownValerij Fredriksen2021-07-092-3/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Reduce scheduled OS upgrade cooldown
| * | | | | | Reduce scheduled OS upgrade cooldownMartin Polden2021-07-092-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | The time it takes before a version is promoted to stable is already plenty conservative.
* | | | | | Merge pull request #18578 from ↵gjoranv2021-07-092-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-18570-do-not-deploy-container-jersey2 Revert "Don't deploy or install container-jersey2 [run-systemtest]"
| * | | | | Revert "Don't deploy or install container-jersey2 [run-systemtest]"Harald Musum2021-07-082-0/+2
|/ / / / /
* | | | | Merge pull request #18570 from vespa-engine/do-not-deploy-container-jersey2gjoranv2021-07-082-2/+0
|\ \ \ \ \ | |/ / / / |/| | | | Don't deploy or install container-jersey2 [run-systemtest]
| * | | | Don't deploy or install container-jersey2gjoranv2021-07-082-2/+0
| | | | |
* | | | | Merge pull request #18575 from vespa-engine/mpolden/detect-exclusive-hostValerij Fredriksen2021-07-081-1/+5
|\ \ \ \ \ | | | | | | | | | | | | Detect exclusive host when calculating real resources
| * | | | | Detect exclusive host when calculating real resourcesMartin Polden2021-07-081-1/+5
|/ / / / /
* | | | | Merge pull request #18573 from ↵Jon Marius Venstad2021-07-081-1/+5
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/hmusum/ignore-error-if-create-fails-because-node-already-exists Avoid checking and creating node
| * | | | Avoid checking and creating nodeHarald Musum2021-07-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | If node is created between exists() and create() this will fail, just catch exception if node already exists and ignore it
* | | | | Merge pull request #18569 from vespa-engine/remove-usage-of-Component-annotationBjørn Christian Seime2021-07-081-11/+4
|\ \ \ \ \ | | | | | | | | | | | | Remove usage of the @Component annotation for jersey resources.
| * | | | | Remove usage of the @Component annotation for jersey resources.gjoranv2021-07-081-11/+4
| | | | | |
* | | | | | Merge pull request #18571 from vespa-engine/bjorncs/vespa-hadoopBjørn Christian Seime2021-07-082-2/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Bjorncs/vespa hadoop
| * | | | | Allow separate handling of missing 'vespa.feed.uselegacyclient' parameterBjørn Christian Seime2021-07-082-3/+8
| | | | | |
| * | | | | Print parameter value in toString()Bjørn Christian Seime2021-07-081-0/+1
| | | | | |
* | | | | | Merge pull request #18568 from vespa-engine/mpolden/fix-javadocMartin Polden2021-07-081-5/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix javadoc
| * | | | | | Fix javadocMartin Polden2021-07-081-5/+4
|/ / / / / /
* | | | | | Merge pull request #18565 from vespa-engine/olaa/allow-getquota-failureOla Aunrønning2021-07-081-6/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Return partial response if getQuota fails
| * | | | | Return partial response if getQuota failsOla Aunrønning2021-07-071-6/+10
| | | | | |
* | | | | | Merge pull request #18567 from vespa-engine/hmusum/debug-readStatusHarald Musum2021-07-081-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | Add stack trace, need to figure out who calls this a long time after …
| * | | | Add stack trace, need to figure out who calls this a long time after session ↵Harald Musum2021-07-081-1/+1
|/ / / / | | | | | | | | | | | | is gone
* | | | Merge pull request #18566 from ↵Jon Marius Venstad2021-07-072-11/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/avoid-waiting-for-lock-of-transitive-dependencies-not-in-this-job Avoid taking lock which is not a dependency in this job
| * | | | Avoid taking lock which is not a dependency in this jobJon Marius Venstad2021-07-072-11/+13
| | | | |
* | | | | Merge pull request #18521 from ↵Harald Musum2021-07-071-6/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/remove-unused-encrypt-disk-flag Remove unused encrypt-disk flag
| * | | | | Remove unused encrypt-disk flagHåkon Hallingstad2021-07-021-6/+0
| | | | | |
* | | | | | Merge pull request #18563 from ↵Geir Storli2021-07-0710-9/+135
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/adjust-proton-disk-mem-usage-metrics-reporting Adjust reporting of disk and memory usage in proton.
| * | | | | | Adjust reporting of disk and memory usage in proton.Tor Egge2021-07-0710-9/+135
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #18564 from vespa-engine/mpolden/add-missing-stateValerij Fredriksen2021-07-071-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add missing container state
| * | | | | | Add missing container stateMartin Polden2021-07-071-2/+3
| |/ / / / /
* | | | | | Merge pull request #18561 from vespa-engine/jonmv/use-correct-statisticBjørn Christian Seime2021-07-071-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use correct statistic, missed when correcting the above one
| * | | | | | Use correct statistic, missed when correcting the above oneJon Marius Venstad2021-07-071-1/+1
| | | | | | |
* | | | | | | Merge pull request #18562 from vespa-engine/jonmv/fix-upgrader-test-expectationValerij Fredriksen2021-07-071-4/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Middle of the night was moved back one hour—update test expectation
| * | | | | | Middle of the night was moved back one hour—update test expectationJon Marius Venstad2021-07-071-4/+4
| |/ / / / /
* | | | | | Merge pull request #18560 from ↵Jon Marius Venstad2021-07-071-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/time-out-job-reporting-after-3min Time out job reporting after 3 minutes
| * | | | | | Time out job reporting after 3 minutesJon Marius Venstad2021-07-071-2/+7
| |/ / / / /