You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/25 09:34:29 UTC

[GitHub] [iotdb] JackieTien97 opened a new pull request, #7722: Rerun a new query execution thread while previous one is interrupted

JackieTien97 opened a new pull request, #7722:
URL: https://github.com/apache/iotdb/pull/7722

   I found a strange thing in a timeout CI logs that there are no `Query-Worker-Thread-i` threads in thread dump file.
   After digging into related codes, I found that if the `Query-Worker-Thread-i` is interrupted by others, it will exit quitely and will not print any logs. Then I refer to related codes in `Trino` and find that `Trino` will submit another execution thread in such case, so I did so in this pr.


-- 
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-unsubscribe@iotdb.apache.org

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


[GitHub] [iotdb] JackieTien97 merged pull request #7722: Rerun a new query execution thread while previous one is interrupted

Posted by GitBox <gi...@apache.org>.
JackieTien97 merged PR #7722:
URL: https://github.com/apache/iotdb/pull/7722


-- 
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-unsubscribe@iotdb.apache.org

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