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 2022/07/22 08:01:20 UTC

[GitHub] [pulsar] congbobo184 commented on a diff in pull request #16727: [improve][txn] PIP-160: Transaction buffered writer supports Timer

congbobo184 commented on code in PR #16727:
URL: https://github.com/apache/pulsar/pull/16727#discussion_r927380922


##########
pulsar-transaction/coordinator/src/main/java/org/apache/pulsar/transaction/coordinator/impl/TxnLogBufferedWriter.java:
##########
@@ -73,15 +74,15 @@
 
     private final ManagedLedger managedLedger;
 
-    private final ScheduledExecutorService scheduledExecutorService;
+    private Timer timer;

Review Comment:
   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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org