aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/operations/external/visitoroperation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support write-repair for conditional Put operationsTor Brede Vekterli2023-05-041-1/+1
* Be explicit about lbound/ubound for bucket DB iteration and add lbound variantTor Brede Vekterli2023-03-131-13/+9
* Use `optional` instead of `unique_ptr`Tor Brede Vekterli2023-03-071-41/+29
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-0/+2
* Expicitly reject "none"-fieldset for external visitorsTor Brede Vekterli2022-01-191-0/+13
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename Distributor to TopLevelDistributor.Geir Storli2021-09-061-1/+1
* Reduce direct use of DistributorStripeComponent.Geir Storli2021-05-141-1/+1
* Split DistributorMessageSender into two parts.Geir Storli2021-04-291-11/+11
* Rename DistributorOperationContext to DistributorStripeOperationContext.Geir Storli2021-04-271-1/+1
* add ClusterContext APIArne Juul2020-12-161-1/+1
* Only let reindexing puts through locked bucket if their token matches that of...Tor Brede Vekterli2020-12-111-0/+11
* Bounce reindexing visitor with BUSY if merge is pending for bucketTor Brede Vekterli2020-12-091-0/+7
* Merge pull request #15594 from vespa-engine/toregge/remove-distributor-compon...Henning Baldersheim2020-12-021-2/+2
|\
| * Remove DistributorComponent trampoline member function.Tor Egge2020-12-021-2/+2
* | Initial support for backend reindexing visitor functionalityTor Brede Vekterli2020-12-011-15/+69
|/
* Add operation context interface to remove coupling between external operation...Geir Storli2020-11-301-5/+6
* Add node context interface to reduce coupling between external operations and...Geir Storli2020-11-301-5/+6
* As we have have now removed the expensive Route member we can further compact...Henning Baldersheim2020-11-261-46/+21
* Move the error description to a separate allocation as it is rarely used.Henning Baldersheim2020-11-241-1/+1
* Steal the traces explicit and force moving of traces. Also hide access to the...Henning Baldersheim2020-11-231-1/+1
* Use a std:.unique_ptr to make Trace a thin wrapper for TraceNode to make the ...Henning Baldersheim2020-11-181-1/+1
* Hide the modifiable TraceNode root inside the Trace objectHenning Baldersheim2020-11-181-2/+2
* Avoid inlining warnings.Tor Egge2020-08-171-0/+2
* Fix format strings.Tor Egge2020-01-071-2/+2
* Use getMessageNowHenning Baldersheim2019-12-041-2/+0
* timeout as durationHenning Baldersheim2019-12-041-16/+13
* Follow up from review comments.Henning Baldersheim2019-08-151-10/+0
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-148/+17
* Add new DB merging API to distributor BucketDatabaseTor Brede Vekterli2019-06-031-1/+1
* Fix format strings in storage module.Tor Egge2019-03-121-4/+4
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Use cluster state in distributor bucket space.Tor Egge2018-02-261-3/+3
* Remove DistributorBucketSpaceComponent.Tor Egge2017-11-171-0/+1
* Pass distributor bucket space to remove location operation, removeTor Egge2017-11-031-5/+7
* Change methods on Distributor and DistributorComponent to takeTor Egge2017-11-021-1/+2
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-13/+9
* add override in storage/distributor moduleArne H Juul2017-04-111-1/+1
* Use correct metric value increment methodTor Brede Vekterli2016-12-211-3/+3
* Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-121-1/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-3/+3
* Add metrics for counting buckets/docs/bytes per visitorTor Brede Vekterli2016-12-051-2/+17
* Wire in persistence metrics for visitor metricsTor Brede Vekterli2016-12-051-0/+1
* Fix distributor visitor latency metrics wiringTor Brede Vekterli2016-11-301-15/+10