aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-core
Commit message (Collapse)AuthorAgeFilesLines
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
|
* Nonfunctional changes only#Jon Bratseth2019-09-161-3/+3
|
* Revert "Handle xml feed without the wrapping <vespafeed> tag"Henning Baldersheim2019-05-011-1/+1
|
* Handle xml feed without the wrapping <vespafeed> tagHenning Baldersheim2019-05-011-1/+1
|
* Add back config fields.Henning Baldersheim2019-04-301-0/+9
|
* Merge branch 'master' into balder/gc-some-unused-optionsHenning Baldersheim2019-04-291-0/+6
|\
| * Revert "GC some options that are not used."Harald Musum2019-04-291-0/+6
| |
* | GC unused configHenning Baldersheim2019-04-293-99/+11
|/
* GC some options that are not used.Henning Baldersheim2019-04-281-6/+0
|
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-251-1/+0
| | | | classes with proper final members.
* Refactor to allow for lazy decode.Henning Baldersheim2019-04-252-5/+5
|
* Remove the tea spoon.Henning Baldersheim2019-04-231-3/+0
|
* Move the NullFeedMetric too where it is used.Henning Baldersheim2019-04-231-35/+0
|
* Some more cleanup.Henning Baldersheim2019-04-2310-339/+73
|
* GC unused metrics implementationHenning Baldersheim2019-04-231-5/+0
|
* Remove dependency to unmaintained metrics library and stuff only used for ↵Henning Baldersheim2019-04-239-247/+41
| | | | /feed api.
* Hmm, try to get average metric working properly....Henning Baldersheim2019-04-231-1/+1
|
* Actually use the threaded senderHenning Baldersheim2019-04-211-1/+1
|
* Avoid '*' imports.Henning Baldersheim2019-04-205-108/+11
| | | | Some minor cleanup while reading code.
* Since internals here are not thread safe we need to guard it here to.Henning Baldersheim2019-04-131-1/+1
|
* Guard metrics and GC unused codeHenning Baldersheim2019-04-127-103/+51
|
* Remove wrong TODOJon Bratseth2019-01-211-1/+0
|
* Remove wrong TODO - this is needed for vespafeederJon Bratseth2019-01-211-1/+0
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove spooler from config-modelBjørn Christian Seime2019-01-212-35/+0
|
* Nonfunctional changes onlyJon Bratseth2018-12-131-0/+1
|
* Revert "Also obey the timeout."Harald Musum2018-10-296-23/+10
|
* Also obey the timeout.Henning Baldersheim2018-10-296-10/+23
|
* Catch and abort on NullPointerException.Henning Baldersheim2018-10-291-0/+3
|
* Does not throw anymore.Henning Baldersheim2018-10-261-3/+3
|
* Does not throw anymore.Henning Baldersheim2018-10-261-3/+3
|
* Reinstate old visibility since imagesearch are using non-public apis.Henning Baldersheim2018-10-261-10/+10
|
* Move ThreadedFeedAccess out as independent class.Henning Baldersheim2018-10-242-78/+82
|
* Hide the details in the ThreadedFeedAccess to avoid ifs on the outside.Henning Baldersheim2018-10-243-19/+29
|
* Properly close tasks.Henning Baldersheim2018-10-241-0/+6
|
* Add support for using more than 1 sender thread.Henning Baldersheim2018-10-235-31/+87
|
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-251-5/+0
| | | | java portion of documentapi.
* fix lost handler metricsArne Juul2018-09-251-0/+7
| | | | | * since all these classes use a shared FeedContext instance we must make sure that nobody ever uses NullFeedMetric (except unit tests & VespaFeeder).
* Revert "Revert "Balder/again when time is up it is up""Henning Baldersheim2018-02-051-2/+10
|
* Revert "Balder/again when time is up it is up"Henning Baldersheim2018-02-051-10/+2
|
* Add readability.Henning Baldersheim2018-02-051-2/+10
|
* Avoid import by *Henning Baldersheim2018-02-032-4/+4
|
* Try to differentiate between client and server errors.Henning Baldersheim2018-02-032-2/+22
|
* Reduce loglevel to debug.Henning Baldersheim2018-02-031-2/+2
|
* Never log once per requestJon Bratseth2018-01-311-11/+8
|
* The http parameter &totaltimeout can be used to control the overall timeout.Henning Baldersheim2018-01-251-8/+13
| | | | | | If both timeouts are given the lower of the computed and the given &timeout is used per message. Setting &totaltimeout to a negative value enables a fixed timeout given to each message. This mimics todays broken behavior.
* Continually recompute the timeout given to messagebus.Henning Baldersheim2018-01-241-3/+16
| | | | If used by vespafeeder keep old behavior.
* Proper indentation.Henning Baldersheim2018-01-241-36/+37
|
* add jdisc Metric wiringArne Juul2017-12-142-1/+5
| | | | rename metric (will be tagged as a "container" metric anyway)
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.