MarvinCai commented on issue #10903: URL: https://github.com/apache/pulsar/issues/10903#issuecomment-862008039
@KKcorps `org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage` implements `org.apache.bookkeeper.bookie.LedgerStorage` But after shading the interface become `org.apache.pulsar.shade.org.apache.bookkeeper.bookie.LedgerStorage` Can you try update the config `ledgerStorageClass` in `bookkeeper.conf` to `org.apache.pulsar.shade.org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage `, it's the shaded version of 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]
