Skip to content

Commit

Permalink
fix pendingDeletedLedgers not remove ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
fanjianye committed Nov 18, 2024
1 parent af8baa1 commit 2fc7cf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ public void removeDeletedLedgers() throws IOException {
key.set(ledgerId);
ledgersDb.delete(key.array);
++deletedLedgers;
pendingDeletedLedgers.remove(ledgerId);
}

if (log.isDebugEnabled()) {
Expand Down

0 comments on commit 2fc7cf0

Please sign in to comment.