You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/03 01:51:32 UTC

[GitHub] [iotdb] neuyilan opened a new issue #2618: Merge concurrency issues with other deleting data operations

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:
users@infra.apache.org