aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
Commit message (Collapse)AuthorAgeFilesLines
...
| * rewrite tests with only root slime docsumsArne H Juul2021-10-131-67/+51
| |
| * just make empty DocsumReplyArne H Juul2021-10-131-25/+4
| | | | | | | | * also remove now-unused convertLidsToGids
| * just make empty DocsumReply instead of empty blobsArne H Juul2021-10-131-5/+5
| |
| * if there is no slime there are no docsums at allArne H Juul2021-10-131-1/+1
| |
| * remove code path generating binary blobs in DocsumReplyArne H Juul2021-10-132-36/+1
| |
| * track API change - "root slime" is always true nowArne H Juul2021-10-131-1/+1
| |
* | Shortcut bucket creation if it already exist.Henning Baldersheim2021-10-134-2/+15
| |
* | report more issuesHåvard Pettersen2021-10-131-2/+4
|/ | | | also drop the prefix of issues that are logged by the default handler
* Consider the execute instructions comming in the rankprofiles config too.Henning Baldersheim2021-10-121-8/+6
|
* Revert "wait with actual reporting until we want errors"Arne H Juul2021-10-101-6/+1
| | | | This reverts commit a45f09c5edf40fdf01d18bfb92807c59f73defa3.
* Merge pull request #19464 from vespa-engine/havardpe/wire-issues-into-errorsHåvard Pettersen2021-10-086-2/+30
|\ | | | | wire reported issues into search/docsum replies
| * wait with actual reporting until we want errorsHåvard Pettersen2021-10-081-1/+6
| |
| * wire reported issues into search/docsum repliesHåvard Pettersen2021-10-076-2/+25
| |
* | Add --mbus-distributor-node-max-pending-count option to vespa-redistribute-bm.Tor Egge2021-10-085-1/+15
| |
* | Add --ignore-merge-queue-limit option to vespa-redistribute-bm.Tor Egge2021-10-074-0/+11
|/
* Update Verizon Media copyright notices.gjoranv2021-10-07111-111/+111
|
* Update 2018 copyright notices.gjoranv2021-10-0736-36/+36
|
* Update 2017 copyright notices.gjoranv2021-10-07937-938/+938
|
* Enable refeed during document redistribution.Tor Egge2021-10-064-23/+160
|
* Merge pull request #19406 from ↵Geir Storli2021-10-044-0/+22
|\ | | | | | | | | vespa-engine/toregge/add-docstore-tuning-for-vespa-redistribute-bm Add docstore tuning for vespa-redistribute-bm.
| * Add docstore tuning for vespa-redistribute-bm.Tor Egge2021-10-014-0/+22
| |
* | Add terminator entries for getopt_long.Tor Egge2021-10-012-2/+4
|/
* Fix return type for BmMergeStats accessors.Tor Egge2021-10-011-2/+2
|
* Report merge stats.Tor Egge2021-10-0112-21/+189
|
* Add parsing of ONNX Runtime session options to services.xmlLester Solbakken2021-09-301-7/+10
|
* Enable grouped distribution for vespa-feed-bm and vespa-redistribute-bm.Tor Egge2021-09-297-39/+115
|
* Remove estimates for moved documents during document redistribution.Tor Egge2021-09-299-527/+2
|
* Count moved documents in vespa-redistribute-bm.Tor Egge2021-09-288-8/+247
|
* Merge pull request #19306 from ↵Geir Storli2021-09-271-4/+4
|\ | | | | | | | | vespa-engine/toregge/widen-fields-to-handle-larger-numbers-when-reporting-node-stats-in-bm-cluster Widen fields to handle larger numbers when reporting node stats in bm cluster.
| * Widen fields to handle larger numbers when reporting node stats in bm cluster.Tor Egge2021-09-271-4/+4
| |
* | Track default content node bucket db stripe bits setting.Tor Egge2021-09-271-1/+1
|/
* Merge pull request #19258 from ↵Henning Baldersheim2021-09-279-75/+493
|\ | | | | | | | | vespa-engine/toregge/add-estimate-moved-docs-ratio-test Add estimate moved docs ratio unit test.
| * Use static helper methods to instantiate CalculateMovedDocsRatio.Tor Egge2021-09-234-23/+53
| |
| * Add estimate moved docs ratio unit test.Tor Egge2021-09-239-75/+463
| |
* | Anonymous resident memory used by current process is only sampled on linux.Tor Egge2021-09-271-0/+6
|/
* Remove explicit tracking of enum store and multi-value address space usage.Geir Storli2021-09-217-49/+14
| | | | | This has been replaced by generic tracking of address space usage among components in attributes vectors in all sub databases.
* Rename functions to more consistent names.Tor Egge2021-09-201-7/+6
| | | | Adjust calculation of moved docs ratio for replace mode.
* Add vespa-redistribute-bm, a single-process benchmark of document ↵Tor Egge2021-09-2013-46/+769
| | | | redistribution.
* Add class comment for BmNodeStatsReporter.Tor Egge2021-09-171-0/+4
|
* Add BmNodeStats, containing info about documents on nodes, bucketsTor Egge2021-09-1714-2/+513
| | | | and bucktets with pending ideal state operations.
* Increase lifetime of BmClusterController.Tor Egge2021-09-168-36/+58
|
* Refactor BmFeeder to reduce code duplication.Tor Egge2021-09-166-182/+106
|
* Move portions of BMParams to BmFeedParams.Tor Egge2021-09-1510-264/+420
| | | | Move more feed functions to BmFeeder and BmFeed.
* Create persistence engine before creating document db in BmNode.Tor Egge2021-09-141-1/+1
| | | | This order is needed to pass a proper bucket executor to the document db.
* Merge pull request #19118 from ↵Geir Storli2021-09-1431-444/+698
|\ | | | | | | | | vespa-engine/toregge/move-bm-feed-handler-ownership-from-bm-node-to-bm-cluster Move ownership of feed handlers from BmNode to BmCluster.
| * Move shared code to base class.Tor Egge2021-09-149-233/+137
| |
| * Fix typos in comments.Tor Egge2021-09-142-2/+2
| |
| * Move ownership of feed handlers from BmNode to BmCluster.Tor Egge2021-09-1429-249/+599
| |
* | Refactor to represent files with a generic header in a new class.Geir Storli2021-09-141-25/+15
|/ | | | Also move DIRECT I/O alignment setting to a common place.
* Use uint32_t for node index and number of nodes.Tor Egge2021-09-137-22/+25
|