summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Expand)AuthorAgeFilesLines
* Inject DocumentTypeManager into FeedHandlergjoranv2022-03-064-8/+8
* No functional changesJon Bratseth2022-03-011-1/+1
* Use a typesafe Duration instead of integer milliseondst status.Henning Baldersheim2022-02-251-1/+1
* - Use a utility method that recomputes a timeout if VESPA_TIMER_HZ deviates f...Henning Baldersheim2022-02-251-9/+6
* Remove todoJon Bratseth2022-02-221-1/+0
* add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-151-0/+3
* Remove dead codeBjørn Christian Seime2022-01-201-16/+1
* Cleanup stale clients more frequentlyBjørn Christian Seime2022-01-201-2/+2
* Remove no-opBjørn Christian Seime2022-01-201-1/+0
* Improve shutdown logic for ClientFeederV3Bjørn Christian Seime2022-01-202-19/+21
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-173-6/+6
* 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
* | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-8/+0
* | handle switch fallthroughArne H Juul2022-01-061-2/+5
|/
* Guard against wrong class of messageJon Marius Venstad2021-12-221-0/+6
* Revert "Merge pull request #20617 from vespa-engine/revert-20616-jonmv/filter...Jon Marius Venstad2021-12-222-3/+7
* Revert "Updatese with craete true should not increemeent not found metric"Arnstein Ressem2021-12-222-7/+3
* Updatese with craete true should not increemeent not found metricJon Marius Venstad2021-12-222-3/+7
* Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-215-22/+70
* Simnplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-193-53/+50
* 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-072-9/+24
* 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