hudi-bot opened a new issue, #16630: URL: https://github.com/apache/hudi/issues/16630
We are adding timestamp validation to ensure new timestamp generated is latest compared to any previous timestamp generated. But due to expansion of scope, we punted locks for clean and roll backs. Filing this tracking ticket for the same. for clean, strict timestamp ordering may not matter much. since, no other ingestion nor table services writers depends on clean timestamps. only subsequent clean depends on previous cleans. So, lets think through in detail and then add locks if need be. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8240 - Type: Improvement - Fix version(s): - 0.16.0 - 1.1.0 -- 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]
