summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.16.38-1].vespa-7.16.38-1by-screwdriver2019-02-254-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.16.38 --no-auto-changelog
* Merge pull request #8586 from vespa-engine/arnej/cleanup-configserver-specArne H Juul2019-02-236-71/+58
|\ | | | | remove unused code and simplify
| * remove unused code and simplifyArne Juul2019-02-226-71/+58
| |
* | Merge pull request #8587 from vespa-engine/geirst/simplify-gtest-runnersTor Brede Vekterli2019-02-227-48/+26
|\ \ | | | | | | Reduce code duplication in gtest runners.
| * | Reduce code duplication in gtest runners.Geir Storli2019-02-227-48/+26
|/ /
* | Merge pull request #8585 from vespa-engine/bratseth/nonfunctional-changesJon Bratseth2019-02-225-1/+9
|\ \ | | | | | | Nonfunctional changes only
| * | Nonfunctional changes onlyJon Bratseth2019-02-225-1/+9
| | |
* | | Merge pull request #8583 from ↵Morten Tokle2019-02-222-7/+39
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/mortent/fix-aws-temp-credentials-refresh Fix refresh logic
| * | | Fix refresh logicMorten Tokle2019-02-222-7/+39
| | |/ | |/|
* | | Merge pull request #8575 from ↵Geir Storli2019-02-226-26/+108
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/toregge/stop-adding-extra-summary-map-override Be more careful when adding extra overrides to summary map
| * | Remove unneeded use of variable.Tor Egge2019-02-221-1/+0
| | |
| * | Pass name by reference.Tor Egge2019-02-221-1/+1
| | |
| * | If removal of attribute aspect is delayed but summary aspect has been removedTor Egge2019-02-216-26/+109
| | | | | | | | | | | | then the old summary map override should not be added to the new summary map.
* | | Merge pull request #8580 from ↵Geir Storli2019-02-229-21/+277
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/add-workarounds-for-distribution-hash-mismatch-convergence-issue Add workarounds for legacy global distribution hash handling
| * | | Add workarounds for legacy global distribution hash handlingTor Brede Vekterli2019-02-219-21/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses a regression introduced as part of #8479, which in turn was intended to serve as a fix for issue #8475. This regression would stall cluster state convergence when a subset of nodes contained the fix and another subset did not. With the workarounds present, nodes gracefully handle the case where different distribution hashes are expected for the global bucket space. `BucketManager` will now fall back to comparing the new incoming hash to that of the legacy derived distribution config if it mismatches. `PendingClusterState` will try to send a subset of bucket info requests with legacy hash format for the global bucket space iff there has been at least 1 rejected request. All these workarounds will be removed on Vespa 8.
* | | | Merge pull request #8558 from ↵Geir Storli2019-02-2220-121/+442
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/lesters/tensor-partial-update-mixed-tensors-java Tensor partial update for mixed tensors - Java
| * | | | Cleanup of tensor updates - JavaLester Solbakken2019-02-2113-75/+134
| | | | |
| * | | | Don't convert tensor add update type to sparse dimensionsLester Solbakken2019-02-206-37/+37
| | | | |
| * | | | Non-functional changes onlyLester Solbakken2019-02-206-8/+7
| | | | |
| * | | | TensorModifyUpdate support for mixed tensorsLester Solbakken2019-02-205-24/+66
| | | | |
| * | | | Remove unnecessary importsLester Solbakken2019-02-205-10/+0
| | | | |
| * | | | TensorRemoveUpdate support for mixed tensorsLester Solbakken2019-02-2012-38/+166
| | | | |
| * | | | TensorAddUpdate support for mixed tensorsLester Solbakken2019-02-2010-55/+158
| | | | |
* | | | | Merge pull request #8578 from ↵Tor Egge2019-02-215-29/+85
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/integrate-tensor-remove-update-in-searchcore Geirst/integrate tensor remove update in searchcore
| * | | | | Integrate TensorRemoveUpdate in attribute updater.Geir Storli2019-02-212-23/+47
| | | | | |
| * | | | | Implement applyTo() for TensorRemoveUpdate.Geir Storli2019-02-213-6/+38
| | | | | |
* | | | | | Merge pull request #8579 from ↵Håvard Pettersen2019-02-215-7/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/cleanup-after-removal-of-old-unit-test-runner Cleanup after removal of old unit test runner.
| * | | | | | Cleanup after removal of old unit test runner.Tor Egge2019-02-215-7/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #8577 from vespa-engine/bjorncs/tls-aware-http-clientBjørn Christian Seime2019-02-214-0/+309
|\ \ \ \ \ \ | | | | | | | | | | | | | | Introduce http client that follows Vespa TLS config
| * | | | | | Introduce http client that follows Vespa TLS configBjørn Christian Seime2019-02-214-0/+309
| |/ / / / /
* | | | | | Merge pull request #8576 from vespa-engine/mortent/exclude-jacksonBjørn Christian Seime2019-02-211-1/+15
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Exclude jackson dependencies from aws sdk
| * | | | | Exclude jackson dependencies from aws sdkMorten Tokle2019-02-211-1/+15
|/ / / / /
* | | | | Merge pull request #8574 from vespa-engine/arnej/add-network-ports-2Arne H Juul2019-02-2141-79/+544
|\ \ \ \ \ | | | | | | | | | | | | Arnej/add network ports 2
| * | | | | add size method for easier debuggingArne Juul2019-02-212-1/+4
| | | | | |
| * | | | | move allocated hosts setupArne Juul2019-02-211-1/+2
| | | | | |
| * | | | | add network ports to NodesResponseArne Juul2019-02-201-8/+10
| | | | | |
| * | | | | simplify list copyArne Juul2019-02-201-6/+2
| | | | | |
| * | | | | unit test network ports storageArne Juul2019-02-201-1/+13
| | | | | |
| * | | | | transfer network ports from node Allocation to HostSpecArne Juul2019-02-201-3/+11
| | | | | |
| * | | | | add unit test for network port list serializationArne Juul2019-02-201-0/+29
| | | | | |
| * | | | | add list of network port allocationsArne Juul2019-02-2037-66/+480
| | |/ / / | |/| | | | | | | | | | | | | | | | | | * add port suffixes to identify individual ports for a service * stash port reservations from current config model
* | | | | Merge pull request #8573 from vespa-engine/mortent/add-aws-credential-providerMorten Tokle2019-02-213-1/+89
|\ \ \ \ \ | | | | | | | | | | | | Add aws credential provider
| * | | | | Add aws credential providerMorten Tokle2019-02-213-1/+89
| | | | | |
* | | | | | Merge pull request #8571 from vespa-engine/hmusum/no-redeploy-in-test-zonesJon Marius Venstad2019-02-211-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | No need to do redeployments in test environments
| * | | | | Use a valid duration, 1 day is much longer than any app lives in test zonesHarald Musum2019-02-211-1/+2
| | | | | |
| * | | | | No need to do redeployments in test environmentsHarald Musum2019-02-211-1/+1
|/ / / / /
* | | | | Merge pull request #8570 from vespa-engine/hmusum/increase-thread-pool-sizeArnstein Ressem2019-02-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Increase thread pool size, unit tests have failed due to too few thre…
| * | | | | Increase thread pool size, unit tests have failed due to too few threads ↵Harald Musum2019-02-211-1/+1
| | |/ / / | |/| | | | | | | | | | | | | available
* | | | | Merge pull request #8568 from vespa-engine/bjorncs/jdisc-mixed-mode-preparationsBjørn Christian Seime2019-02-2117-109/+823
|\ \ \ \ \ | |/ / / / |/| | | | Bjorncs/jdisc mixed mode preparations
| * | | | Stop using Bouncycastle for PKCS12 keystoreBjørn Christian Seime2019-02-201-1/+1
| | | | |