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

   Sometimes, TimeoutException may be throw to client, it may mislead client to 
thinking that there is no more data in this query which may cause data missing.
   
   The underlying bug is that `isFinished` method in LocalSourceHandle won't 
check the abort state, it will cause that return finished instead of throwing 
exception because if it's in aborted state, finished condition will also return 
true.


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

Reply via email to