mnit016 commented on issue #4100:
URL: https://github.com/apache/bookkeeper/issues/4100#issuecomment-1753109570

   Updated:
   I've just found a loop in logs, the frequency of creating new log file was 
getting faster and faster, until the bookie ledger disk all full.
   > SingleDirectoryDbLedgerStorage - Write cache is full, triggering flush
   SyncThead - Exception flushing ledgers
   RocksDBException: while fdatasync ..../current/ledgers/000xxx.log: Resource 
temporarily unavailable
   
   After that, several logs like below:
   > EntryLogManagerBase - Creating a new entry log file : createNewLog = 
false, reachEntryLogLimit = true
   EntryLogManagerBase - Flusing entry logger xxxxx back to filesystem, pending 
for syncing entry loggers : [....]
   EntryLoggerAllocator - Created new entry log file 
.../ledgers/current/xxxx.log for logId xxxxx
   ...
   SyncThead - Exception flushing ledgers
   RocksDBException: while fdatasync ..../current/ledgers/000xxx.log: Resource 
temporarily unavailable
   
   trying to figure out which topic's ledger was unavailable all the time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to