merlimat commented on a change in pull request #6787:
URL: https://github.com/apache/pulsar/pull/6787#discussion_r412458532
##########
File path:
managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedCursorContainer.java
##########
@@ -124,6 +130,8 @@ public void removeCursor(String name) {
PositionImpl previousSlowestConsumer = heap.get(0).position;
+ if (item.cursor.isDurable()) {
+
Review comment:
nit: the section below should get indented.
----------------------------------------------------------------
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]