hudi-bot opened a new issue, #16015:
URL: https://github.com/apache/hudi/issues/16015
Couple of enhancements we can make to Multiwriter conflict resolution
strategies.
* Similar to how git rebase works, writers when creating a requested commit
should track the baseInstant on which they are executing, this will be the last
completed commit. Note, last completed commit can have commit timestamp less
than other completed commits in the timeline. Here, baseInstantTime is based on
the state transition times which is the last commit written to the timeline.
Conflict resolution strategies should happen based on this commit time. We can
also avoid the race condition by acquiring lock during requested file creation.
* Similar to IngestionPrimaryWriterBasedConflictResolutionStrategy class,
we should use state transition times to find the conflicts. By using state
transition times the conflict resolution works similar to git rebase.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6353
- Type: Improvement
--
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]