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/04/06 02:02:15 UTC

[GitHub] [pulsar] HQebupt commented on a diff in pull request #15021: [improve][transaction] Use a global timeout checker to avoid many timeout tasks.

HQebupt commented on code in PR #15021:
URL: https://github.com/apache/pulsar/pull/15021#discussion_r843397412


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/transaction/buffer/TransactionBufferClientTest.java:
##########
@@ -18,18 +18,22 @@
  */
 package org.apache.pulsar.broker.transaction.buffer;
 
+import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.ArgumentMatchers.anyString;
+import com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.concurrent.DefaultThreadFactory;

Review Comment:
   Why changed `io.netty.util.concurrent.DefaultThreadFactory`?



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