提交 122f0b07 编写于 作者: Q qiaojialin

fix UnClosedTsFileReader leak

上级 eff18ae9
......@@ -102,7 +102,7 @@ public class QueryFileManager {
queryId,
(k, v) -> {
for (TsFileResource tsFile : v) {
FileReaderManager.getInstance().decreaseFileReaderReference(tsFile, true);
FileReaderManager.getInstance().decreaseFileReaderReference(tsFile, false);
}
return null;
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册