aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #26434 from vespa-engine/ogronnesby/ignore-minor-microØyvind Grønnesby2023-03-147-25/+25
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Ignore minor/micro versions in snapshots
| * | | | | | Update MeteringResponse with testsØyvind Grønnesby2023-03-144-10/+10
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into ogronnesby/ignore-minor-microØyvind Grønnesby2023-03-1426-107/+155
| |\ \ \ \ \ \
| * | | | | | | Ignore minor/micro versions in snapshotsØyvind Grønnesby2023-03-143-15/+15
| | | | | | | |
* | | | | | | | Merge pull request #26435 from vespa-engine/balder/mutex-is-platform-dependentHenning Baldersheim2023-03-141-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Handle that std:.mutex is platform dependent
| * | | | | | | Handle that std:.mutex is platform dependentHenning Baldersheim2023-03-141-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #26431 from ↵Henning Baldersheim2023-03-141-1/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-deprecated-and-ignored-compiler-option Remove deprecated and ignored compiler option
| * | | | | | Remove deprecated and ignored compiler optionHarald Musum2023-03-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#optimize
* | | | | | | Merge pull request #26426 from ↵Henning Baldersheim2023-03-1417-94/+103
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | vespa-engine/balder/track-memory-usage-of-logdatastore Balder/track memory usage of logdatastore
| * | | | | | Update typos in comments.Henning Baldersheim2023-03-141-2/+2
| | | | | | |
| * | | | | | Use std::vector instead of vespalib::ArrayHenning Baldersheim2023-03-147-39/+30
| | | | | | |
| * | | | | | GC unused includesHenning Baldersheim2023-03-145-8/+4
| | | | | | |
| * | | | | | Pre sizing is not necessary.Henning Baldersheim2023-03-147-27/+25
| | | | | | |
| * | | | | | Use a hash map to avoid a presize vector.Henning Baldersheim2023-03-143-12/+18
| | | | | | |
| * | | | | | Ensure locks are held when accessing _holdFileChunks.Henning Baldersheim2023-03-142-12/+14
| | | | | | |
| * | | | | | Track memory usage of LogDataStoreHenning Baldersheim2023-03-142-0/+16
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #26430 from vespa-engine/olaa/metering-all-fieldsOla Aunrønning2023-03-142-3/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add more fields in metering response
| * | | | | Add more fields in metering responseOla Aunronning2023-03-142-3/+12
|/ / / / /
* | | | | Merge pull request #26425 from vespa-engine/bratseth/gpu-node-rangesMartin Polden2023-03-142-7/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | | Allow ranges also if nodes have gpus
| * | | | Allow ranges also if nodes have gpusJon Bratseth2023-03-132-7/+12
| | | | |
* | | | | Merge pull request #26424 from vespa-engine/freva/allow-enclave-node-tlsHåkon Hallingstad2023-03-144-2/+28
|\ \ \ \ \ | |_|/ / / |/| | | | Add cloud account to node spec
| * | | | Add cloud account to node specValerij Fredriksen2023-03-134-2/+28
| | |_|/ | |/| |
* | | | Merge pull request #26422 from vespa-engine/bratseth/int8-renderingv8.137.25Jon Bratseth2023-03-132-5/+72
|\ \ \ \ | | | | | | | | | | Value type aware value rendering
| * | | | Value type aware value renderingJon Bratseth2023-03-132-5/+72
| | | | |
* | | | | Merge pull request #26417 from vespa-engine/balder/add-state-ptr-in-buffer-metaHenning Baldersheim2023-03-1318-196/+234
|\ \ \ \ \ | | | | | | | | | | | | Allocate BufferState in stash and add pointer to BufferAndMeta
| * | | | | disable hold_list, not free_list.Henning Baldersheim2023-03-133-5/+5
| | | | | |
| * | | | | Unify iteration over used buffers.Henning Baldersheim2023-03-134-53/+49
| | | | | |
| * | | | | GC unused void enableFreeList(uint32_t bufferId) method.Henning Baldersheim2023-03-131-5/+1
| | | | | |
| * | | | | Fetch state onceHenning Baldersheim2023-03-131-3/+5
| | | | | |
| * | | | | Unify on proper constness to reflect thread usage and modifications.Henning Baldersheim2023-03-132-8/+8
| | | | | |
| * | | | | Properly propagate hold list and free list settings when creating new state.Henning Baldersheim2023-03-132-10/+12
| | | | | |
| * | | | | Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-1317-181/+223
| | | | | |
* | | | | | Merge pull request #26423 from ↵Geir Storli2023-03-1356-279/+285
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/less-document-without-type-repo Reduce creation of Document instances without DocumentTypeRepo.
| * | | | | | Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-1356-279/+285
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #26413 from ↵Tor Brede Vekterli2023-03-137-51/+90
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/vekterli/separate-for-each-lbound-ubound-db-functions Be explicit about lbound/ubound for bucket DB iteration and add lbound variant
| * | | | | Be explicit about lbound/ubound for bucket DB iteration and add lbound variantTor Brede Vekterli2023-03-137-51/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The DB API was rather coy about whether `forEach` had lower or upper bound semantics with regards to the bucket ID passed in as a starting point. Be explicit and add a lower-bound variant.
* | | | | | Merge pull request #26421 from vespa-engine/bratseth/gpu-autoscalingMartin Polden2023-03-133-5/+70
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Autoscale by gpu signals too
| * | | | | Autoscale by gpu signals tooJon Bratseth2023-03-133-5/+70
| | | | | | | | | | | | | | | | | | | | | | | | Just take max of cpu and gpu load.
* | | | | | Merge pull request #26420 from ↵Harald Musum2023-03-133-41/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-26416-hmusum/turn-off-some-logging Revert "Turn off info logging for some classes"
| * | | | | | Revert "Turn off info logging for some classes"Harald Musum2023-03-133-41/+5
|/ / / / / /
* | | | | | Merge pull request #26418 from vespa-engine/bjorncs/global-phase-by-defaultJon Bratseth2023-03-132-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Enable 'global-phase' by default
| * | | | | Enable 'global-phase' by defaultBjørn Christian Seime2023-03-132-2/+2
| | | | | |
* | | | | | Merge pull request #26409 from ↵Ola Aunrønning2023-03-131-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/ogronnesby/only-compare-major-version Group by whole version number - not just major version
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Øyvind Grønnesby2023-03-1335-357/+266
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | ogronnesby/only-compare-major-version
| * | | | | | Group by Version insteadØyvind Grønnesby2023-03-132-5/+6
| | | | | | |
| * | | | | | We only care about major version when checkingØyvind Grønnesby2023-03-131-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #26416 from vespa-engine/hmusum/turn-off-some-loggingHarald Musum2023-03-133-5/+41
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Turn off info logging for some classes
| * | | | | Turn off info logging for some classesHarald Musum2023-03-133-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | Unimportant logging for external code that we want to avoid in vespa log
* | | | | | Merge pull request #26415 from ↵Arne H Juul2023-03-133-0/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/adjust-defaults-build-settings-for-ubuntu-22 Adjust default build settings for Ubuntu 22.04.
| * | | | | Adjust default build settings for Ubuntu 22.04.Tor Egge2023-03-133-0/+9
|/ / / / /