summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/main/java/com/yahoo/document/restapi/DocumentOperationExecutorImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Tests, more config and various fixesJon Marius Venstad2020-10-131-509/+0
* 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-071-2/+10
* Merge pull request #14712 from vespa-engine/jonmv/expose-insufficient-storage...Jon Marius Venstad2020-10-051-0/+3
|\
| * Separate error code for insufficient storageJon Marius Venstad2020-10-051-0/+3
* | Catch errors no moreJon Marius Venstad2020-10-021-1/+1
|/
* 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-011-1/+1
* Revert "Catch Throwable instead of just RuntimeException"Jon Marius Venstad2020-10-011-2/+2
* Catch Throwable instead of just RuntimeExceptionJon Marius Venstad2020-10-011-2/+2
* Use named threads for maintenanceJon Marius Venstad2020-09-301-4/+6
* Preserve user callbacks through DocumentOperationExecutorImplJon Marius Venstad2020-09-301-5/+6
* Simplify with closures to handle async responsesJon Marius Venstad2020-09-301-48/+16
* Strict FIFO when throttlingJon Marius Venstad2020-09-301-17/+27
* Separate out interface for DocumentOperationExecutorJon Marius Venstad2020-09-301-0/+515