neuyilan opened a new issue #2618:
URL: https://github.com/apache/iotdb/issues/2618


   After discussion with @zhanglingzhe0820 , there are three possible 
concurrency problems related to merge
   1. For cluster version, after the follower pulls the snapshot file, it will 
delete the local overlaped file.
   2. The checkttl operation will also delete the expired data.
   3. The user initiatively initiates the data deletion operation.
   
   Because the merge operation is to select some files to merge, the above 
operation may also occur when merging, so the merged files may have been 
deleted, and NPE will appear.
   
   We need to comprehensively consider the concurrency problem to solve all the 
above problems.


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


Reply via email to