aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | handle nan cells when converting tensor spec to expressionHåvard Pettersen2022-01-262-2/+22
| |/ / /
* | | | Merge pull request #20947 from ↵Tor Brede Vekterli2022-01-276-0/+50
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/vekterli/merge-throttling-policy-feature-flag-2 Vekterli/merge throttling policy feature flag 2 [run-systemtest]
| * | | Add missing overrideTor Brede Vekterli2022-01-271-0/+1
| | | |
| * | | Add feature flag for merge throttling policyTor Brede Vekterli2022-01-276-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
* | | | Merge pull request #20880 from vespa-engine/hakonhall/use-Object-format-argsHåkon Hallingstad2022-01-272-2/+9
|\ \ \ \ | |/ / / |/| | | Use Object format args
| * | | Format with en/US localeHåkon Hallingstad2022-01-261-1/+3
| | | |
| * | | Add method to get SystemName.Environment.RegionNameHåkon Hallingstad2022-01-201-0/+5
| | | |
| * | | Use Object for String format argumentsHåkon Hallingstad2022-01-201-1/+1
| | | |
* | | | Merge pull request #20944 from vespa-engine/revoke-vespa.curatorHarald Musum2022-01-272-117/+0
|\ \ \ \ | | | | | | | | | | Revoke package c.y.vespa.curator from PublicApi
| * | | | Update abi spec after revoking c.y.vespa.curator package.gjoranv2022-01-261-115/+0
| | | | |
| * | | | Revoke package c.y.vespa.curator from PublicApigjoranv2022-01-261-2/+0
| | | | | | | | | | | | | | | | | | | | - Probably just used internally.
* | | | | Merge pull request #20946 from ↵Valerij Fredriksen2022-01-272-0/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/ignore-non-prod-apps-for-issues No issues for apps with no production deployments
| * | | | | No issues for apps with no production deploymentsJon Marius Venstad2022-01-272-0/+19
| | | | | |
* | | | | | Merge pull request #20945 from ↵Frode Lundgren2022-01-276-49/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-20927-vekterli/merge-throttling-policy-feature-flag Revert "Add feature flag for merge throttling policy"
| * | | | | | Revert "Add feature flag for merge throttling policy"Harald Musum2022-01-276-49/+0
|/ / / / / /
* | | | | | Merge pull request #20943 from vespa-engine/balder/avoid-explicit-close-1Henning Baldersheim2022-01-2644-627/+297
|\ \ \ \ \ \ | | | | | | | | | | | | | | - assert result of Close() in destructor of FastOS_File and FastOS_Bu…
| * | | | | | Add [[nodiscard]] to Read() tooHenning Baldersheim2022-01-267-8/+11
| | | | | | |
| * | | | | | Add [[nodiscard]] to Write2 and CheckedWrite tooHenning Baldersheim2022-01-2610-17/+20
| | | | | | |
| * | | | | | Add missing newlineHenning Baldersheim2022-01-261-1/+1
| | | | | | |
| * | | | | | Add [[nodiscard]] to Close() and Sync()Henning Baldersheim2022-01-263-6/+6
| | | | | | |
| * | | | | | Add sanity checks on Sync() and Close() callsHenning Baldersheim2022-01-261-5/+13
| | | | | | |
| * | | | | | Scope FastOS_File to avoid explicit Close().Henning Baldersheim2022-01-262-51/+49
| | | | | | |
| * | | | | | - Avoid explicit Close() when not necessary. Destructor does the necessary.Henning Baldersheim2022-01-2614-300/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Check Close() and Sync() results. - GC unused code.
| * | | | | | - assert result of Close() in destructor of FastOS_File and FastOS_BufferedFile.Henning Baldersheim2022-01-2623-242/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Check result of Close() - Check result of Sync() - Scope FastOS_File to avoid explicit Close(). - NULL -> nullptr
* | | | | | | Merge pull request #20927 from ↵Geir Storli2022-01-266-0/+49
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/merge-throttling-policy-feature-flag Add feature flag for merge throttling policy
| * | | | | | | Add feature flag for merge throttling policyTor Brede Vekterli2022-01-256-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two options; `STATIC` (default) and `DYNAMIC`. Does not currently set any window size configs based on the existing feature flag for max pending, so the config defaults will be used for these when dynamic throttling is enabled.
* | | | | | | | Merge pull request #20942 from ↵Geir Storli2022-01-261-0/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/expose-proton-cpu-util-metrics Expose the new proton CPU util metrics.
| * | | | | | | | Expose the new proton CPU util metrics.Geir Storli2022-01-261-0/+17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #20932 from ↵Geir Storli2022-01-261-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/adjust-replay-throttling-policy-max-window-size Adjust default replay_throttling_policy.max_window_size in proton config.
| * | | | | | | | Adjust default replay_throttling_policy.min_window_size in proton config.Tor Egge2022-01-261-1/+1
| | | | | | | | |
| * | | | | | | | Adjust default replay_throttling_policy.max_window_size in proton config.Tor Egge2022-01-251-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #20937 from vespa-engine/havardpe/tag-cpu-usageGeir Storli2022-01-269-20/+71
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tag match/summary engines with READ cpu usage
| * | | | | | | | | tag match/summary engines with READ cpu usageHåvard Pettersen2022-01-269-20/+71
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | tag llvm compilation tasks with SETUP cpu usage
* | | | | | | | | Merge pull request #20939 from ↵v7.534.29gjoranv2022-01-261-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/dependabot/maven/vespa-application-maven-plugin/commons-io-commons-io-2.7 Bump commons-io from 2.6 to 2.7 in /vespa-application-maven-plugin
| * | | | | | | | Bump commons-io from 2.6 to 2.7 in /vespa-application-maven-plugindependabot[bot]2022-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps commons-io from 2.6 to 2.7. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #20940 from ↵Henning Baldersheim2022-01-264-35/+39
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/improve-diskindex-write-error-detection Improve diskindex write error detection MERGEOK
| * | | | | | | | Improve diskindex write error detection.Tor Egge2022-01-264-35/+39
|/ / / / / / / /
* | | | | | | | Merge pull request #20935 from ↵Tor Brede Vekterli2022-01-264-20/+100
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/support-live-reconfig-of-dynamic-throttle-params Support live reconfig of dynamic persistence throttling [run-systemtest]
| * | | | | | | Support live reconfig of dynamic persistence throttlingTor Brede Vekterli2022-01-264-20/+100
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start moving internal `stor-server` throttling config to use struct config instead of separate fields, as this is more flexible and better matches how we configure throttling elsewhere. For now, let dynamic throttling be enabled via both the new and the old config enum. Config model will be updated to use the new config struct shortly.
* | | | | | | Merge pull request #20933 from vespa-engine/revoke-log.event-from-public-apigjoranv2022-01-2633-13/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Deprecate package c.y.log.event.
| * | | | | | | Deprecate package c.y.log.event.gjoranv2022-01-2533-13/+43
| | | | | | | |
* | | | | | | | Merge pull request #20936 from vespa-engine/balder/chunk-large-readsHenning Baldersheim2022-01-264-33/+32
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Chunk large reads into multiple smaller reads of max 64MB.
| * | | | | | | | Rename read -> has_readHenning Baldersheim2022-01-262-32/+16
| | | | | | | | |
| * | | | | | | | Chunk large preads into multiple smaller preads of max 64MB.Henning Baldersheim2022-01-261-1/+12
| | | | | | | | |
| * | | | | | | | Chunk large reads into multiple smaller reads of max 64MB.Henning Baldersheim2022-01-263-14/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #20938 from vespa-engine/bratseth/modular-profilesJon Bratseth2022-01-26145-1257/+1301
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Bratseth/modular profiles
| * | | | | | | Modular rank profilesJon Bratseth2022-01-2645-139/+206
| | | | | | | |
| * | | | | | | CleanupJon Bratseth2022-01-2513-56/+60
| | | | | | | |
| * | | | | | | No functional changesJon Bratseth2022-01-252-3/+2
| | | | | | | |
| * | | | | | | SimplifyJon Bratseth2022-01-2517-82/+73
| | | | | | | |