aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Actually reject new operations after close() is calledJon Marius Venstad2021-06-281-0/+3
* More tests for feed clientJon Marius Venstad2021-06-282-5/+69
* Merge pull request #18424 from vespa-engine/lesters/remove-onnx-feature-as-ar...Jon Bratseth2021-06-284-11/+3
|\
| * Remove onnx feature as argument for stateless evaluationLester Solbakken2021-06-284-11/+3
* | Merge pull request #18423 from vespa-engine/lesters/model-evaluation-testerJon Bratseth2021-06-289-1/+271
|\ \
| * | Add unit testing of ModelsEvaluator in applicationsLester Solbakken2021-06-289-1/+271
| |/
* | Merge pull request #18422 from vespa-engine/jonmv/vespa-feed-clientBjørn Christian Seime2021-06-281-2/+2
|\ \ | |/ |/|
| * Fix indentation in TODO.mdJon Marius Venstad2021-06-281-2/+2
* | Merge pull request #18421 from vespa-engine/skip-ip-lookup-for-unit-testsHarald Musum2021-06-282-9/+19
|\ \
| * | Skip ip address lookup when running unit tests.gjoranv2021-06-282-9/+19
|/ /
* | Merge pull request #18420 from vespa-engine/balder/gc-unused-partitionidHenning Baldersheim2021-06-2713-87/+37
|\ \
| * | GC unused 'partition' id.Henning Baldersheim2021-06-262-4/+0
| * | GC unused 'partitionid' and various other members of MonitorReply that are lo...Henning Baldersheim2021-06-2611-83/+37
|/ /
* | Merge pull request #18419 from vespa-engine/bratseth/reduce-ideal-memoryValerij Fredriksen2021-06-265-10/+10
|\ \
| * | Reduce ideal memoryJon Bratseth2021-06-265-10/+10
|/ /
* | Merge pull request #18418 from vespa-engine/bratseth/lock-tables-rebasedJon Bratseth2021-06-263-172/+194
|\ \
| * | CleanupJon Bratseth2021-06-251-5/+6
| * | Add slashJon Bratseth2021-06-251-1/+1
| * | Create root dir before logging configJon Bratseth2021-06-251-2/+3
| * | Remove redundant checkJon Bratseth2021-06-251-3/+1
| * | Continue on old dataJon Bratseth2021-06-251-2/+2
| * | Serialize writes to each tableJon Bratseth2021-06-251-26/+31
| * | Split into tablesJon Bratseth2021-06-251-145/+160
| * | No functional changesJon Bratseth2021-06-252-2/+4
* | | Merge pull request #18416 from vespa-engine/use-SimpleLinguisticsgjoranv2021-06-253-0/+9
|\ \ \
| * | | Disable accesslog to make test run slightly faster.gjoranv2021-06-251-0/+1
| * | | Set up SimpleLinguistics for search apps to avoid the default.gjoranv2021-06-253-0/+8
* | | | Merge pull request #18414 from vespa-engine/bratseth/enlarge-remote-disksJon Bratseth2021-06-257-24/+88
|\ \ \ \ | |_|/ / |/| | |
| * | | Set disk to the given valueJon Bratseth2021-06-252-3/+3
| * | | Enlarge remote disks to smallest lergal size if smaller is wantedJon Bratseth2021-06-257-24/+88
* | | | Merge pull request #18415 from vespa-engine/hakonhall/add-metric-for-didwork-...Jon Marius Venstad2021-06-256-64/+87
|\ \ \ \
| * | | | Add metric for didWork in FleetController tickHåkon Hallingstad2021-06-256-64/+87
* | | | | Merge pull request #18417 from vespa-engine/jonmv/vespa-feed-clientJon Bratseth2021-06-251-0/+56
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Update TODO.md with feed client taskJon Marius Venstad2021-06-251-0/+56
* | | | | Merge pull request #18409 from vespa-engine/geirst/baseline-utils-and-tests-f...Geir Storli2021-06-259-1/+821
|\ \ \ \ \
| * | | | | Prepare baseline utils and tests for a single distributor stripe.Geir Storli2021-06-259-1/+821
* | | | | | Merge pull request #18412 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-2511-117/+127
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Update more ABI specJon Marius Venstad2021-06-251-1/+1
| * | | | | Add interface that was moved upJon Marius Venstad2021-06-251-0/+33
| * | | | | Move stuff around, change some doc, default benchmark onJon Marius Venstad2021-06-2510-116/+93
* | | | | | Merge pull request #18413 from vespa-engine/bjorncs/remove-debug-setupJon Marius Venstad2021-06-251-6/+0
|\ \ \ \ \ \
| * | | | | | Ignore irrelevant parameters in new feed client record writerBjørn Christian Seime2021-06-251-6/+0
|/ / / / / /
* | | | | | Merge pull request #18410 from vespa-engine/mpolden/remove-obsolete-version-c...Jon Marius Venstad2021-06-252-12/+6
|\ \ \ \ \ \
| * | | | | | Remove obsolete version checkMartin Polden2021-06-252-12/+6
* | | | | | | Merge pull request #18411 from vespa-engine/bjorncs/remove-debug-setupJon Marius Venstad2021-06-251-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Revert "Add temporary logging"Bjørn Christian Seime2021-06-251-1/+0
|/ / / / / / /
* | | | | | | Merge pull request #18408 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-259-80/+192
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Avoid race with NPE outcome eduring concurrent completionJon Marius Venstad2021-06-251-1/+2
| * | | | | | Propagate last retried result when aborting execution (and fix shutdown)Jon Marius Venstad2021-06-252-38/+137
| * | | | | | Error response is not neceesarily a _parse_ exceptionJon Marius Venstad2021-06-251-1/+1