summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/externaloperationhandlertest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-1/+1
* Remove copy constructors.Henning Baldersheim2022-03-281-14/+7
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-3/+4
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-1/+1
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-2/+1
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Rename Distributor to TopLevelDistributor.Geir Storli2021-09-061-1/+1
* Rewrite ideal state manager tests to not use legacy test util.Geir Storli2021-08-271-2/+2
* Rewrite external operation handler tests to not use legacy test util.Geir Storli2021-08-271-35/+39
* Remove functions from DistributorStripeComponent that are part of Distributor...Geir Storli2021-03-221-6/+6
* First steps of splitting distributor logic up into disjoint stripesTor Brede Vekterli2021-03-191-0/+1
* Reject non-trivial updates if feed is blocked in the cluster.Geir Storli2021-01-191-6/+29
* Reject puts if feed is blocked in the cluster.Geir Storli2021-01-191-0/+19
* Gracefully abort outdated reindexing visitorsTor Brede Vekterli2020-12-141-6/+4
* Only let reindexing puts through locked bucket if their token matches that of...Tor Brede Vekterli2020-12-111-7/+17
* Remove dependency between ExternalOperationHandler and DistributorComponent.Geir Storli2020-12-031-6/+6
* Merge pull request #15572 from vespa-engine/vekterli/initial-backend-reindexi...Tor Brede Vekterli2020-12-021-0/+77
|\
| * Initial support for backend reindexing visitor functionalityTor Brede Vekterli2020-12-011-0/+77
* | Trim down DistributorComponent member functions.Tor Egge2020-12-021-3/+4
|/
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-10/+8
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-2/+3
* Add configurable support for weakly consistent client GetsTor Brede Vekterli2020-01-171-0/+27
* Fix ever-growing message tracker for concurrent Get operationsTor Brede Vekterli2019-11-281-1/+0
* Rewrite Get operation starting to use explicit snapshottingTor Brede Vekterli2019-10-031-0/+1
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-7/+7
* Convert remaining CppUnit tests to GTestTor Brede Vekterli2019-06-251-204/+140
* Minor C++ cleanupsTor Brede Vekterli2019-03-221-0/+2
* Properly handle non-owned vs. missing bucketsTor Brede Vekterli2019-03-151-10/+44
* Move non-owned buckets to read-only DB and allow use for read-only opsTor Brede Vekterli2019-03-141-19/+95
* Fix format strings in storage module.Tor Egge2019-03-121-1/+1
* Add explicit metric for diverging timestamps on updated documentsTor Brede Vekterli2018-11-191-0/+8
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-0/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Log and increment failure metrics on concurrent mutation abortsTor Brede Vekterli2018-01-301-0/+12
* Do not include the world.Henning Baldersheim2017-12-291-6/+4
* Change methods on Distributor and DistributorComponent to takeTor Egge2017-11-021-3/+3
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-2/+2
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-6/+9
* 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
* Add operation sequencing for put, remove and update operations (#2252)Tor Brede Vekterli2017-04-251-20/+209
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-4/+1
* Implement distributor bucket ownership handover safe time point (#1098)Tor Brede Vekterli2016-11-161-6/+116
* PublishJon Bratseth2016-06-151-0/+176