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/07/05 08:23:43 UTC

[GitHub] [iotdb] zhanglingzhe0820 opened a new pull request #3509: [IOTDB-1461][To rel/0.12] Fix compaction conflicts with ttl

zhanglingzhe0820 opened a new pull request #3509:
URL: https://github.com/apache/iotdb/pull/3509


   # Problem
   This problem occurs because when compaction processes, it will set TsFile's status to isMerging, which prevents TTL process from delete it.
   However, when the Tsfile be deleted during compaction. The compaction will failed and it cannot set the isMerging status to false. So the TTL process cannot delete it.
   
   # Solution
   1. When the compaction failed, set the isMerging status to false.
   2. Do not check isMerging status when checking TTL.


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] HTHou merged pull request #3509: [IOTDB-1461][To rel/0.12] Fix compaction conflicts with ttl

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #3509:
URL: https://github.com/apache/iotdb/pull/3509


   


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] HTHou merged pull request #3509: [IOTDB-1461][To rel/0.12] Fix compaction conflicts with ttl

Posted by GitBox <gi...@apache.org>.
HTHou merged pull request #3509:
URL: https://github.com/apache/iotdb/pull/3509


   


-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org