summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Revert "Revert "Revert "Revert "Revert "Revert "Balder/avoid costly ↵Henning Baldersheim2017-01-071-2/+2
| | | | | | | | notifyall in sharedsender""""""
* | Revert "Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in ↵Henning Baldersheim2017-01-071-2/+2
| | | | | | | | sharedsender"""""
* | Revert "Revert "Revert "Revert "Balder/avoid costly notifyall in ↵Henning Baldersheim2017-01-071-2/+2
| | | | | | | | sharedsender""""
* | Revert "Revert "Revert "Balder/avoid costly notifyall in sharedsender"""Henning Baldersheim2017-01-071-2/+2
| |
* | Revert "Revert "Balder/avoid costly notifyall in sharedsender""Henning Baldersheim2017-01-071-2/+2
| |
* | Revert "Balder/avoid costly notifyall in sharedsender"Henning Baldersheim2017-01-071-2/+2
| |
* | First take to avoid notifyall.Henning Baldersheim2017-01-071-2/+2
| |
* | Guard the loggingHenning Baldersheim2017-01-041-1/+1
| |
* | Only log traces on debug loglevel.Henning Baldersheim2017-01-041-1/+1
| |
* | Use logger instead of System.out.printlnHenning Baldersheim2017-01-031-1/+1
| |