jacky1193610322 commented on issue #2083: checkpoint when entry has one more directory to write URL: https://github.com/apache/bookkeeper/issues/2083#issuecomment-495127677 @sijie thanks for your reply. when the ledger storage is ldb, each directory has one SingleDirectoryDbLedgerStorage class, when the ldb add an entry, it will choose the SingleDirectoryDbLedgerStorage base on ledgerId hash, and the msgs of a journal file will be put in different SingleDirectoryDbLedgerStorage, when one SingleDirectoryDbLedgerStorage is full it will flush the memtable and move the last mark, but now other SingleDirectoryDbLedgerStorage maybe not full and not flush the memtable, but lastmark has been move.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
