aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25688 from ↵v8.115.24Arne H Juul2023-01-244-48/+80
|\ | | | | | | | | vespa-engine/balder/also-handle-non-overlapping-bitvectors Balder/also handle non overlapping bitvectors
| * * use the sanitize range and check in "andWith" alsoArne Juul2023-01-233-21/+13
| | | | | | | | | | * verifyInclusiveStart is not needed now that we do range checks * the unit tests could only work in "/home/balder"
| * - Use santitized range to align orWith / andNotWith with similar code.Henning Baldersheim2023-01-232-16/+17
| |
| * Change assert to also check end.Henning Baldersheim2023-01-231-1/+1
| |
| * Add rangecheck to BitVector::store(Word & word).Henning Baldersheim2023-01-232-17/+25
| | | | | | | | Handle nonoverlapping vectors in orWith, andWith and andNotWith.
| * Add test that non-overlapping OR does not write outside source bitvector.Henning Baldersheim2023-01-231-2/+33
|/
* Merge pull request #25686 from vespa-engine/balder/less-codeHenning Baldersheim2023-01-231-10/+10
|\ | | | | Use const ref to reduce code bloat.
| * Use const ref to reduce code bloat.Henning Baldersheim2023-01-231-10/+10
|/
* Merge pull request #25685 from vespa-engine/exclude-slf4j-from-jettyHenning Baldersheim2023-01-231-0/+72
|\ | | | | Exclude all org.slf4j artifacts from jetty in container-test.
| * Exclude all org.slf4j artifacts from jetty in container-test.gjoranv2023-01-231-0/+72
| | | | | | | | | | | | | | - For unknown reasons, user projects using a base pom could get slf4j-api in compile scope when the test scoped dep from container-test was nearer the dep tree root than the provided scoped dep from 'container' (via container-dev and jdisc_core).
* | Merge pull request #25682 from vespa-engine/balder/cap-searchable-copiesGeir Storli2023-01-231-2/+10
|\ \ | | | | | | Warn about bad config, and cap searchable copies at redundancy
| * | Warn about bad config, and cap searchable copies at redundancyHenning Baldersheim2023-01-231-2/+10
| | |
* | | Merge pull request #25683 from vespa-engine/bratseth/searchable-copies-defaultsHenning Baldersheim2023-01-233-3/+39
|\ \ \ | | | | | | | | Correct default searchable-copies with redundancy 1
| * | | Correct default searchable-copies with redundancy 1Jon Bratseth2023-01-233-3/+39
| | | |
* | | | Merge pull request #25684 from vespa-engine/bjorncs/jdisc-response-metricsHenning Baldersheim2023-01-236-216/+92
|\ \ \ \ | | | | | | | | | | Implement response metric aggregator as a HttpChannel.Listener
| * | | | Implement response metric aggregator as a HttpChannel.ListenerBjørn Christian Seime2023-01-236-216/+92
| | | | | | | | | | | | | | | | | | | | Ensure that response metrics are incremented for error responses produced by Jetty's HTTP parser.
* | | | | Merge pull request #25654 from vespa-engine/bratseth/input-fallbackJon Bratseth2023-01-2384-550/+728
|\ \ \ \ \ | |_|_|/ / |/| | | | Bratseth/input fallback
| * | | | Improve error messagesJon Bratseth2023-01-231-2/+2
| | | | |
| * | | | Add headersJon Bratseth2023-01-232-0/+2
| | | | |
| * | | | Skip statements on partial updates onlyJon Bratseth2023-01-2312-70/+131
| | | | |
| * | | | Use legal indexing statementJon Bratseth2023-01-201-1/+1
| | | | |
| * | | | More testsJon Bratseth2023-01-202-14/+47
| | | | |
| * | | | Support choice expressionsJon Bratseth2023-01-2018-147/+255
| | | | |
| * | | | Cleanup - no functional changesJon Bratseth2023-01-209-112/+93
| | | | |
| * | | | Prep testing for implementing fallbackJon Bratseth2023-01-193-2/+71
| | | | |
| * | | | Cleanup - no functional chngesJon Bratseth2023-01-1911-81/+60
| | | | |
| * | | | Expect the correction exceptionsJon Bratseth2023-01-192-3/+3
| | | | |
| * | | | Cleanup - no functional chngesJon Bratseth2023-01-1948-171/+116
| | | | |
* | | | | Merge pull request #25681 from ↵Arne H Juul2023-01-232-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | vespa-engine/revert-25676-arnej/use-go-start-services Revert "switch to "go" version of vespa-start-services"
| * | | | Revert "switch to "go" version of vespa-start-services"Harald Musum2023-01-232-1/+1
|/ / / /
* | | | Merge pull request #25679 from ↵Valerij Fredriksen2023-01-232-17/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/jonmv/de-dupe-on-instance-for-confidence Dedupe on instances when computing confidence
| * | | Dedupe on instances when computing confidencejonmv2023-01-232-17/+11
| | |/ | |/|
* | | Merge pull request #25672 from vespa-engine/arnej/bump-onnxruntimeArne H Juul2023-01-234-7/+7
|\ \ \ | | | | | | | | bump onnxruntime version to 1.13.1
| * | | bump onnxruntime version to 1.13.1Arne Juul2023-01-224-7/+7
| | | |
* | | | Merge pull request #25678 from ↵Kristian Aune2023-01-234-29/+60
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/yngveaasheim/use-enums-for-cluster-controller-metrics Use enums for cluster controller metrics
| * | | | Fix typoYngve Aasheim2023-01-231-1/+1
| | | | |
| * | | | Fix typoYngve Aasheim2023-01-231-1/+1
| | | | |
| * | | | Fix typoYngve Aasheim2023-01-231-19/+19
| | | | |
| * | | | Use enums for cluster-controller metricsYngve Aasheim2023-01-231-4/+5
| | | | |
| * | | | Fix typosYngve Aasheim2023-01-231-3/+3
| | | | |
| * | | | Use enums for cluster controller metricsYngve Aasheim2023-01-231-23/+23
| | | | |
| * | | | Add Unit.BINARY, Unit.NODEYngve Aasheim2023-01-231-0/+4
| | | | |
| * | | | Add enums for cluster controller metricsYngve Aasheim2023-01-231-2/+28
| | |/ / | |/| |
* | | | Merge pull request #25677 from ↵Geir Storli2023-01-235-20/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/rename-keyword-extractor-to-legacy-keyword-extractor Rename KeywordExtractor to LegacyKeywordExtractor.
| * | | | Rename KeywordExtractor to LegacyKeywordExtractor.Tor Egge2023-01-235-20/+20
| |/ / /
* | | | Merge pull request #25676 from vespa-engine/arnej/use-go-start-servicesHenning Baldersheim2023-01-232-1/+1
|\ \ \ \ | |/ / / |/| | | switch to "go" version of vespa-start-services
| * | | switch to "go" version of vespa-start-servicesArne Juul2023-01-222-1/+1
| | | |
* | | | Merge pull request #25673 from vespa-engine/bratseth/min-redundancyJon Bratseth2023-01-2213-48/+222
|\ \ \ \ | |_|/ / |/| | | Add min-redundancy
| * | | Add min-redundancyJon Bratseth2023-01-2213-48/+222
|/ / /
* | | Merge pull request #25671 from vespa-engine/bratseth/move-intrangeJon Bratseth2023-01-2221-28/+22
|\ \ \ | | | | | | | | Move IntRange out of vespajlib