aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert "Remove http client use"Jon Bratseth2022-06-0831-2/+2123
| | | | This reverts commit a7fd13540d34de50ed3526576c62eebc476a1e1c.
* Remove http client useJon Bratseth2022-06-0831-2123/+2
|
* Remove on Vespa 8Jon Bratseth2022-06-081-4/+0
|
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-082-5/+5
| | | | Also remove deprecated and unsupported header-only visitor parameter
* Flip default from xml to json for incomming feed format.Henning Baldersheim2022-06-081-1/+1
|
* Merge pull request #22781 from vespa-engine/lesters/add-doc-v1-tensor-short-formLester Solbakken2022-05-311-6/+21
|\ | | | | Add tensor short form rendering to document/v1
| * Add tensor short form rendering to document/v1Lester Solbakken2022-05-291-6/+21
| |
* | Revert "uncheck() all checked exceptions"Valerij Fredriksen2022-05-301-3/+3
|/
* uncheck() all checked exceptionsValerij Fredriksen2022-05-251-3/+3
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* Rename the 'searchdefinition' package to 'schema'Jon Bratseth2022-05-191-1/+1
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-062-2/+2
|
* Update expected error message.Henning Baldersheim2022-04-201-2/+2
|
* Use com.yahoo.messagebus.Error instead of java.lang.ErrorHenning Baldersheim2022-04-192-19/+18
|
* Merge pull request #22105 from vespa-engine/arnej/just-new-config-filesHenning Baldersheim2022-04-121-113/+85
|\ | | | | switch to new-style config
| * switch to new-style configArne H Juul2022-04-121-113/+85
| |
* | Use descriptive factory in /document/v1/ as welljonmv2022-04-111-1/+1
|/
* Use HttpURL.Path for Path.getRest()Jon Marius Venstad2022-04-061-1/+1
|
* Allow any document id path in /document/v1/Jon Marius Venstad2022-04-061-1/+1
|
* Remove usage of asString() and remove it from PathJon Marius Venstad2022-04-061-3/+5
|
* Deprecate DocumentAPI methods using explicit operation priorityTor Brede Vekterli2022-04-011-1/+2
| | | | | This is functionality that made more sense when we had spinning drives and no async write scheduling in the backend. Going away on Vespa 8.
* Inject DocumentTypeManager into FeedHandlergjoranv2022-03-064-8/+8
|
* No functional changesJon Bratseth2022-03-011-1/+1
|
* Use a typesafe Duration instead of integer milliseondst status.Henning Baldersheim2022-02-251-1/+1
|
* - Use a utility method that recomputes a timeout if VESPA_TIMER_HZ deviates ↵Henning Baldersheim2022-02-251-9/+6
| | | | from the default of 1000hz.
* Remove todoJon Bratseth2022-02-221-1/+0
| | | | We'll let this die so no need.
* add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-151-0/+3
| | | | | | * should have same behavior in Java and C++ * extend unit tests to verify * note various places where we want to change the default on Vespa 8 branch
* Remove dead codeBjørn Christian Seime2022-01-201-16/+1
|
* Cleanup stale clients more frequentlyBjørn Christian Seime2022-01-201-2/+2
| | | | No reason to wait minutes when a client is defined as timed out after 6 seconds inactivity.
* Remove no-opBjørn Christian Seime2022-01-201-1/+0
|
* Improve shutdown logic for ClientFeederV3Bjørn Christian Seime2022-01-202-19/+21
| | | | | | | Remove call to Object.wait(long). This call would always fail since there was no monitor lock on the object being waited on. The 'kill()' method should now longer throw exception and halt kill of subsequent client feeder instances.
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-173-6/+6
|
* Merge pull request #20678 from ↵Bjørn Christian Seime2022-01-061-1/+2
|\ | | | | | | | | vespa-engine/jonmv/remove-not-found-is-OK-in-metrics Remove not found is OK
| * Remove not found is OKJon Marius Venstad2022-01-061-1/+2
| |
* | unify java warnings (use compiler args from parent)Arne H Juul2022-01-061-8/+0
| |
* | handle switch fallthroughArne H Juul2022-01-061-2/+5
|/ | | | | | * rewrite one switch fallthrough where it made more sense to handle the cases separately * suppress one switch fallthrough (it was clearly commented)
* Guard against wrong class of messageJon Marius Venstad2021-12-221-0/+6
|
* Revert "Merge pull request #20617 from ↵Jon Marius Venstad2021-12-222-3/+7
| | | | | | | vespa-engine/revert-20616-jonmv/filter-when-create-true" This reverts commit 2fd7739b9fa7ce3283d1485dae3726c8e8ec882b, reversing changes made to 7ef261d471f4a11651811957b2f24bb7e0bcf4d5.
* Revert "Updatese with craete true should not increemeent not found metric"Arnstein Ressem2021-12-222-7/+3
|
* Updatese with craete true should not increemeent not found metricJon Marius Venstad2021-12-222-3/+7
|
* Add metric for update-doc-not-found, and update httpapi metrics from /doc/v1Jon Marius Venstad2021-12-215-22/+70
|
* Simnplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-193-53/+50
|
* Rename metric to 'httpapi_condition_not_met'Bjørn Christian Seime2021-11-252-2/+5
|
* Remove double negation in flow control logicBjørn Christian Seime2021-11-231-7/+7
|
* Track test-and-set condition not met as success + in new metricBjørn Christian Seime2021-11-232-11/+17
|
* Remove early acks after abort againJon Marius Venstad2021-11-081-11/+1
|
* Static import for TimeUnit.MILLISECONDSJon Marius Venstad2021-11-071-9/+10
|
* Replace session timeout with explicit shutdownJon Marius Venstad2021-11-072-9/+24
| | | | | | | | | | | Session timeout causes message bus to reply with timeouts when timeout passes. This works poorly with visitors whose document put acks are delayed until the network layer consumes the documents, which may take longer than the remaining session timeout, which is used as message timeout. Keeping the message timeout fixed, and doing a manual abort of the session instead, when the specified timeout has occurred, almost eliminates the problem. Additionally, acking all outstanding documents upon abortion makes the visitors return in a timely manner, and should take care of the rest of the problem.
* Add position and arrayOffset, when writing from ByteBufferJon Marius Venstad2021-10-311-1/+1
|
* Allow slicing for update-where et alJon Marius Venstad2021-10-301-7/+8
|