swuferhong commented on PR #3623:
URL: https://github.com/apache/fluss/pull/3623#issuecomment-4976599531

   Hi, @gyang94 I don't think local TTL cleanup should be coupled with remote 
log manifest updates. Local TTL is part of the local log's retention semantics, 
so it would be better to run it as a periodic task in `LogManager`, scanning 
all `LogTablets` independently of whether the remote manifest has changed.
   The remote log should only provide the safety watermark indicating which 
segments have been uploaded successfully. Local deletion should still be 
bounded by the highest uploaded offset, the high watermark, and the minimum 
retain offset. same comments: 
https://github.com/apache/fluss/pull/3222#discussion_r3557551287


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