bvaradar commented on PR #9472:
URL: https://github.com/apache/hudi/pull/9472#issuecomment-1783579700

   @majian1998 : The conflict resolution happens within the context of 
LockManager transaction which should serialize the checking. From what I 
understand, the conflict resolution strategy needs to handle replace commits. 
We need to incorporate the checking similar to 
DeletePartitionUtils.checkForPendingTableServiceActions as part of conflict 
resolution. Currently, DeletePartitionUtils.checkForPendingTableServiceActions 
is being called outside of transaction scope causing this. Let me know if this 
makes sense. 


-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to