-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
v5.1, v5.0
-
Execution Team 2021-11-15
-
61
When removing a full bucket from the time-series bucket catalog, we release the bucket lock and acquire the exclusive catalog lock. However, another thread can acquire the bucket lock between these two lines, which means that the bucket can still be in use by another thread when we attempt to destruct it.
- duplicates
-
SERVER-61309 Fix time-series bucket lock reacquisition logic
- Closed