danny0405 commented on issue #19290:
URL: https://github.com/apache/hudi/issues/19290#issuecomment-5029386371

   If we could have a reproducable use case, that would be great, the timestamp 
comparison is already there since 1.0.2, 
`completionTimeQueryView.isCompletedBefore`.
   
   another thing need to note is that even without cleaning, if a log file is 
not included in its compaction plan, there could also be data loss, since the 
latest file slice does not include the data set from that missing log file, if 
adjust of the cleaing strategy could mitigate the issue, then the compaction 
might not be the real culpit.
   
   what engine did you use for the write, Spark or Flink, what failed-writes 
clean strategy did you use, eager or lazy?


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