aboutsummaryrefslogtreecommitdiffstats
path: root/vespa_feed_perf
Commit message (Collapse)AuthorAgeFilesLines
* * apply new common bootstrapArne Juul2022-10-241-1/+4
| | | | | * remove now-duplicated code * prefer using ${VESPA_HOME} environment variable
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* remove more deprecated APIsArne H Juul2022-06-082-3/+4
|
* stop using/testing deprecated APIArne H Juul2022-06-081-2/+1
|
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
|
* switch to new-style configArne H Juul2022-04-121-50/+59
|
* Do not create dependency-reduced-pom.xmlgjoranv2022-04-081-0/+1
| | | | | | - From maven-shade-plugin 3.3.0 (needed for JDK 17), the DRP is installed and used instead of the ordinary pom.xml, causing transitive dependencies to disappear for dependent modules.
* Improve maven-shade-plugin filter, and move to parent pom.gjoranv2022-02-031-11/+0
| | | | - Removes 223 build warnings (out of 562 for building non-test code)
* Revert "Exclude META-INF files and module-info.class from uber jars."Harald Musum2022-02-021-2/+4
|
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-021-4/+2
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* 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
|