summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19337 from vespa-engine/bratseth/encoder-to-embedderv7.474.25Jon Bratseth2021-09-2843-292/+267
|\ | | | | encode -> embed
| * encode -> embedJon Bratseth2021-09-2843-292/+267
| |
* | Merge pull request #19336 from ↵Jon Bratseth2021-09-282-6/+23
|\ \ | |/ |/| | | | | vespa-engine/balder/precompute-hostresources-part-2 Compute capacity once for each host, instead of once per host per node.
| * Compute capacity once for each host, instead of once per host per node.Henning Baldersheim2021-09-282-6/+23
|/
* Merge pull request #19327 from ↵Harald Musum2021-09-289-30/+86
|\ | | | | | | | | vespa-engine/hmusum/wire-in-deployment-dry-run-option Wire in dryRun deployment option
| * Wire in dryRun deployment optionHarald Musum2021-09-289-30/+86
| |
* | Merge pull request #19334 from ↵Jon Bratseth2021-09-281-17/+30
|\ \ | | | | | | | | | | | | vespa-engine/balder/precompute-hostresources-to-avoid-redoing-it-on-every-compare-part-1 Precompute host resources to avoid redoing it on every compare during…
| * | Precompute host resources to avoid redoing it on every compare during sort.Henning Baldersheim2021-09-281-17/+30
| | |
* | | Merge pull request #19331 from vespa-engine/mpolden/pkcs8-api-keyJon Bratseth2021-09-283-3/+42
|\ \ \ | | | | | | | | Support API key in PKCS8 format
| * | | Support API key in PKCS8 formatMartin Polden2021-09-282-2/+38
| | | |
| * | | Ensure headers existMartin Polden2021-09-281-0/+3
| | | |
| * | | Require exact match for current tagMartin Polden2021-09-281-1/+1
| | | |
* | | | Merge pull request #19333 from vespa-engine/balder/add-benchmark-warmupHenning Baldersheim2021-09-282-0/+10
|\ \ \ \ | |_|/ / |/| | | Add warmup
| * | | Add warmupHenning Baldersheim2021-09-282-0/+10
|/ / /
* | | Merge pull request #19323 from vespa-engine/aressem/publish-on-mcMorten Tokle2021-09-2825-5/+194
|\ \ \ | | | | | | | | Make it possible to deploy on Maven Central with maven.
| * | | Make it possible to deploy on Maven Central with maven.Arnstein Ressem2021-09-2825-5/+194
| | | |
* | | | Merge pull request #19330 from ↵Harald Musum2021-09-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/default-to-non-local-suspend Default to non-local suspend
| * | | | Default to non-local suspendHåkon Hallingstad2021-09-281-1/+1
| | | | |
* | | | | Merge pull request #19328 from ↵Håkon Hallingstad2021-09-281-6/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/remove-legacy-spare-disk-algorithm Remove legacy spare disk algorithm
| * | | | | Remove legacy spare disk algorithmHåkon Hallingstad2021-09-281-6/+0
| | | | | |
* | | | | | Merge pull request #19329 from ↵Geir Storli2021-09-281-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/export-new-replica-maintenance-metrics Export new bucket replica maintenance metrics
| * | | | | | Export new bucket replica maintenance metricsTor Brede Vekterli2021-09-281-0/+4
| |/ / / / /
* | | | | | Merge pull request #19326 from ↵Tor Brede Vekterli2021-09-287-23/+62
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/expose-aggregated-low-level-data-movement-stats-as-metrics Expose aggregated low-level data movement statistics as metrics [run-systemtest]
| * | | | | Expose aggregated low-level data movement statistics as metricsTor Brede Vekterli2021-09-287-23/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds metrics for the following: * Bucket replicas that should be moved out, e.g. retirement case or node added to cluster that has higher ideal state priority. * Bucket replicas that should be copied out, e.g. node is in ideal state but might have to provide data other nodes in a merge. * Bucket replicas that should be copied in, e.g. node does not have a replica for a bucket that it is in ideal state for * Bucket replicas that need syncing due to mismatching metadata. These are aggregates across all bucket replicas, buckets and bucket spaces. Should aid in visibility for data movement during node retirements when there are concurrent replicas out of sync events.
* | | | | | Merge pull request #19320 from ↵Harald Musum2021-09-282-6/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hmusum/add-support-for-dryrun-deployment Add dryRun option to Deployment
| * | | | | Add dryRun option to DeploymentHarald Musum2021-09-282-6/+15
| | | | | |
* | | | | | Merge pull request #19318 from ↵Henning Baldersheim2021-09-283-25/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/balder/use-bufferedoutput-over-expensive-bytearrayoutputstream Use the faster BufferOutput over ByteArrayOutputStream that is synchr…
| * | | | | Use the faster BufferOutput over ByteArrayOutputStream that is synchronized.Henning Baldersheim2021-09-283-25/+30
| | | | | |
* | | | | | Merge pull request #19325 from ↵Henning Baldersheim2021-09-282-54/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-19313-balder/precompute-hostresources-to-avoid-redoing-it-on-every-compare Revert "Precompute host resources to avoid redoing it on every compare during…"
| * | | | | | Revert "Precompute host resources to avoid redoing it on every compare ↵Håkon Hallingstad2021-09-282-54/+21
|/ / / / / / | | | | | | | | | | | | | | | | | | during…"
* | | | | | Merge pull request #19322 from vespa-engine/bjorncs/tenant-cleanupBjørn Christian Seime2021-09-281-5/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow cleanup of tenant/application when tenant domain is deleted
| * | | | | | Allow cleanup of tenant/application when tenant domain is deletedBjørn Christian Seime2021-09-281-5/+27
| |/ / / / /
* | | | | | Merge pull request #19317 from vespa-engine/aressem/fix-srpm-makefileHarald Musum2021-09-281-5/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use lazy eval when getting VESPA_VERSOION for srpm target.
| * | | | | | Use lazy eval when getting VESPA_VERSOION for srpm target.Arnstein Ressem2021-09-281-5/+9
| |/ / / / /
* | | | | | Merge pull request #19321 from ↵Bjørn Christian Seime2021-09-283-30/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | vespa-engine/revert-19291-build-security-utils-with-maven-bundle-plugin Revert "Build security utils with maven bundle plugin"
| * | | | | Revert "Build security utils with maven bundle plugin"Håkon Hallingstad2021-09-283-30/+15
|/ / / / /
* | | | | Merge pull request #19319 from vespa-engine/hmusum/add-micro-benchmarkHenning Baldersheim2021-09-281-0/+100
|\ \ \ \ \ | |/ / / / |/| | | | Add micro benchmark of finding children of a host
| * | | | Add micro benchmark of finding children of a hostHarald Musum2021-09-281-0/+100
| | |/ / | |/| |
* | | | Merge pull request #19291 from ↵gjoranv2021-09-283-15/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/build-security-utils-with-maven-bundle-plugin Build security utils with maven bundle plugin
| * | | | Add comment explaining _nouses instruction to bndgjoranv2021-09-281-1/+1
| | | | |
| * | | | Install plain java artifact, which is now also the bundle.gjoranv2021-09-281-1/+1
| | | | |
| * | | | Update name of the security-utils bundle.gjoranv2021-09-281-1/+1
| | | | |
| * | | | Stop embedding deps into the security utils bundle,gjoranv2021-09-281-2/+0
| | | | | | | | | | | | | | | | | | | | .. they are all deployed to jdisc as separate bundles.
| * | | | Hide warnings from maven-bundle-plugin for multi-release jars.gjoranv2021-09-281-0/+1
| | | | |
| * | | | Remove dependency to jdisc_coregjoranv2021-09-281-7/+0
| | | | |
| * | | | Build security-utils with maven-bundle-plugingjoranv2021-09-281-6/+29
| | | | | | | | | | | | | | | | | | | | .. to avoid depending on jdisc_core to get osgi imports.
* | | | | Merge pull request #19316 from ↵Håkon Hallingstad2021-09-281-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/hakonhall/encrypt-in-provisioneddirty-by-default-try-2 Encrypt in provisioned/dirty by default, try 2
| * | | | Encrypt in provisioned/dirty by default, try 2Håkon Hallingstad2021-09-281-1/+1
| |/ / /
* | | | Merge pull request #19315 from vespa-engine/mpolden/wait-once-cloudJon Bratseth2021-09-281-1/+1
|\ \ \ \ | | | | | | | | | | Always wait at least once for cloud target
| * | | | Always wait at least once for cloud targetMartin Polden2021-09-281-1/+1
| |/ / / | | | | | | | | | | | | | | | | For cloud targets we need to always "wait" at least once, regardless of timeout, to discover endpoints.