aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client
Commit message (Expand)AuthorAgeFilesLines
* Correct copyright headersJon Bratseth2021-10-201-1/+1
* Add missiung copyrightsJon Bratseth2021-10-202-1/+3
* Merge pull request #19509 from vespa-engine/jonmv/fix-docid-parse-bugv7.481.18Jon Marius Venstad2021-10-113-11/+79
|\
| * Fix document id parse bug in feed clientJon Marius Venstad2021-10-113-11/+79
* | Update Verizon Media copyright notices.gjoranv2021-10-0737-37/+37
|/
* Merge pull request #19280 from vespa-engine/bratseth/cleanup-876Harald Musum2021-09-271-5/+6
|\
| * No functional changesJon Bratseth2021-09-241-5/+6
* | E.g. invalid documents should not be reported to circuit breakerJon Marius Venstad2021-09-241-1/+1
|/
* Exceptions yield no proper HTTP responseJon Marius Venstad2021-09-141-1/+1
* Stable error count, improve metric names and formattingJon Marius Venstad2021-08-252-5/+17
* Use overloads for http error response / io exceptionJon Marius Venstad2021-08-125-12/+23
* Add detail to circuit breaker failuresJon Marius Venstad2021-08-115-7/+23
* Use 10s grace before half-open circuit breakerJon Marius Venstad2021-08-101-1/+1
* Log more verbosely and on higher level from circuit breakerJon Marius Venstad2021-08-101-2/+6
* Return completed futures without marking as inflightJon Marius Venstad2021-08-101-2/+2
* Compute benchmark stats differenceJon Marius Venstad2021-06-303-0/+41
* Parse tracese properlyJon Marius Venstad2021-06-282-10/+52
* Update ABI specJon Marius Venstad2021-06-281-1/+2
* Ensure we propagate FeedExceptionJon Marius Venstad2021-06-281-2/+15
* Expand JSON readere buffer when too small for current documentJon Marius Venstad2021-06-282-3/+24
* Test and fix removes in JSON feed parserJon Marius Venstad2021-06-283-28/+84
* Actually reject new operations after close() is calledJon Marius Venstad2021-06-281-0/+3
* More tests for feed clientJon Marius Venstad2021-06-282-5/+69
* Merge pull request #18412 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-2510-109/+125
|\
| * Update more ABI specJon Marius Venstad2021-06-251-1/+1
| * Add interface that was moved upJon Marius Venstad2021-06-251-0/+33
| * Move stuff around, change some doc, default benchmark onJon Marius Venstad2021-06-259-108/+91
* | Merge pull request #18408 from vespa-engine/jonmv/vespa-feed-clientJon Marius Venstad2021-06-259-80/+192
|\|
| * Avoid race with NPE outcome eduring concurrent completionJon Marius Venstad2021-06-251-1/+2
| * Propagate last retried result when aborting execution (and fix shutdown)Jon Marius Venstad2021-06-252-38/+137
| * Error response is not neceesarily a _parse_ exceptionJon Marius Venstad2021-06-251-1/+1
| * Lower log level in HttpRequestStrategyJon Marius Venstad2021-06-253-8/+9
| * Update abi specJon Marius Venstad2021-06-241-2/+1
| * All exceptional failures are now exceptionsJon Marius Venstad2021-06-245-31/+43
* | Fix invalid single document parsingBjørn Christian Seime2021-06-252-13/+40
|/
* Update abi spec and expected test outputJon Marius Venstad2021-06-241-0/+12
* Address reeview :)Jon Marius Venstad2021-06-241-0/+25
* More CLI print optionsJon Marius Venstad2021-06-243-3/+3
* Implement dryrun in FeedClient, use it from CLI and Hadoop feederBjørn Christian Seime2021-06-244-1/+50
* Use system default trust/key managers if no credentials providedBjørn Christian Seime2021-06-242-9/+54
* Support concatenated JSON objects as feed formatJon Marius Venstad2021-06-232-7/+49
* Different log level for different errorsJon Marius Venstad2021-06-231-7/+21
* Set explicit port when -1Jon Marius Venstad2021-06-231-1/+6
* Try MinimalH2AsyncClient (which is optimized for multiplexing)Jon Marius Venstad2021-06-231-29/+25
* Keep number of documents in test.Jon Marius Venstad2021-06-221-1/+1
* Use more robust throughput calculation with less overheadJon Marius Venstad2021-06-223-43/+37
* More aggressive default settingsJon Marius Venstad2021-06-212-3/+3
* Update abi spec, and simplifyJon Marius Venstad2021-06-212-5/+18
* Some adjustments and fix int -> float division, try dynamic throttlerJon Marius Venstad2021-06-213-12/+12
* Use a static throttler for nowJon Marius Venstad2021-06-211-1/+1