WJL3333 opened a new issue #2421: URL: https://github.com/apache/bookkeeper/issues/2421
in this line just set basePath use ledgerDirsManager which only manage one dir https://github.com/apache/bookkeeper/blob/2c3d8f55895890e73b58a43e337f7ff9ac140675/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/SingleDirectoryDbLedgerStorage.java#L143 and just use variable basePath to initialize ledgerDirsManager and LedgerMetadataIndex https://github.com/apache/bookkeeper/blob/2c3d8f55895890e73b58a43e337f7ff9ac140675/bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/storage/ldb/SingleDirectoryDbLedgerStorage.java#L162 the indexDirectories is not use at all. does this means indexDirectories will be ignored when use DbLedgerStorage ? ---------------------------------------------------------------- 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]
