aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/stripe_bucket_db_updater.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Wire distributor operation cancelling to state change edgesTor Brede Vekterli2023-09-071-10/+12
* When pruning unavailable replicas, use intersection of cluster state and dist...Tor Brede Vekterli2023-09-041-5/+6
* Use a vespalib::hash_set<uint8_t> instead of std::unordered_setHenning Baldersheim2023-08-091-1/+2
* Align indentationHenning Baldersheim2023-02-081-1/+1
* - Disconnect clock and MicroSecTime.Henning Baldersheim2023-02-081-5/+5
* - Include only the parts from the storageframework that you really need.Henning Baldersheim2023-02-061-1/+0
* Use steady_timeHenning Baldersheim2023-02-051-1/+1
* Reduce includes not neededHenning Baldersheim2022-12-211-1/+0
* Move MessageGuard out to storage/common sub-libraryTor Brede Vekterli2022-12-151-1/+1
* Avoid mass pending GC on config enable edgeTor Brede Vekterli2022-11-281-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove most traces of distributor legacy mode.Tor Brede Vekterli2021-09-201-70/+25
* Port additional DB updater tests and fix delayed sending regressionTor Brede Vekterli2021-09-081-0/+1
* Add test of top-level distributor functionalityTor Brede Vekterli2021-08-271-0/+1
* Prepare baseline utils and tests for a single distributor stripe.Geir Storli2021-06-251-0/+1
* Reduce direct use of DistributorStripeComponent.Geir Storli2021-05-141-5/+3
* Extend TickableStripe interface to avoid direct access to DistributorStripe i...Tor Brede Vekterli2021-05-111-1/+1
* Make status reporting from distributor and bucket db updater work when runnin...Geir Storli2021-05-051-0/+5
* Remove no longer used class.Geir Storli2021-05-051-1/+0
* Add DistributorStripe thread pool with thread park/unpark supportTor Brede Vekterli2021-04-291-0/+2
* Rename DistributorOperationContext to DistributorStripeOperationContext.Geir Storli2021-04-271-2/+2
* Make DistributorStripe aware of whether it uses legacy mode or not and add as...Geir Storli2021-04-231-1/+3
* Initial implementation and wiring of cross-stripe state and DB handlingTor Brede Vekterli2021-04-211-0/+284