summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Tag tls and operation response thread pools with cpu category WRITE.Geir Storli2022-01-282-17/+22
| | | | | | | | |
| * | | | | | | | Tag cpu category for tasks run in the proton shared executor.Geir Storli2022-01-2813-44/+56
| | | | | | | | |
| * | | | | | | | Tag maintenance job tasks with cpu category COMPACT.Geir Storli2022-01-284-13/+18
| | | | | | | | |
* | | | | | | | | Merge pull request #20976 from ↵Henning Baldersheim2022-01-283-6/+40
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/build-query-profiles-with-half-of-available-cores Use half of available cores to compile query profiles.
| * | | | | | | | | Shutdown executor in testHenning Baldersheim2022-01-281-1/+4
| | | | | | | | | |
| * | | | | | | | | Run with 20% of cores at lowest priority.Henning Baldersheim2022-01-281-2/+11
| | | | | | | | | |
| * | | | | | | | | Update ABIHenning Baldersheim2022-01-281-1/+1
| | | | | | | | | |
| * | | | | | | | | Use half of available cores to compile query profiles.Henning Baldersheim2022-01-282-5/+27
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #20977 from vespa-engine/arnej/fix-streaming-geo-locationHenning Baldersheim2022-01-2815-14/+166
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fix streaming geo location
| * | | | | | | | | update expected configArne H Juul2022-01-281-0/+7
| | | | | | | | | |
| * | | | | | | | | extract geo positions from query termsArne H Juul2022-01-284-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put them into query environment (for ranking)
| * | | | | | | | | convert ITEM_GEO_LOCATION_TERM to something usefulArne H Juul2022-01-282-6/+9
| | | | | | | | | |
| * | | | | | | | | trigger new VSM search method for GeoPos type fieldsArne H Juul2022-01-281-7/+15
| | | | | | | | | |
| * | | | | | | | | add new searchmethod GEOPOSArne H Juul2022-01-282-1/+5
| | | | | | | | | |
| * | | | | | | | | add GeoPosFieldSearcherArne H Juul2022-01-285-0/+109
| | | | | | | | | |
* | | | | | | | | | Merge pull request #20948 from vespa-engine/olaa/store-application-hashesOla Aunrønning2022-01-2815-33/+193
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Stores all deployed app versions. Stores app/bundle hashes
| * | | | | | | | | Use different hashingOla Aunrønning2022-01-281-1/+6
| | | | | | | | | |
| * | | | | | | | | Add unit testOla Aunrønning2022-01-284-0/+22
| | | | | | | | | |
| * | | | | | | | | Decide version removal based on oldest deployedOla Aunrønning2022-01-281-6/+8
| | | | | | | | | |
| * | | | | | | | | Add all versions that are deployedOla Aunrønning2022-01-274-18/+35
| | | | | | | | | |
| * | | | | | | | | Keep one old version. Don't keep hash of entire package.Ola Aunrønning2022-01-278-29/+21
| | | | | | | | | |
| * | | | | | | | | Stores all deployed app versions. Stores app/bundle hashesOla Aunrønning2022-01-2711-33/+155
| | | | | | | | | |
* | | | | | | | | | Merge pull request #20975 from ↵Tor Brede Vekterli2022-01-281-1/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/avoid-core-on-aborted-node-startup Avoid assertion failure on aborted node startup
| * | | | | | | | | Avoid assertion failure on aborted node startupTor Brede Vekterli2022-01-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a node fails to completely start up due to e.g. failures fetching bootstrap config, it's possible for the storage component chain to have been created but not yet completely initialized. Attempts to gracefully abort startup will still invoke the component `onClose()` methods, at which point the components must be able to handle a partially initialized state. Let `ModifiedBucketChecker` handle that its worker thread was not created when closing, as this will happen when `onOpen()` is never called.
* | | | | | | | | | Merge pull request #20974 from vespa-engine/bjorncs/miscBjørn Christian Seime2022-01-281-3/+6
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | Log time spent shutting down Jetty
| * | | | | | | | | Log time spent shutting down JettyBjørn Christian Seime2022-01-281-3/+6
| |/ / / / / / / /
* | | | | | | | | Merge pull request #20968 from ↵Henning Baldersheim2022-01-281-16/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/ignore-spread-in-the-active-file Ignore the current active file when computing spread.
| * | | | | | | | | Locate similar methods together and improve comment.Henning Baldersheim2022-01-281-18/+18
| | | | | | | | | |
| * | | | | | | | | Ignore the current active file when computing spread.Henning Baldersheim2022-01-281-3/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #20973 from vespa-engine/arnej/just-fix-dist-featureHenning Baldersheim2022-01-281-2/+3
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | pick the right attribute for streaming
| * | | | | | | | pick the right attribute for streamingArne H Juul2022-01-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This would detect the wrong field name because with SearchVisitor all fields are available as attributes; SearchVisitor::PositionInserter would not be triggered because the wrong field name was hinted for attribute access.
* | | | | | | | | Merge pull request #20972 from ↵Håvard Pettersen2022-01-281-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/include-array-when-using-std-array Include <array> when using std::array.
| * | | | | | | | | Include <array> when using std::array.Tor Egge2022-01-281-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #20970 from vespa-engine/bjorncs/annotationsBjørn Christian Seime2022-01-284-2/+11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Ensure 'annotations' in provided scope
| * | | | | | | | | Ensure 'annotations' in provided scopeBjørn Christian Seime2022-01-284-2/+11
| |/ / / / / / / /
* | | | | | | | | Merge pull request #20956 from ↵Håvard Pettersen2022-01-287-26/+95
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/auto-unboxing-of-scalar-results-from-interpreted-ranking-expressions auto-unbox scalar results from interpreted ranking expressions
| * | | | | | | | auto-unbox scalar results from interpreted ranking expressionsHåvard Pettersen2022-01-277-26/+95
| | | | | | | | |
* | | | | | | | | Merge pull request #20958 from vespa-engine/havardpe/ignore-coresHåvard Pettersen2022-01-281-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | ignore local core files produced by gtest during death testing
| * | | | | | | | | ignore local core files produced by gtest during death testingHåvard Pettersen2022-01-271-0/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #20961 from ↵Tor Brede Vekterli2022-01-281-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/normalize-dashed-cmake-pkg-names Normalize dashes in CMake package dependency names to underscores
| * | | | | | | | Normalize dashes in CMake package dependency names to underscoresTor Brede Vekterli2022-01-271-0/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Packages like `opentelemetry-cpp` export standard CMake variables in the expected form `OPENTELEMETRY_CPP_LIBRARIES`, _not_ in the form of `OPENTELEMETRY-CPP_LIBRARIES`. Implicitly normalize dashes to underscores to fix this.
* | | | | | | | Merge pull request #20967 from ↵Henning Baldersheim2022-01-2810-14/+8
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/avoid-vespamalloc-for-small-utility-programs Avoid using vespamalloc for small utility programs as it has a too hi… [run-systemtest]
| * | | | | | | Keep vespa-proton-cmd startup with wrapperscript.Henning Baldersheim2022-01-283-2/+3
| | | | | | | |
| * | | | | | | Avoid using vespamalloc for small utility programs as it has a too high ↵Henning Baldersheim2022-01-2812-17/+10
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | initial cost and memory footprint.
* | | | | | | Merge pull request #20963 from ↵Henning Baldersheim2022-01-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/dependabot/maven/parent/xerces-xercesImpl-2.12.2 Bump xercesImpl from 2.12.1 to 2.12.2 in /parent
| * | | | | | | Bump xercesImpl from 2.12.1 to 2.12.2 in /parentdependabot[bot]2022-01-271-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps xercesImpl from 2.12.1 to 2.12.2. --- updated-dependencies: - dependency-name: xerces:xercesImpl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #20962 from ↵Henning Baldersheim2022-01-275-34/+51
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/proton-thread-pools-cpu-category-tagging Tag proton thread pools with CPU categories.
| * | | | | | Tag proton thread pools with CPU categories.Geir Storli2022-01-275-34/+51
| | | | | | |
* | | | | | | Merge pull request #20949 from vespa-engine/bjorncs/jdisc-pre-shutdownBjørn Christian Seime2022-01-275-66/+113
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bjorncs/jdisc pre shutdown [run-systemtest]
| * | | | | | | Add trailing newlineBjørn Christian Seime2022-01-271-1/+1
| | | | | | | |