summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/document/restapi/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20678 from vespa-engine/jonmv/remove-not-found-is-OK-in-m...Bjørn Christian Seime2022-01-061-1/+2
|\
| * Remove not found is OKJon Marius Venstad2022-01-061-1/+2
* | handle switch fallthroughArne H Juul2022-01-061-2/+5
|/
* Revert "Merge pull request #20617 from vespa-engine/revert-20616-jonmv/filter...Jon Marius Venstad2021-12-221-2/+3
* Revert "Updatese with craete true should not increemeent not found metric"Arnstein Ressem2021-12-221-3/+2
* Updatese with craete true should not increemeent not found metricJon Marius Venstad2021-12-221-2/+3
* Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-211-6/+34
* 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-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* 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
* 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