yungkei opened a new pull request, #6480:
URL: https://github.com/apache/paimon/pull/6480

   [core] collect skipping sets from the left neighbor tag and the neare…
   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   <!-- Linking this pull request to the issue -->
   Linked issue: close #6479 [Bug] There are code risks in tag expiration, 
which can cause data corruption
   
   <!-- What is the purpose of the change -->
   When a tag expires, the left neighbor tag and the nearest right neighbor tag 
will be collected in skipping sets to prevent the datafile from being 
mistakenly deleted. if baseManifestList of the nearest right neighbor tag does 
not exist, the relevant datafiles will be accidentally deleted. So, I suggest 
the skipping set can collect both the left neighbor tag and the nearest right 
neighbor tag, along with the earliest snapshot.
   


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