summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributortestutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove most traces of distributor legacy mode.Tor Brede Vekterli2021-09-201-512/+0
* Rename Distributor to TopLevelDistributor.Geir Storli2021-09-061-2/+2
* Block ideal state ops when a pending cluster state is presentTor Brede Vekterli2021-06-091-0/+13
* Reduce direct use of DistributorStripeComponent.Geir Storli2021-05-141-4/+8
* Stop all stripe threads before starting shutdown (and closing) of the storage...Geir Storli2021-05-111-0/+3
* Add timed batching of explicit host info sends triggered by stripesTor Brede Vekterli2021-05-101-2/+3
* Make more Distributor internals only available to friended testsTor Brede Vekterli2021-05-031-0/+35
* Revert "Make more Distributor internals only available to friended tests"Harald Musum2021-05-031-35/+0
* Make more Distributor internals only available to friended testsTor Brede Vekterli2021-04-301-0/+35
* Rename DistributorOperationContext to DistributorStripeOperationContext.Geir Storli2021-04-271-1/+1
* Propagate num_distributor_stripes cfg to Distributor ctor and instantiate Buc...Geir Storli2021-04-221-1/+1
* Initial implementation and wiring of cross-stripe state and DB handlingTor Brede Vekterli2021-04-211-2/+2
* Remove functions from DistributorStripeComponent that are part of Distributor...Geir Storli2021-03-221-1/+6
* Rename DistributorComponent -> DistributorStripeComponent.Geir Storli2021-03-221-3/+3
* First steps of splitting distributor logic up into disjoint stripesTor Brede Vekterli2021-03-191-4/+8
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-191-0/+1
* Reject puts if feed is blocked in the cluster.Geir Storli2021-01-191-4/+20
* Remove dependency between ExternalOperationHandler and DistributorComponent.Geir Storli2020-12-031-5/+12
* Trim down DistributorComponent member functions.Tor Egge2020-12-021-1/+1
* Remove legacy distributor bucket DB implementation and config wiringTor Brede Vekterli2020-07-031-2/+1
* Allow executing Get operations outside the main distributor threadTor Brede Vekterli2019-10-081-2/+2
* Rewrite Get operation starting to use explicit snapshottingTor Brede Vekterli2019-10-031-1/+2
* Add config option for using B-tree bucket DB in distributorTor Brede Vekterli2019-09-241-0/+1
* Convert remaining CppUnit tests to GTestTor Brede Vekterli2019-06-251-3/+3
* Add read-only bucket space repo and wire it through distributor componentsTor Brede Vekterli2019-03-141-0/+10
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-6/+6
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Immediately send GetNodeState reply on "no more merges" pending edgeTor Brede Vekterli2018-03-191-7/+24
* Enable cluster state bundle in distributor.Tor Egge2018-02-261-2/+2
* Simplify distributor unit tests.Tor Egge2018-02-231-1/+7
* Adjust distributor unit tests to handle global distributor bucket space.Tor Egge2018-02-141-0/+10
* Reduce use of document::BucketSpace::placeHolder().Tor Egge2018-02-011-4/+6
* Remove DistributorBucketSpaceComponent.Tor Egge2017-11-171-0/+1
* Pass distributor bucket space repo to pending cluster state.Tor Egge2017-11-081-0/+10
* Pass distributor bucket space to get operation, put operation, two phaseTor Egge2017-11-031-0/+6
* Change methods on Distributor and DistributorComponent to takeTor Egge2017-11-021-1/+4
* 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
* Removed storageframework.h from header files.Henning Baldersheim2017-06-011-0/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-11/+3
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-1/+53
* Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-121-5/+3
* Directly associate components with an explicit bucket spaceTor Brede Vekterli2016-11-221-16/+32
* PublishJon Bratseth2016-06-151-0/+298