aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/distributor/distributor_bucket_space.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* - Avoid going via a temporary IdealNodesList.Henning Baldersheim2023-08-141-3/+3
* Generate fast lookup table for ideal onceHenning Baldersheim2023-08-101-3/+1
* No need to check something that will always be false.Henning Baldersheim2023-08-101-1/+1
* - Since the vespalib::hash_map iterators are invalidated on modification stor...Henning Baldersheim2023-08-091-4/+4
* Allow inhibiting all default bucket space merges if global merges pendingTor Brede Vekterli2022-02-151-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Merge pull request #19267 from vespa-engine/vekterli/use-max-of-current-and-p...Tor Brede Vekterli2021-09-231-1/+1
|\
| * Use max instead of min from current and pending cluster states' distribution ...Tor Brede Vekterli2021-09-231-1/+1
* | Remove unused use_bucket_db parameter.Geir Storli2021-09-211-2/+2
|/
* Add option on whether to use the bucket database in DistributorBucketSpace.Geir Storli2021-04-301-2/+2
* Add is_split_group_bucket() utility method.Tor Egge2021-01-041-3/+13
* Don't store variants of ideal service layer nodes in hash if bucket usedTor Egge2020-12-151-3/+24
* Store more variants of ideal service layer nodes for a given bucket in hash t...Tor Egge2020-12-141-15/+11
* Extend use of bucket ownership hash.Tor Egge2020-12-111-54/+30
* Use mutable hash maps in DistributorBucketSpace.Tor Egge2020-12-021-2/+2
* Revert "Revert "Move bucket ownership methods to DistributorBucketSpace.""Tor Egge2020-12-011-1/+175
* Revert "Move bucket ownership methods to DistributorBucketSpace."Tor Egge2020-11-301-175/+1
* Move bucket ownership methods to DistributorBucketSpace.Tor Egge2020-11-271-1/+175
* Remove legacy distributor bucket DB implementation and config wiringTor Brede Vekterli2020-07-031-14/+2
* Add config option for using B-tree bucket DB in distributorTor Brede Vekterli2019-09-241-4/+6
* Add initial B+tree distributor bucket databaseTor Brede Vekterli2019-05-091-1/+12
* Populate cluster state in distributor bucket space.Tor Egge2018-02-261-3/+15
* Add map to DistributorBucketSpaceRepo.Tor Egge2017-11-081-1/+4
* Rename ManagedBucketSpace to DistributorBucketSpace.Tor Egge2017-11-021-0/+15