atoildw created IOTDB-449:
-----------------------------
Summary: fix Windows CI error caused by file occupancy
Key: IOTDB-449
URL: https://issues.apache.org/jira/browse/IOTDB-449
Project: Apache IoTDB
Issue Type: Sub-task
Components: Core/Engine
Reporter: atoildw
Assignee: atoildw
Fix For: 0.10.0-SNAPSHOT
In the new version of reader, a TsFileSequenceReader is constructed while the
chunk is read from the hard disk. In the constructor, it opens a read stream to
the TsFile file, thereby occupying the file.
I left this usage to FileReaderManager for unified management, releasing all
open streams uniformly at the end of the test
--
This message was sent by Atlassian Jira
(v8.3.4#803005)