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

   in this PR :
   PipeTsFileHolder provide 2 interfaces for increasing tsfile reference counts 
`increaseFileReference(File tsFile)` `increaseFileReference(File tsFile, long 
modsOffset)` and 1 interface for decreasing tsfile reference counts 
`decreaseFileReference(File tsFile)`.
   
   To handle cross-disk issue, each tsfile needs to be hardlink will be stored 
in pipe-tsfile folder under the same disk.
   
   In each disk, under `data/datanode/data` folder, create `pipe-tsfile` to 
manage the hardlink lifecycle of TsFile.
   <img width="429" alt="image" 
src="https://github.com/apache/iotdb/assets/42286868/78697ef9-d06b-4094-b07d-f9b6369652e2";>
   


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