aboutsummaryrefslogtreecommitdiffstats
path: root/container-search
Commit message (Expand)AuthorAgeFilesLines
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
* Merge pull request #27779 from vespa-engine/jdk21-prep-3gjoranv2023-07-171-6/+12
|\
| * Update abi-specs after making config class Builders finalgjoranv2023-07-171-6/+12
* | Support comparison productionsJon Bratseth2023-07-163-3/+32
|/
* Set up reconfigurable dispatcher with self-subscription insteadjonmv2023-07-141-0/+37
* Test delay shutdown of RPC resources in dispatcherjonmv2023-07-135-6/+210
* Get info about all nodes before updating search groups referencejonmv2023-07-132-13/+28
* Set up constructor wiring for testing rpc connection pool updatejonmv2023-07-134-22/+55
* Test nodes are retained when updating search cluster groupsjonmv2023-07-132-3/+44
* Set up skeleton for replacing monitored groups and nodesjonmv2023-07-1311-57/+84
* Add skeleton for delaying search invoker RPC resource shutdownjonmv2023-07-132-12/+74
* Reinstate public (unused) method, warn when failing ping shutdownjonmv2023-07-131-2/+9
* Simplify a bitjonmv2023-07-136-40/+26
* Merge pull request #27703 from vespa-engine/jonmv/reconfigure-dispatchJon Marius Venstad2023-07-101-10/+4
|\
| * Avoid overflow for 146 years of JVM time for common timersjonmv2023-07-071-10/+4
* | Merge pull request #27701 from vespa-engine/bratseth/disk-limitJon Bratseth2023-07-071-1/+0
|\ \ | |/ |/|
| * Move disk limit check to NodeResourceLimitsJon Bratseth2023-07-051-1/+0
* | Another potential overflow (not really, since trunc milis in a long, but that...jonmv2023-07-071-1/+1
* | Avoid overflow for warmup end time computationjonmv2023-07-073-9/+11
* | Follow API changejonmv2023-07-061-1/+1
|/
* Handle sorting on multivalue attributes.Tor Egge2023-07-043-3/+14
* Add workaround for handling of unary minus operator in combination with `Long...Bjørn Christian Seime2023-06-272-4/+17
* Add support for controlling rank-score-drop-limit from container query time.Henning Baldersheim2023-06-233-0/+16
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-224-4/+8
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-224-8/+4
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-214-4/+8
* Correct typoJon Bratseth2023-06-211-1/+1
* Non-functional changes onlyJon Bratseth2023-06-2010-221/+205
* Merge pull request #27458 from vespa-engine/hmusum/fix-LoggerEntry-ByteBuffer...Harald Musum2023-06-161-4/+1
|\
| * Fix ByteBuffer usage by doing this the simple wayHarald Musum2023-06-161-4/+1
* | Enable prefix search validationJon Bratseth2023-06-162-3/+1
|/
* Increase max rendering queue from 100 to 500Jon Bratseth2023-06-141-1/+1
* Non-functional changes onlyJon Bratseth2023-06-131-2/+1
* Use a bound queue for rendering tasksJon Bratseth2023-06-132-10/+40
* Merge pull request #27382 from vespa-engine/bratseth/validate-prefix-matching...Arne H Juul2023-06-1328-155/+935
|\
| * Move to SchemaInfoJon Bratseth2023-06-1226-182/+901
| * Revert "Revert "Validate prefix matching""Jon Bratseth2023-06-074-24/+85
* | Merge pull request #27379 from vespa-engine/hmusum/always-log-if-failing-to-p...Lester Solbakken2023-06-121-4/+7
|\ \
| * | Always log when failing to process fileHarald Musum2023-06-121-4/+7
* | | Add serialization test for LoggerEntryLester Solbakken2023-06-122-1/+36
|/ /
* | Update and cleanup testHarald Musum2023-06-122-26/+29
* | Minor cleanup of RuleImporterHarald Musum2023-06-122-57/+28
* | Revert "Hmusum/revert validate semantic rules"Harald Musum2023-06-112-1/+1
* | Revert "Validate semantic rules when building config model"Harald Musum2023-06-102-1/+1
* | Validate semantic rules when building config modelHarald Musum2023-06-082-1/+1
* | ignore warmup query when measuring latency and other metricsArne Juul2023-06-081-0/+1
* | Delete spooler file when entries sent successfullyHarald Musum2023-06-073-3/+40
* | Don't encode blob twice in toString()Harald Musum2023-06-071-3/+5
|/
* Make constructor public, used in system testsHarald Musum2023-06-061-5/+6
* Revert "Validate prefix matching"Harald Musum2023-06-064-85/+24