Technoboy- commented on code in PR #21738: URL: https://github.com/apache/pulsar/pull/21738#discussion_r1429339632
########## managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerImpl.java: ########## @@ -157,7 +157,7 @@ public class ManagedLedgerImpl implements ManagedLedger, CreateCallback { protected Map<String, String> propertiesMap; protected final MetaStore store; - final ConcurrentLongHashMap<CompletableFuture<ReadHandle>> ledgerCache = + final ConcurrentLongHashMap<CompletableFuture<ReadHandle>> ledgerHandleCache = Review Comment: Why do you change this? -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org