summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* use standard formatting for Override annotationArne H Juul2017-05-301-1/+2
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+1
|
* Code review fixesvalerijf2017-05-128-41/+44
|
* Arch. review fixesvalerijf2017-05-114-8/+8
|
* Fix testsvalerijf2017-05-118-9/+18
|
* Update feed metrics in vespa.http.servervalerijf2017-05-113-11/+28
|
* Set DocumentOperationType in ReplyContextvalerijf2017-05-114-15/+20
|
* Report feed metrics against /document/v1valerijf2017-05-112-22/+52
|
* Created helper classes to collect feed metricsvalerijf2017-05-113-0/+112
|
* Treat document V1 API visiting timeouts with progress as successful (#2401)Tor Brede Vekterli2017-05-092-14/+114
| | | | | | | | | | | | | Previously, using a visitor with a selection that did not match any buckets visited during the session's lifetime would trigger a timeout error to the client and abort the visiting. With this change, we special case timeouts if they have successfully visited at least 1 bucket and return a successful response for these. The client can then use the updated continuation token for its subsequent request and continue from where the timed out session left off. The timeout special cased handling is done _outside_ the session and control handler to avoid increasing session-internal complexity, and since not all visitor use cases want this behavior (e.g. streaming search).
* Reduce document to fieldset defined in get (already done for visiting).Haakon Dybdahl2017-04-051-1/+1
|
* Improvements based on code review.Haakon Dybdahl2017-03-091-1/+1
|
* Extend APIs with condition-not-met.Haakon Dybdahl2017-03-0611-56/+103
|
* Route is sticky, need to be set every time.Haakon Dybdahl2017-02-281-7/+6
|
* Merge pull request #1865 from yahoo/dybdahl/add-routeHaakon Dybdahl2017-02-274-12/+30
|\ | | | | Add route option, to be tested in system test.
| * Add route option, to be tested in system test.Haakon Dybdahl2017-02-274-12/+30
| |
* | Make visit work for numbers.Haakon Dybdahl2017-02-271-1/+6
| |
* | make it work.Haakon Dybdahl2017-02-271-1/+1
| |
* | Only return defined fieldset.Haakon Dybdahl2017-02-271-1/+2
|/
* Merge pull request #1608 from yahoo/dybdahl/threadsHenning Baldersheim2017-01-262-8/+16
|\ | | | | Make document API use max 40% of threads, and feeding use max 40%.
| * Make final.Haakon Dybdahl2017-01-261-2/+2
| |
| * Make document API use max 40% of threads, and feeding use max 40%.Haakon Dybdahl2017-01-262-7/+15
| |
* | Merge pull request #1610 from yahoo/dybdahl/silent-upgrade-3Haakon Dybdahl2017-01-261-1/+8
|\ \ | | | | | | Reduce number of error codes over http api, not yet live.
| * | Clean up code a bitHaakon Dybdahl2017-01-261-7/+8
| | |
| * | Reduce number of error codes over http api, not yet live.Haakon Dybdahl2017-01-261-1/+7
| |/
* | Fix name of string in test.Haakon Dybdahl2017-01-261-4/+4
| |
* | Allow visiting based on group selection automatically.Haakon Dybdahl2017-01-262-9/+23
|/
* Merge pull request #1589 from yahoo/dybdahl/more-threadsHaakon Dybdahl2017-01-243-4/+6
|\ | | | | Allow more threads for document/v1 api.
| * update testHaakon Dybdahl2017-01-243-3/+5
| |
| * Allow more threads for document/v1 api.Haakon Dybdahl2017-01-241-1/+1
| |
* | Merge pull request #1581 from ↵Henning Baldersheim2017-01-241-0/+9
|\ \ | |/ |/| | | | | yahoo/balder/failing-test-consecutive-slashes-in-uri Add a failing unit test for consecutive slahes in uri
| * Properly encode the URI to avoid normalization.Henning Baldersheim2017-01-242-2/+2
| |
| * Wire in access to the raw original uri.Henning Baldersheim2017-01-241-1/+1
| |
| * Finger troubleHenning Baldersheim2017-01-241-1/+1
| |
| * Add getRawUri()Henning Baldersheim2017-01-241-2/+2
| |
| * Add a failing unit test for consecutive slahes in uriHenning Baldersheim2017-01-241-0/+9
| |
* | Use Jetty 9.3.16Bjørn Christian Seime2017-01-241-1/+1
|/
* Add readmesHaakon Dybdahl2017-01-231-0/+1
|
* Ooof....Henning Baldersheim2017-01-161-7/+15
| | | | | - Must must concurrent resourcepool. - No point in using a resource pool when you never hand anything back ....
* Fix warningsHenning Baldersheim2017-01-131-2/+2
|
* Use a ResourcePool for SyncSession.Henning Baldersheim2017-01-131-16/+23
|
* simplify SharedSender APIArne H Juul2017-01-121-2/+5
| | | | | | | | * require ResultCallback owners to keep their own Pending number * no longer send numPending in handleReply() * remove unused remove() method * get rid of activeOwners map and associated monitor * waitForPending() now just delegates to the Pending number
* Do the costly stuff in the large threadpool, not in the single thread.Henning Baldersheim2017-01-101-2/+11
| | | | | Conflicts: vespaclient-container-plugin/src/main/java/com/yahoo/storage/searcher/GetSearcher.java
* Merge pull request #1467 from yahoo/dybdahl/destroy-sessionsHaakon Dybdahl2017-01-101-4/+27
|\ | | | | Call destroy on sessions after use.
| * Call destroy on sessions after use.Haakon Dybdahl2017-01-101-4/+27
| |
* | Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert ↵Arnstein Ressem2017-01-091-1/+1
| | | | | | | | "Balder/avoid costly notifyall in sharedsender"""""""""
* | Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid ↵Henning Baldersheim2017-01-081-1/+1
| | | | | | | | costly notifyall in sharedsender""""""""
* | Revert "Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly ↵Henning Baldersheim2017-01-081-1/+1
| | | | | | | | notifyall in sharedsender"""""""
* | Use compundname for faster processing and no need to validate non-indexed ↵Henning Baldersheim2017-01-082-10/+18
| | | | | | | | id= as long as they are ignored anyway.
* | Keep the old interface.Henning Baldersheim2017-01-071-2/+2
| |