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 2019/09/24 21:44:39 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #5271: Improve error handling logic for effectively once

merlimat commented on a change in pull request #5271: Improve error handling logic for effectively once
URL: https://github.com/apache/pulsar/pull/5271#discussion_r327844657
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
 ##########
 @@ -163,6 +169,8 @@ protected TopicStatsHelper initialValue() {
         }
     };
 
+    private AtomicLong pendingWriteOps = new AtomicLong(0);
 
 Review comment:
   `private final`

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


With regards,
Apache Git Services