aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14108 from ↵Henning Baldersheim2020-08-2029-206/+138
|\ | | | | | | | | vespa-engine/balder/move-commit-time-tracker-to-replay-state Balder/move commit time tracker to replay state
| * GC unused codeHenning Baldersheim2020-08-201-2/+1
| |
| * Use a fixed visibility-delay of 100ms during replayHenning Baldersheim2020-08-208-18/+7
| |
| * Transfer shared_ptr by value.Henning Baldersheim2020-08-2013-24/+22
| |
| * Avoid time based commit handling inside storeonly feed view.Henning Baldersheim2020-08-1912-108/+41
| |
| * Do the time tracking for immediate commit in the replay state instead of ↵Henning Baldersheim2020-08-1911-77/+90
| | | | | | | | having it spread all over.
* | Merge pull request #14116 from ↵Henning Baldersheim2020-08-201-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/toregge/check-array-size-in-distribution Check _node2Group array size in Distribution.
| * | Check _node2Group array size in Distribution.Tor Egge2020-08-201-1/+1
| | |
* | | Merge pull request #14115 from vespa-engine/arnej/avoid-negative-distanceHenning Baldersheim2020-08-201-4/+6
|\ \ \ | |/ / |/| | keep default distance within representable range
| * | keep default distance within representable rangeArne Juul2020-08-201-4/+6
| | |
* | | Merge pull request #14114 from vespa-engine/lesters/rename-tf-inputs-and-outputsJon Bratseth2020-08-201-25/+102
|\ \ \ | |/ / |/| | Rename inputs and outputs of converted TF model instead of adding aliases
| * | Rename inputs and outputs of converted TF model instead of adding aliasesLester Solbakken2020-08-201-25/+102
|/ /
* | Merge pull request #14111 from vespa-engine/bratseth/preserve-allocationJon Bratseth2020-08-206-10/+206
|\ \ | | | | | | Preserve allocation when possible
| * | Preserve allocation when possibleJon Bratseth2020-08-206-10/+206
|/ / | | | | | | | | | | | | | | | | | | We want to avoid unnecessary small adjustments to capacity. Since the worst case real resources we'll get is generally worse than the actual allocation, we cannot guarantee that we compute the same allocation to request as the one leading to the current allocation. So instead of relying on that we explicitly reuse the current (requested) resources when they are still legal instead of recomputing each time.
* | Merge pull request #14110 from ↵Harald Musum2020-08-201-0/+3
|\ \ | | | | | | | | | | | | vespa-engine/revert-13968-hmusum/include-stack-trace-when-getting-application-fails Revert "Log stack trace for all exceptions"
| * | Revert "Log stack trace for all exceptions"Harald Musum2020-08-201-0/+3
|/ /
* | Merge pull request #14109 from ↵Håkon Hallingstad2020-08-2011-69/+174
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/delete-entries-with-wrong-application-id Delete entries with wrong application id and fail if trying to write one
| * | Throw exception if trying to write application id for another tenantHarald Musum2020-08-204-0/+42
| | |
| * | Use tenant name and session id in + clean up testsHarald Musum2020-08-2010-71/+133
| | |
| * | Delete entries with wrong application idHarald Musum2020-08-201-1/+2
| |/
* | Merge pull request #14091 from vespa-engine/gjoranv/update-commentgjoranv2020-08-201-2/+2
|\ \ | |/ |/| Update comment mentioning jdisc_http_filters
| * Update comment mentioning jdisc_http_filtersgjoranv2020-08-191-2/+2
| |
* | Merge pull request #14106 from ↵Henning Baldersheim2020-08-1950-427/+539
|\ \ | | | | | | | | | | | | vespa-engine/revert-14051-balder/use-an-actual-fieldset-repo Revert "Balder/use an actual fieldset repo"
| * | Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-1950-427/+539
| | |
* | | Merge pull request #14107 from ↵Håkon Hallingstad2020-08-191-0/+9
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/log-and-skip-when-application-with-wrong-tenant-exists Log and skip application entries that have wrong tenant
| * | Log and skip application entries that have wrong tenantHarald Musum2020-08-191-0/+9
| | |
* | | Merge pull request #14097 from vespa-engine/havardpe/onnx-wrapperHåvard Pettersen2020-08-197-0/+448
|\ \ \ | |/ / |/| | onnx wrapper
| * | onnx wrapperHåvard Pettersen2020-08-197-0/+448
| | |
* | | Merge pull request #14095 from ↵Jon Marius Venstad2020-08-1910-26/+72
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-14094-revert-14092-hmusum/throw-instead-of-returning-null Reapply "Throw exception instead of returning null when reading application id"
| * | | Return Optional when reading application id from zookeeperHarald Musum2020-08-196-10/+15
| | | |
| * | | Fix commentHarald Musum2020-08-191-2/+2
| | | |
| * | | Add test of expiring a local session that has no zookeeper dataHarald Musum2020-08-191-2/+28
| | | |
| * | | Add and use getOptionalApplicationId in some placesHarald Musum2020-08-195-9/+25
| | | | | | | | | | | | | | | | | | | | In some scenarios data might be missing in ZooKeeper, in those cases handle that instead of failing
| * | | Revert "Revert "Throw exception instead of returning null when reading ↵Harald Musum2020-08-192-7/+6
| | | | | | | | | | | | | | | | application id…""
* | | | Merge pull request #14103 from ↵Bjørn Christian Seime2020-08-1935-671/+253
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13930-bjorncs/validate-binding-patterns Revert "Bjorncs/validate binding patterns"
| * | | | Revert "Bjorncs/validate binding patterns"Bjørn Christian Seime2020-08-1935-671/+253
|/ / / /
* | | | Merge pull request #14102 from ↵Bjørn Christian Seime2020-08-198-193/+283
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13942-bjorncs/improve-athenz-access-control Revert "Bjorncs/improve athenz access control"
| * | | | Revert "Bjorncs/improve athenz access control"Bjørn Christian Seime2020-08-198-193/+283
| | | | |
* | | | | Merge pull request #14101 from vespa-engine/revert-14090-bjorncs/fixBjørn Christian Seime2020-08-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Revert "Add missing whitespace"
| * | | | Revert "Add missing whitespace"Bjørn Christian Seime2020-08-191-1/+1
|/ / / /
* | | | Merge pull request #14100 from vespa-engine/lesters/tf2onnx-wrapperJon Bratseth2020-08-193-1/+63
|\ \ \ \ | | | | | | | | | | Wrap tf2onnx to add output aliases
| * | | | Wrap tf2onnx to add output aliasesLester Solbakken2020-08-193-1/+63
|/ / / /
* | | | Merge pull request #14096 from ↵Henning Baldersheim2020-08-1918-71/+64
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/cleanup-prior-inflight-lid-handling Some cleanup and refactoring.
| * | | Some cleanup and refactoring.Henning Baldersheim2020-08-1918-71/+64
| | | |
* | | | Merge pull request #14094 from ↵Jon Marius Venstad2020-08-192-6/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/revert-14092-hmusum/throw-instead-of-returning-null Revert "Throw exception instead of returning null when reading application id…"
| * | | Revert "Throw exception instead of returning null when reading application ↵Harald Musum2020-08-192-6/+7
|/ / / | | | | | | | | | id…"
* | | Merge pull request #14093 from vespa-engine/hmusum/configserver-refactoring-27Harald Musum2020-08-1918-87/+94
|\ \ \ | |/ / |/| | Config server refactoring, part 27
| * | Uset getTenant method in ApplicationRepository in some placesHarald Musum2020-08-199-43/+33
| | |
| * | Move logic away from handlerHarald Musum2020-08-192-23/+26
| | |
| * | Remove duplicate code in Session constructorsHarald Musum2020-08-193-7/+9
| | |