summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* Separate return statement, add braces to nested ifJon Marius Venstad2021-10-281-1/+2
* Use an optionally bounded, dynamic throttling policy for streamed vistsJon Marius Venstad2021-10-282-15/+25
* Stop writing documents once document array is closedJon Marius Venstad2021-10-282-10/+14
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Revert to previous behaviour, and simply delay ack until doc writtenJon Marius Venstad2021-10-262-40/+28
* Catch hidden IOExceptions when writingJon Marius Venstad2021-10-261-7/+3
* onDone is only called normally _after_ last ack is run, so simplifyJon Marius Venstad2021-10-261-47/+35
* Keep writing as long as there is anything to writeJon Marius Venstad2021-10-261-5/+7
* Set writing back to false also when exceptional returnJon Marius Venstad2021-10-261-2/+6
* Merge pull request #19704 from vespa-engine/jonmv/sliced-visitsJon Marius Venstad2021-10-252-1/+12
|\
| * Allow specifying slices and sliceId in /document/v1Jon Marius Venstad2021-10-222-1/+12
* | Have an Executor (the default one) injected insteadJon Marius Venstad2021-10-221-3/+2
|/
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-212-58/+170
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-212-170/+58
* Revert "Merge pull request #19679 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-212-7/+7
* streaming -> streamJon Marius Venstad2021-10-212-7/+7
* Use the default threadpool executor, with minimal blockingJon Marius Venstad2021-10-212-29/+32
* Use a queue of pending writes for each visitorJon Marius Venstad2021-10-211-11/+15
* Update test expectationJon Marius Venstad2021-10-201-1/+1
* Allow unbounded document count (also by default) when streamingJon Marius Venstad2021-10-201-3/+5
* Write visited documents from a dedicated executor to avoid blocking mbusJon Marius Venstad2021-10-202-49/+68
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-1/+3
* Support HTTP streaming of visits through /document/v1Jon Marius Venstad2021-10-202-42/+124
* Update Verizon Media copyright notices.gjoranv2021-10-076-6/+6
* Update 2017 copyright notices.gjoranv2021-10-0736-36/+36
* Use correct statistic, missed when correcting the above oneJon Marius Venstad2021-07-071-1/+1
* Prefer document API timeout in /doc/v1Jon Marius Venstad2021-06-102-22/+30
* Add a concurrency unit test to /doc/v1 testJon Marius Venstad2021-06-091-2/+75
* Document API errors are BAD_GATEWAYJon Marius Venstad2021-06-082-8/+23
* Ignore request if onError was invoked on content channelBjørn Christian Seime2021-06-011-1/+10
* Increase max enqueued operations to 4096Jon Marius Venstad2021-05-201-8/+2
* Set message bus message timeout from http request, and 504 on mbus timeoutJon Marius Venstad2021-05-192-0/+21
* Document ID numbers can be 1 << 63 - 1Jon Marius Venstad2021-05-141-14/+17
* Remove duplicate headersJon Bratseth2021-03-181-2/+1
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Simplify lazy decoder and make raw data eligible for GC once parsedJon Marius Venstad2021-03-171-10/+10
* Abort all current visitor sessions before waiting for shutdown of eachJon Marius Venstad2021-03-151-0/+1
* Destroy visitor sessions after catching and handling exceptionJon Marius Venstad2021-03-151-4/+4
* Bound time chunk to 5s less than request timeoutJon Marius Venstad2021-02-072-2/+4
* documentsVisited iss apparently the correct thingJon Marius Venstad2021-02-052-2/+2
* Timeout is not an error when waiting for consistent bubcketsJon Marius Venstad2021-02-042-4/+5
* Include document count in responsesJon Marius Venstad2021-02-042-1/+13
* Stricter parameters for new visits featuresJon Marius Venstad2021-02-042-45/+94
* Replace explicit, direct route to cluster with its name-routeJon Marius Venstad2021-02-042-7/+6
* Test for equal condition in DocumentOperation subclassesJon Marius Venstad2021-02-041-1/+1
* Use "route" for visit destination routesJon Marius Venstad2021-02-032-10/+9
* Move request validation earlier for deletion visitsJon Marius Venstad2021-02-031-3/+3
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-032-35/+310
* Refactor to allow more flex in reacting to documents receivedJon Marius Venstad2021-02-032-30/+88
* Supplier<Boolean> --> BooleanSupplierJon Marius Venstad2021-02-031-5/+6