315157973 commented on a change in pull request #12045: URL: https://github.com/apache/pulsar/pull/12045#discussion_r714647132
########## File path: managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorContainer.java ########## @@ -69,18 +67,19 @@ private final StampedLock rwLock = new StampedLock(); + // Used to keep track of the slowest non-durable cursor. + private final ArrayList<Item> heapForNonDurableCursors = Lists.newArrayList(); Review comment: done -- 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