Race condition in CreateBucket #649

Open
opened 2023-10-11 13:28:50 +00:00 by lx · 0 comments
Owner

If called many times simulaneously with the same bucket name, CreateBucket will create several buckets with the same name and the cluster will be in an inconsistent state.

To fix this, we will likely have to add at least some form of locking or consensus algorithm.

If called many times simulaneously with the same bucket name, CreateBucket will create several buckets with the same name and the cluster will be in an inconsistent state. To fix this, we will likely have to add at least some form of locking or consensus algorithm.
lx added this to the v1.0 milestone 2023-10-11 13:28:50 +00:00
lx added the
Bug
Correctness
labels 2023-10-11 13:28:50 +00:00
lx removed this from the v1.0 milestone 2023-10-16 09:36:16 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Deuxfleurs/garage#649
No description provided.