aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* Accept non-URL-encoded doc ids as last part of doc/v1 URL щ(ಥДಥщ)Jon Marius Venstad2020-10-202-10/+18
|
* Remove use of class exposing Guava in its interfaceBjørn Christian Seime2020-10-191-2/+2
|
* Delete old visitor sessionsJon Marius Venstad2020-10-151-1/+1
|
* Be less stupid and do not consume all content yourselfJon Marius Venstad2020-10-152-10/+6
|
* Re-add "request.isCancelled() clauseJon Marius Venstad2020-10-151-0/+3
|
* Fix operation dispatch (parse once, throw on concurrent dispatch, excpetion ↵Jon Marius Venstad2020-10-152-44/+46
| | | | safe)
* Throw instead of loggingJon Marius Venstad2020-10-141-1/+1
|
* Add logging on unexpected behaviourJon Marius Venstad2020-10-141-1/+8
|
* Test empty payload for document POST, and fix indentationJon Marius Venstad2020-10-142-19/+29
|
* Simpifly enqueue-dispatchJon Marius Venstad2020-10-141-7/+2
|
* Remove unused VisitorOptions classJon Marius Venstad2020-10-141-146/+0
|
* Use UPDATE when doing an updateJon Marius Venstad2020-10-141-1/+1
|
* Be stricter about request property parsing (and test this)Jon Marius Venstad2020-10-142-3/+16
|
* Default to a single wanted document in visitsJon Marius Venstad2020-10-141-1/+1
|
* Remove unneeded threading in unit testJon Marius Venstad2020-10-131-4/+3
|
* Tests, more config and various fixesJon Marius Venstad2020-10-137-1532/+429
|
* Support conditional removals in AsyncSessionJon Marius Venstad2020-10-131-1/+4
|
* Also do dispatch when enqueueingJon Marius Venstad2020-10-131-11/+20
|
* Take 2 of async /document/v1 handler — handler onlyJon Marius Venstad2020-10-131-307/+846
|
* Zero delay — just the 10ms throttle wait — for throttle queueJon Marius Venstad2020-10-071-1/+1
|
* Avoid wait(0)Jon Marius Venstad2020-10-071-4/+4
|
* Shut down executor and use named threadJon Marius Venstad2020-10-071-1/+3
|
* Destroy visitor session in other thread to avoid deadlock, and 1000 queue sizeJon Marius Venstad2020-10-072-3/+11
|
* Merge pull request #14712 from ↵Jon Marius Venstad2020-10-054-1/+26
|\ | | | | | | | | vespa-engine/jonmv/expose-insufficient-storage-in-async-doc-v1 Separate error code for insufficient storage
| * Separate error code for insufficient storageJon Marius Venstad2020-10-054-1/+26
| |
* | Move un-exported enum to exported packageJon Marius Venstad2020-10-021-10/+9
| |
* | Catch errors no moreJon Marius Venstad2020-10-022-8/+8
|/
* Call completion handlers earlier when receiving data/close in doc/v1/handlerJon Marius Venstad2020-10-021-4/+18
|
* Cancel correct shutdown threadJon Marius Venstad2020-10-011-1/+1
|
* Update docJon Marius Venstad2020-10-011-1/+1
|
* Shut down forcibly earlierJon Marius Venstad2020-10-011-3/+3
|
* Only catch LinkageError in addition to RuntimeExceptionJon Marius Venstad2020-10-012-8/+8
|
* Revert "Catch Throwable instead of just RuntimeException"Jon Marius Venstad2020-10-012-13/+13
| | | | This reverts commit 75cafe646fbbbf9ba65021d65e2bb6afd1c4d156.
* Catch Throwable instead of just RuntimeExceptionJon Marius Venstad2020-10-012-13/+13
|
* More System.UTC(), less sillyJon Marius Venstad2020-10-011-1/+1
|
* Remove newline >_<Jon Marius Venstad2020-10-011-2/+1
|
* Revert "Revert "Clock.systemUTC() instead of non-existent injected Clock""Jon Marius Venstad2020-10-011-3/+3
|
* Revert "Clock.systemUTC() instead of non-existent injected Clock"Harald Musum2020-10-011-3/+3
|
* Clock.systemUTC() instead of non-existent injected ClockJon Marius Venstad2020-10-011-3/+3
|
* Merge pull request #14634 from vespa-engine/jonmv/async-feed-handlerJon Marius Venstad2020-10-019-0/+2317
|\ | | | | Async document v1
| * Await advance from test thread to next arrive is in the intended phaseJon Marius Venstad2020-09-301-2/+2
| |
| * Make ManualClock thread safeJon Marius Venstad2020-09-301-5/+5
| |
| * Add thread name argument to test code as wellJon Marius Venstad2020-09-301-1/+2
| |
| * Use named threads for maintenanceJon Marius Venstad2020-09-301-4/+6
| |
| * Preserve user callbacks through DocumentOperationExecutorImplJon Marius Venstad2020-09-302-5/+16
| |
| * Simplify with closures to handle async responsesJon Marius Venstad2020-09-301-48/+16
| |
| * Test client close during request handlingJon Marius Venstad2020-09-302-1/+8
| |
| * Strict FIFO when throttlingJon Marius Venstad2020-09-302-23/+55
| |
| * Add convenience for creating a LocalDocumentAccessJon Marius Venstad2020-09-301-3/+2
| |
| * Re-add test that was accidentally removedJon Marius Venstad2020-09-301-0/+23
| |