aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Don't spam log when connection is abruptly closedBjørn Christian Seime2024-03-261-1/+2
| | | | It's a somewhat common scenario (e.g strict/excessive client timeout or bad network) and the client will detect this anyway.
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-262-4/+12
|
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-262-12/+4
|
* Handle other fields in streaming document JSON parsingjonmv2024-01-261-1/+8
|
* Revert "Merge pull request #30067 from ↵jonmv2024-01-262-3/+4
| | | | | | | vespa-engine/revert-30038-jonmv/leaner-token-buffer" This reverts commit b771fbe5fe648cf4c64e04341542e11c2e21cb9d, reversing changes made to 7b578506b5c4c59f4273e74af1f0db4a74f82175.
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-252-4/+3
|
* Merge pull request #30038 from vespa-engine/jonmv/leaner-token-bufferJon Marius Venstad2024-01-252-3/+4
|\ | | | | Jonmv/leaner token buffer
| * Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-242-3/+4
| |
* | Metrics for container.feed GET requests toojonmv2024-01-253-5/+6
|/
* Use 500 for errors in document API, from /doc/v1jonmv2024-01-052-19/+10
|
* Update copyrightJon Bratseth2023-10-0950-50/+50
|
* Support visiting remove operations through /document/v1jonmv2023-09-072-29/+68
|
* Remove unnecessary dependency on container-testgjoranv2023-07-121-6/+0
|
* Properly handle open visitor timestamp ranges in request parametersTor Brede Vekterli2023-05-232-4/+39
|
* Always print documentCount field when visiting was startedjonmv2023-05-222-4/+8
|
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-091-1/+5
| | | | Disable restriction only for parsers/generators which is likely to handle literals exceeding 5M
* Use metric enums more places.yngveaasheim2023-05-091-18/+17
|
* Merge pull request #26905 from vespa-engine/havardpe/put-create-from-feedHåvard Pettersen2023-04-282-7/+11
|\ | | | | pick up create flag for put operations
| * pick up create flag for put operationsHåvard Pettersen2023-04-282-7/+11
| |
* | Merge pull request #26894 from ↵Jon Marius Venstad2023-04-272-98/+132
|\ \ | |/ |/| | | | | vespa-engine/jonmv/504-when-doc-v1-visits-no-buckets-stream-mode HTTP 504 in /doc/v1 when stream mode and no buckets are visited
| * HTTP 504 in /doc/v1 when stream mode and no buckets are visitedjonmv2023-04-272-98/+132
| |
* | Unify passing of all feed operations through the various feed apis.Henning Baldersheim2023-04-272-31/+23
|/
* Use request creation time instead of connection creatino timejonmv2023-04-241-2/+2
|
* Stricter HTTP timeout, subtract 5s or 10% + 100ms for visitsjonmv2023-04-241-11/+17
|
* Improve timeout handling in /doc/v1jonmv2023-04-242-14/+18
| | | | | | Set timeout based on qhen HTTP request was connected to the container, instead of when it is dispatched to the document API; this should reduce the chance of the client going away before we close the request from the handler
* Keep default wantedDocumentCount = 1 for now.Henning Baldersheim2023-04-191-1/+1
|
* Update testHenning Baldersheim2023-04-191-1/+1
|
* Allow wantedDocumentCount above 1024 for chunked modeHenning Baldersheim2023-04-191-3/+2
|
* Simplify and modernize codeHenning Baldersheim2023-04-191-42/+22
|
* Invalid continuation token is a HTTP 400jonmv2023-04-121-1/+1
|
* Do an early check that timestamp from/to range is validTor Brede Vekterli2023-03-102-0/+12
|
* Expose from/to visitor timestamps in Document V1 APITor Brede Vekterli2023-03-102-1/+10
| | | | | Mirrors `vespa-visit` (and the underlying `VisitorParameters`) in being in microseconds from UTC epoch.
* Make proper constantBjørn Christian Seime2023-03-021-9/+11
|
* Correctly classify transient/retriable errors server side for legacy feed APIBjørn Christian Seime2023-03-023-10/+23
|
* Introduce additional docv1 metrics for most common causes of failureBjørn Christian Seime2023-01-302-3/+16
|
* Test direct renderingJon Bratseth2023-01-161-8/+58
|
* Support direct tensor renderingJon Bratseth2023-01-142-4/+15
|
* Increment metric on parse errors in `/document/v1`Bjørn Christian Seime2023-01-091-4/+9
|
* Don't classify condition-not-met and not-found as successBjørn Christian Seime2023-01-091-2/+4
|
* Revert back to single metric aggregatedBjørn Christian Seime2022-12-072-7/+6
|
* Aggregate 'feed.http-requests' for /document/v1Bjørn Christian Seime2022-12-071-4/+20
|
* Keep 'OK' disjunct for /document/v1 exclusive metricsBjørn Christian Seime2022-12-071-2/+2
|
* Improve metrics for /document/v1Bjørn Christian Seime2022-12-074-31/+59
| | | | Make more consistent with legacy feed api
* Store and display reindexing causejonmv2022-12-071-4/+3
|
* Revert "Bratseth/restore signature"Arnstein Ressem2022-10-201-1/+1
|
* Restore legacy signatureJon Bratseth2022-10-171-1/+1
|
* Support tracing for /document/v1/ visit requestsjonmv2022-10-122-27/+56
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-0611-110/+104
|
* Disallow dryRun at other paths, and update abi specjonmv2022-08-112-3/+20
|
* Add --speedTest to feed client CLI, and dryRun to /doc/v1jonmv2022-08-112-30/+84
|