gaozhangmin commented on code in PR #3679:
URL: https://github.com/apache/bookkeeper/pull/3679#discussion_r1155612938


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/bookie/GarbageCollectorThread.java:
##########
@@ -777,6 +777,7 @@ EntryLogMetadataMap getEntryLogMetaMap() {
 
     public GarbageCollectionStatus getGarbageCollectionStatus() {
         return GarbageCollectionStatus.builder()
+            .ledgerDir(ledgerDirsManager.getAllLedgerDirs().get(0).getParent())

Review Comment:
   Nope, SortedLedgerStorage and InterleavedLedgerStorage are not supported 
multiple ledgers yet.



-- 
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