summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main
Commit message (Expand)AuthorAgeFilesLines
* Rename metric to 'httpapi_condition_not_met'Bjørn Christian Seime2021-11-252-2/+5
* Remove double negation in flow control logicBjørn Christian Seime2021-11-231-7/+7
* Track test-and-set condition not met as success + in new metricBjørn Christian Seime2021-11-232-11/+17
* Remove early acks after abort againJon Marius Venstad2021-11-081-11/+1
* Static import for TimeUnit.MILLISECONDSJon Marius Venstad2021-11-071-9/+10
* Replace session timeout with explicit shutdownJon Marius Venstad2021-11-071-8/+23
* 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-281-14/+24
* Stop writing documents once document array is closedJon Marius Venstad2021-10-281-3/+10
* Revert to previous behaviour, and simply delay ack until doc writtenJon Marius Venstad2021-10-261-37/+25
* 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-251-0/+9
|\
| * Allow specifying slices and sliceId in /document/v1Jon Marius Venstad2021-10-221-0/+9
* | 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-211-53/+97
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-97/+53
* Revert "Merge pull request #19679 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-2/+2
* streaming -> streamJon Marius Venstad2021-10-211-2/+2
* Use the default threadpool executor, with minimal blockingJon Marius Venstad2021-10-211-27/+28
* Use a queue of pending writes for each visitorJon Marius Venstad2021-10-211-11/+15
* 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-201-46/+65
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-1/+3
* Support HTTP streaming of visits through /document/v1Jon Marius Venstad2021-10-201-40/+56
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0721-21/+21
* 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-101-8/+11
* Document API errors are BAD_GATEWAYJon Marius Venstad2021-06-081-4/+18
* 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-191-0/+7
* Document ID numbers can be 1 << 63 - 1Jon Marius Venstad2021-05-141-14/+17
* 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-071-1/+2
* documentsVisited iss apparently the correct thingJon Marius Venstad2021-02-051-1/+1
* Timeout is not an error when waiting for consistent bubcketsJon Marius Venstad2021-02-041-3/+4
* Include document count in responsesJon Marius Venstad2021-02-041-0/+10
* Stricter parameters for new visits featuresJon Marius Venstad2021-02-041-26/+51
* Replace explicit, direct route to cluster with its name-routeJon Marius Venstad2021-02-041-3/+2