aboutsummaryrefslogtreecommitdiffstats
path: root/vespa_feed_perf
Commit message (Collapse)AuthorAgeFilesLines
* deprecate parts of DocumentTypeManagerArne H Juul2021-12-102-0/+5
| | | | | | | | * we want to stop using IDs as unique key for DataTypes; these methods are only used in our own config setup. * nothing should setup a self-subscribing manager; add a convenience to create a manager from a config file to use from unit tests.
* fix inconsistent configArne H Juul2021-12-011-1/+1
|
* Ignore test and set errorsHenning Baldersheim2021-10-201-1/+6
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-077-7/+7
|
* turn up the logging levelArne Juul2021-04-211-0/+3
| | | | | | | * these tools are also in the category where users will consider any INFO level message noise. Since they don't use the vespa LogSetup, just increase the threshold programmatically.
* Use a smoother blocking Q and block when full.Henning Baldersheim2020-04-161-6/+16
|
* Add timeout controlHenning Baldersheim2020-04-143-4/+22
|
* SMALL_NUMBER => EPSILON.Henning Baldersheim2020-04-071-7/+7
|
* Test and fix parameter control.Henning Baldersheim2020-04-072-3/+3
|
* Let feeder control throttle parametersHenning Baldersheim2020-04-073-4/+75
|
* Add an option to send onlyfirst N messages.Henning Baldersheim2020-03-293-9/+24
|
* Update testHarald Musum2020-03-291-1/+1
|
* It is more efficient to use connection per target until limit is reached.Henning Baldersheim2020-03-291-1/+1
|
* Use a simpler and cheaper GCHenning Baldersheim2020-03-291-1/+1
|
* update shell bootstrap sectionsArne Juul2019-09-041-0/+4
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* doc: -> id:Henning Baldersheim2019-08-161-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-161-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-161-7/+7
|
* Add control over #connectionsHenning Baldersheim2019-05-203-4/+22
|
* 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
|
* Use BufferedInputStream as it buffers and supports make/reset.Henning Baldersheim2019-04-292-4/+7
|
* Test for failures before printing anything and guard against division by zero.Henning Baldersheim2019-04-291-3/+3
|
* Add support for files, not only stdinHenning Baldersheim2019-04-294-68/+104
|
* Close the gap to vespafeeder and add support for the test-and-set condition.Henning Baldersheim2019-04-284-42/+65
|
* Wait for all bytes to arrive.Henning Baldersheim2019-04-261-6/+8
|
* And then we can offload the decoding from the single read thread.Henning Baldersheim2019-04-251-9/+34
|
* Replace the multipurpose VespaXMLFeeder.Operation with more to the point ↵Henning Baldersheim2019-04-251-6/+7
| | | | classes with proper final members.
* Refactor to allow for lazy decode.Henning Baldersheim2019-04-251-16/+17
|
* Verify hashHenning Baldersheim2019-04-251-2/+9
|
* Add a binary format too.Henning Baldersheim2019-04-254-17/+209
|
* Add support for dumping as jsonHenning Baldersheim2019-04-245-90/+238
|
* Add support for jsonHenning Baldersheim2019-04-242-3/+38
|
* Add control for number of feed threads.Henning Baldersheim2019-04-153-13/+49
|
* Use atomic and synchronized sections to do proper accounting of replies. And ↵Henning Baldersheim2019-04-131-16/+24
| | | | some geenral code health.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-10/+19
| | | | | A bug in maven-assemble-plugin makes it very slow to assemble jar containing BouncyCastle
* Install vespa-feed-perf script.Geir Storli2018-10-171-0/+4
|
* Fix author tag for SimonBjørn Christian Seime2018-07-055-5/+5
|
* update bootstrapArne Juul2018-05-161-2/+5
|
* update bootstrap section of scriptsArne Juul2018-05-141-0/+9
|
* 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.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-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.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-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.
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-147-7/+7
|