Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support all major cloud providers for blob storage #11

Merged
merged 6 commits into from
May 22, 2019
Merged

Support all major cloud providers for blob storage #11

merged 6 commits into from
May 22, 2019

Conversation

mickael-carl
Copy link
Member

No description provided.

Mickaël Carl and others added 6 commits May 22, 2019 21:38
@mickael-carl mickael-carl merged commit f0496ad into buildbarn:master May 22, 2019
meroton-benjamin added a commit to meroton-benjamin/bb-storage that referenced this pull request Feb 20, 2025
Improves the ability to perform resharding by switching the sharding
struct from array to map. Each map entry has a key which is used in
rendezvous hashing to deterministically select which shard to use from
the collection of keys. When a shard is removed it is guaranteed that
only blobs which belonged to the removed shard will resolve to a new
shard.

In combination with ReadFallbackConfigurations this allows adding and
removing shards with minimal need to rebalance the blobs between the
shards.

See https://github.com/buildbarn/bb-adrs buildbarn#11 for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant