liangyepianzhou commented on a change in pull request #13481:
URL: https://github.com/apache/pulsar/pull/13481#discussion_r776570542
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java
##########
@@ -105,7 +105,7 @@ public TopicTransactionBuffer(PersistentTopic topic) {
this.takeSnapshotIntervalTime = topic.getBrokerService().getPulsar()
.getConfiguration().getTransactionBufferSnapshotMinTimeInMillis();
this.maxReadPosition = (PositionImpl)
topic.getManagedLedger().getLastConfirmedEntry();
-
this.topic.getBrokerService().getPulsar().getTransactionReplayExecutor()
+
this.topic.getBrokerService().getPulsar().getInternalExecutorService().getExecutor()
Review comment:
The name is changed here, and the thread pool is used uniformly.
--
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]