You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/04/21 20:11:25 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #6787: Using Readers still causes backlog quota to be observed

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:
users@infra.apache.org