SpriCoder commented on code in PR #9217:
URL: https://github.com/apache/iotdb/pull/9217#discussion_r1125777492
##########
confignode/src/main/java/org/apache/iotdb/confignode/client/async/AsyncDataNodeClientPool.java:
##########
@@ -114,6 +115,7 @@ private void sendAsyncRequest(AsyncClientHandler<?, ?>
clientHandler, int retryN
try {
clientHandler.getCountDownLatch().await();
} catch (InterruptedException e) {
+ Thread.currentThread().interrupt();
Review Comment:
Please interrupt the thread after the print of log
--
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]