aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/multi_threaded_stripe_access_guard.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use a vespalib::hash_set<uint8_t> instead of std::unordered_setHenning Baldersheim2023-08-091-1/+1
* Add configurable support for unordered merge forwardingTor Brede Vekterli2021-11-121-0/+2
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Remove most traces of distributor legacy mode.Tor Brede Vekterli2021-09-201-4/+0
* Port remaining legacy distributor tests to top-level test suiteTor Brede Vekterli2021-09-021-1/+2
* Add initial multi stripe support to access guardTor Brede Vekterli2021-05-121-0/+6
* Extend TickableStripe interface to avoid direct access to DistributorStripe i...Tor Brede Vekterli2021-05-111-3/+3
* Make status reporting from distributor and bucket db updater work when runnin...Geir Storli2021-05-051-0/+7
* Run single stripe in its own thread when not using legacy modeTor Brede Vekterli2021-05-051-1/+3
* Add DistributorStripe thread pool with thread park/unpark supportTor Brede Vekterli2021-04-291-0/+79