HTHou commented on code in PR #12039:
URL: https://github.com/apache/iotdb/pull/12039#discussion_r1507254697


##########
iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/concurrent/threadpool/WrappedThreadPoolExecutor.java:
##########
@@ -118,7 +118,7 @@ protected void afterExecute(Runnable r, Throwable t) {
           future.get();
         }
       } catch (CancellationException ce) {
-        t = ce;
+        logger.error("task is cancelled in thread pool {}", mbeanName);

Review Comment:
   ```suggestion
           logger.info("task is cancelled in thread pool {}", mbeanName);
   ```



-- 
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: reviews-unsubscr...@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to