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

   This commit reconstructs the execution logic of DeleteOutdatedFileTask, 
abstracting the collation logic into the following steps:
   
   Delete obsolete wal files
   Update the valid information ratio
   Determine whether snapshot or flush is required based on the valid 
information ratio
   Summarize the execution result and export it
   In addition, there are two updates:
   
   The initial assignment process of the property is moved to the constructor, 
which makes the code look cleaner.
   If the retry process after snapshot or flush is deleted, it is difficult to 
execute statistics containing multiple retry results at a time.


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