bookkeeper
bookkeeper copied to clipboard
Fix getLedgerDirsListener
Motivation
The ledgerDirsListener in SingleDirectoryDbLedgerStorage is currently triggered by a ledger directory that does not belong to this storage.
Changes
To address this issue, we can introduce a comparison step to verify the ownership of the ledger directory before triggering the listeners. This way, the ledgerDirsListener will only be triggered for the directories that are associated with the storage.
rerun failure checks
rerun failure checks
@hangc0276 PTAL