poorbarcode commented on code in PR #16758:
URL: https://github.com/apache/pulsar/pull/16758#discussion_r936674566
##########
pulsar-transaction/coordinator/src/main/java/org/apache/pulsar/transaction/coordinator/impl/TxnLogBufferedWriter.java:
##########
@@ -144,8 +154,10 @@ public TxnLogBufferedWriter(ManagedLedger managedLedger,
OrderedExecutor ordered
this.flushContext = FlushContext.newInstance();
this.dataArray = new ArrayList<>();
this.state = State.OPEN;
- this.timer = timer;
+ // Metrics.
+ this.metricsStats = metricsStats;
// scheduler task.
+ this.timer = timer;
Review Comment:
Already move the comment to its original place, Thanks
--
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]