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:11:51 UTC

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

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


##########
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:
   Already fixed.



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