aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/multi_threaded_stripe_access_guard.cpp
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/+8
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Remove most traces of distributor legacy mode.Tor Brede Vekterli2021-09-201-8/+0
* Aggregate pending operation stats across all stripes in stripe guardTor Brede Vekterli2021-09-161-2/+5
* Port remaining legacy distributor tests to top-level test suiteTor Brede Vekterli2021-09-021-2/+4
* Make merge_entries_into_db() work across multiple stripes by handling each st...Geir Storli2021-05-281-3/+20
* Add initial multi stripe support to access guardTor Brede Vekterli2021-05-121-30/+62
* Extend TickableStripe interface to avoid direct access to DistributorStripe i...Tor Brede Vekterli2021-05-111-18/+18
* Make status reporting from distributor and bucket db updater work when runnin...Geir Storli2021-05-051-0/+25
* Run single stripe in its own thread when not using legacy modeTor Brede Vekterli2021-05-051-1/+5
* Add DistributorStripe thread pool with thread park/unpark supportTor Brede Vekterli2021-04-291-0/+113