-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Fully Compatible
-
ALL
-
v8.0
-
Execution Team 2024-07-08
-
200
reopenBucket() might close the bucketĀ , which will cause a write conflict in the following line. The write conflict is retried forever. The ClosedBucket, which causes the write conflict, is destructed by the caller of retry loop, thus deadlock.
- related to
-
SERVER-91955 Introduce safeguard to attemptInsertIntoBucket's unbounded loop
- Backlog