summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #12961 from ↵Harald Musum2020-04-171-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/create-stack-trace-if-config-proxy-does-not-start-2 Dump stack trace several times if config proxy does not start
| * | | | | | | | | Dump stack trace several times if config proxy does not startHarald Musum2020-04-171-0/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #12941 from vespa-engine/olaa/add-coredump-metricsOla Aunrønning2020-04-172-10/+86
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add metrics for enqueued and processed coredumps
| * | | | | | | | | Update metrics before processing coredumpsOla Aunrønning2020-04-161-2/+2
| | | | | | | | | |
| * | | | | | | | | Filter hs_err files. Limit depth when counting coredumps. Create folders ↵Ola Aunrønning2020-04-162-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using UnixPath in tests
| * | | | | | | | | Add metrics for enqueued and processed coredumpsOla Aunrønning2020-04-162-10/+81
| | | | | | | | | |
* | | | | | | | | | Merge pull request #12934 from ↵Martin Polden2020-04-172-1/+9
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bjormel/deprovisioned-with-empty-IP-address Unset IP addresses on deprovisioning
| * | | | | | | | | Testing for reset of IP ConfigBjorn Meland2020-04-161-0/+6
| | | | | | | | | |
| * | | | | | | | | Removed unnecessary methodBjorn Meland2020-04-162-5/+1
| | | | | | | | | |
| * | | | | | | | | Unset IP addresses on deprovisioningBjorn Meland2020-04-152-1/+7
| | | | | | | | | |
* | | | | | | | | | Merge pull request #12956 from vespa-engine/hmusum/dont-use-deprecated-codeJon Marius Venstad2020-04-172-6/+14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Stop using deprecated constructor
| * | | | | | | | | | Stop using deprecated constructorHarald Musum2020-04-172-6/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #12957 from vespa-engine/bratseth/deduce-current-sizeValerij Fredriksen2020-04-173-5/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fallback to deduce size again
| * | | | | | | | | | | Fallback to deduce size againJon Bratseth2020-04-173-5/+11
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move cluster size validation to Capacity: We may reason about illegal sizes but not request them.
* | | | | | | | | | | Merge pull request #12927 from vespa-engine/bjorncs/role-csrMorten Tokle2020-04-171-0/+39
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Add CSR generator for role certificates
| * | | | | | | | | | Add CSR generator for role certificatesBjørn Christian Seime2020-04-151-0/+39
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #12937 from vespa-engine/hmusum/do-more-work-in-executorHarald Musum2020-04-163-13/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Do all redeployment work in executor
| * | | | | | | | | | Do all redeployment work in executorHarald Musum2020-04-163-13/+8
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #12950 from ↵Henning Baldersheim2020-04-163-54/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/remove-redundant-db-lookup-during-persistence-reply-processing Remove redundant bucket DB lookup in persistence reply handling.
| * | | | | | | | | | Remove redundant bucket DB lookup in persistence reply handlingTor Brede Vekterli2020-04-163-54/+10
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bucket DB updating happened unconditionally anyway; this was only used for failing operations in an overly pessimistic way. Removing this lookup has two benefits: - Less CPU spent in DB - Less impact expected during feeding during node state transitions since fewer operations will have to be needlessly retried by the client. Rationale: an operation towards a given bucket completes (i.e. is ACKed by all its replica nodes) at time t and the bucket is removed from the DB at time T. There is no fundamental change in correctness or behavior from the client's perspective if the order of events is tT or Tt. Both are equally valid, as the state transition edge happens independently of any reply processing.
* | | | | | | | | | Merge pull request #12876 from ↵Henning Baldersheim2020-04-161-3/+17
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/aggressively-remove-latest-vespa-log remove latest vespa.log if it is filling the disk too quickly.
| * | | | | | | | | | only do aggressive removal if spamming detected at least 3 timesArne Juul2020-04-161-7/+15
| | | | | | | | | | |
| * | | | | | | | | | remove latest vespa.log if it is filling the disk too quicklyArne Juul2020-04-081-1/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #12947 from vespa-engine/balder/keep-rankHenning Baldersheim2020-04-163-12/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Propagate relevance even if sorting is used
| * | | | | | | | | | | Propagate relevance even if sorting is used.Henning Baldersheim2020-04-163-12/+12
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #12942 from ↵Henning Baldersheim2020-04-163-5/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/olaa/telegraf-test-remove-vespa-home-assumption Remove assumption of VESPA_HOME location in TelegrafTest.
| * | | | | | | | | | | Remove assumption of VESPA_HOME location in TelegrafTestOla Aunrønning2020-04-163-5/+6
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #12936 from ↵Henning Baldersheim2020-04-161-5/+13
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/avoid-unused-function-warning Use functor with overloaded methods instead of overloaded functions to.
| * | | | | | | | | | | Use functor with overloaded methods instead of overloaded functions toTor Egge2020-04-161-5/+13
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid warning about unused function.
* | | | | | | | | | | Merge pull request #12944 from vespa-engine/balder/add-flag-control-of-softstartHenning Baldersheim2020-04-1610-8/+73
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add flag control over softstart seconds
| * | | | | | | | | | | Document that it is per zone too.Henning Baldersheim2020-04-161-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Add flag control over softstart seconds.Henning Baldersheim2020-04-1610-5/+70
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #12939 from ↵Jon Bratseth2020-04-163-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/more-descriptive-message-when-mistyping-flag-data-field More descriptive message when mistyping flag data field
| * | | | | | | | | | | | More descriptive message when mistyping flag data fieldHåkon Hallingstad2020-04-163-3/+13
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12949 from vespa-engine/hmusum/remove-dead-code-7Jon Bratseth2020-04-161-12/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove dead code
| * | | | | | | | | | | | | Remove dead codeHarald Musum2020-04-161-12/+0
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12948 from ↵Valerij Fredriksen2020-04-165-12/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-DockerImage-instead-of-string Use DockerImage instead of String in HostSpec
| * | | | | | | | | | | | | Use DockerImage instead of String in HostSpecHarald Musum2020-04-165-12/+18
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #12940 from ↵Harald Musum2020-04-163-19/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/file-distribution-logging-changes Less and improved logging
| * | | | | | | | | | | | | Less and improved loggingHarald Musum2020-04-163-19/+14
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some other minor changes as well, but no functional changes
* | | | | | | | | | | | | Merge pull request #12946 from vespa-engine/bjorncs/upgrade-bouncycastleHarald Musum2020-04-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade BouncyCastle to 1.65
| * | | | | | | | | | | | | Upgrade BouncyCastle to 1.65Bjørn Christian Seime2020-04-161-1/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12928 from ↵Jon Bratseth2020-04-1613-183/+143
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/vespa-http-client-improvements Bratseth/vespa http client improvements
| * | | | | | | | | | | | Minor fixesJon Bratseth2020-04-162-3/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Randomize chunk sizeJon Bratseth2020-04-151-2/+14
| | | | | | | | | | | | |
| * | | | | | | | | | | | Nonfunctional changes onlyJon Bratseth2020-04-152-23/+17
| | | | | | | | | | | | |
| * | | | | | | | | | | | The document queue is always sharedJon Bratseth2020-04-156-52/+51
| | | | | | | | | | | | |
| * | | | | | | | | | | | Nonfunctional changes onlyJon Bratseth2020-04-159-113/+69
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #12945 from vespa-engine/bratseth/isWorking-is-tristateJon Bratseth2020-04-162-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | isWorking is tri-state MERGEOK
| * | | | | | | | | | | | isWorking is tri-stateJon Bratseth2020-04-162-2/+1
|/ / / / / / / / / / / /