THUMarkLau commented on code in PR #8561:
URL: https://github.com/apache/iotdb/pull/8561#discussion_r1057166071


##########
confignode/src/main/java/org/apache/iotdb/confignode/manager/cq/CQScheduleTask.java:
##########
@@ -172,8 +172,8 @@ public void run() {
         AsyncDataNodeInternalServiceClient client =
             
AsyncDataNodeClientPool.getInstance().getAsyncClient(targetDataNode.get());
         client.executeCQ(executeCQReq, new AsyncExecuteCQCallback(startTime, 
endTime));
-      } catch (Throwable t) {
-        LOGGER.warn("Execute CQ {} failed", cqId, t);
+      } catch (Exception e) {

Review Comment:
   Is it appropriate to change Throwable to Exception here



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