liangyepianzhou commented on a change in pull request #13969:
URL: https://github.com/apache/pulsar/pull/13969#discussion_r803367829



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/TransactionMetadataStoreService.java
##########
@@ -98,6 +107,7 @@ public 
TransactionMetadataStoreService(TransactionMetadataStoreProvider transact
         this.transactionOpRetryTimer = timer;
         this.tcLoadSemaphores = new ConcurrentLongHashMap<>();
         this.pendingConnectRequests = new ConcurrentLongHashMap<>();
+        this.internalPinnedExecutor = 
Executors.newSingleThreadScheduledExecutor(threadFactory);

Review comment:
       Thanks for pointing it out, it allowed me to correct this mistake.




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