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

   The current situation where the resultHandle.abort() method is eventually 
executed when a client request completes, regardless of whether an exception 
occurred, is not accurate. The right way to release resources is to say,
   1. To end a normal operation, run the resultHandle.close();
   2. To terminate the exception, run resultHandle.abort().


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