JackieTien97 opened a new pull request, #13335: URL: https://github.com/apache/iotdb/pull/13335
1. while restarting a DN, and meawhile the ongoing query's root FI is on that DN, will cause the query stuck forever, because previously we think FragmentInstanceState.NO_SUCH_INSTANCE is not a failure state. 2. clean sort tmp files more quitely, because we will do clean work in both FI callback and Driver close, so it may concurrently delete same file, but it's ok for cleaning work, so we don't need to print warn log for such case. -- 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]
