aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/stripe_bucket_db_updater.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Wire distributor operation cancelling to state change edgesTor Brede Vekterli2023-09-071-43/+29
* When pruning unavailable replicas, use intersection of cluster state and dist...Tor Brede Vekterli2023-09-041-2/+11
* Add noexceptHenning Baldersheim2023-08-181-0/+1
* Use a vespalib::hash_set<uint8_t> instead of std::unordered_setHenning Baldersheim2023-08-091-1/+1
* - Disconnect clock and MicroSecTime.Henning Baldersheim2023-02-081-20/+12
* Use std::chrono for time trackingHenning Baldersheim2023-02-071-5/+3
* Revert "Ă˜ess use of getSeconds/getMicroSeconds/getMilliSeconds."Henning Baldersheim2023-02-071-3/+5
* Use steady_timeHenning Baldersheim2023-02-051-5/+3
* Avoid mass pending GC on config enable edgeTor Brede Vekterli2022-11-281-1/+36
* Add debug logging when receiving bucket info for a single requested bucketTor Brede Vekterli2022-04-291-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove most traces of distributor legacy mode.Tor Brede Vekterli2021-09-201-359/+6
* Port additional DB updater tests and fix delayed sending regressionTor Brede Vekterli2021-09-081-0/+6
* Rename BucketDBUpdater to TopLevelBucketDBUpdater.Geir Storli2021-09-061-3/+3
* Rename Distributor to TopLevelDistributor.Geir Storli2021-09-061-1/+1
* Reduce direct use of DistributorStripeComponent.Geir Storli2021-05-141-8/+6
* Make status reporting from distributor and bucket db updater work when runnin...Geir Storli2021-05-051-9/+20
* Move function for getting storage node up states to a common place.Geir Storli2021-04-301-4/+4
* Make DistributorStripe aware of whether it uses legacy mode or not and add as...Geir Storli2021-04-231-2/+9
* Initial implementation and wiring of cross-stripe state and DB handlingTor Brede Vekterli2021-04-211-0/+1132