zhanglingzhe0820 commented on a change in pull request #1758:
URL: https://github.com/apache/iotdb/pull/1758#discussion_r508600992



##########
File path: 
server/src/main/java/org/apache/iotdb/db/engine/tsfilemanagement/HotCompactionMergeTaskPoolManager.java
##########
@@ -100,7 +104,8 @@ public ServiceType getID() {
     return ServiceType.HOT_COMPACTION_SERVICE;
   }
 
-  public void submitTask(HotCompactionMergeTask hotCompactionMergeTask) {
+  public void submitTask(HotCompactionMergeTask hotCompactionMergeTask)
+      throws RejectedExecutionException {

Review comment:
       No,I need to catch it out to close current compaction logic




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

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


Reply via email to