vagetablechicken opened a new issue #4603:
URL: https://github.com/apache/incubator-doris/issues/4603


   **Describe the bug**
   
https://github.com/apache/incubator-doris/blob/068707484d16bbb26a7944baf89244ced07c2471/fe/fe-core/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java#L219-L228
   
   Range.closedOpen() may throw IllegalArgumentException. We don't catch it, so 
it'll be catched by Daemon class. And it will break the loop, so the tables 
behind `error table` won't add/drop partitions.
   
   **Expected behavior**
   Catch IllegalArgumentException, so the bad args of one table can only effect 
the table itself.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to