SteveYurongSu commented on a change in pull request #2436:
URL: https://github.com/apache/iotdb/pull/2436#discussion_r553094516
##########
File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
##########
@@ -367,21 +346,29 @@ protected void releaseQueryResource(long queryId) throws
StorageEngineException,
QueryResourceManager.getInstance().endQuery(queryId);
}
+ private void releaseQueryResourceNoExceptions(long queryId) {
Review comment:
releaseQueryResourceNoExceptions is a C++ style name. I think both are
ok :)
----------------------------------------------------------------
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:
[email protected]