You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/SingleDirectoryDbLedgerStorage.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,9 @@ public void shutdown() throws InterruptedException {
347
347
try {
348
348
flush();
349
349
350
+
while (!entryLocationIndex.compareAndSetCompacting(false, true)) {
0 commit comments