jt2594838 commented on a change in pull request #2423:
URL: https://github.com/apache/iotdb/pull/2423#discussion_r552400550
##########
File path:
server/src/main/java/org/apache/iotdb/db/query/control/QueryFileManager.java
##########
@@ -119,6 +121,9 @@ void addFilePathToMap(long queryId, TsFileResource tsFile,
boolean isClosed) {
if (!pathMap.get(queryId).contains(tsFile)) {
pathMap.get(queryId).add(tsFile);
FileReaderManager.getInstance().increaseFileReaderReference(tsFile,
isClosed);
+ logger.warn("{} is read-locked by {}", tsFile, queryId, new Exception());
Review comment:
Removed.
----------------------------------------------------------------
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]