summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Expand)AuthorAgeFilesLines
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+1
* Allow slicing for update-where et alJon Marius Venstad2021-10-301-7/+8
* Remove dead codeJon Marius Venstad2021-10-301-6/+0
* Simplify with separate queues for acks and docsJon Marius Venstad2021-10-301-33/+28
* Write visited documents in chunks to synchronization pointJon Marius Venstad2021-10-301-16/+98
* 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
* Do not embed artifacts provided by Jdisc containergjoranv2021-10-071-4/+21
* Update Verizon Media copyright notices.gjoranv2021-10-076-6/+6
* Update 2017 copyright notices.gjoranv2021-10-0738-38/+38
* Use correct statistic, missed when correcting the above oneJon Marius Venstad2021-07-071-1/+1
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-5/+0
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-0/+5
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-5/+0
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-0/+5
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-5/+0
* Revert "Reapply "Use provided apache http client bundle from container" [run-...Harald Musum2021-06-221-0/+5
* Revert "Revert "Reapply "Use provided apache http client bundle from containe...Harald Musum2021-06-221-5/+0
* Revert "Reapply "Use provided apache http client bundle from container" [run-...Harald Musum2021-06-221-0/+5
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-5/+0
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+5
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-5/+0
* 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