Shoothzj commented on a change in pull request #13681:
URL: https://github.com/apache/pulsar/pull/13681#discussion_r780751922



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherSingleActiveConsumer.java
##########
@@ -68,6 +68,7 @@
     private volatile ScheduledFuture<?> readOnActiveConsumerTask = null;
 
     private final RedeliveryTracker redeliveryTracker;
+    private long startTimeNs;

Review comment:
       Why use `Ns` variable name for millseconds? it might be confusing




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to