Skip to content

[HUDI-5661] Add ConflictResolutionStrategy for bucket index#7803

Closed
xicm wants to merge 6 commits intoapache:masterfrom
xicm:HUDI-5661
Closed

[HUDI-5661] Add ConflictResolutionStrategy for bucket index#7803
xicm wants to merge 6 commits intoapache:masterfrom
xicm:HUDI-5661

Conversation

@xicm
Copy link
Contributor

@xicm xicm commented Jan 31, 2023

Change Logs

SimpleConcurrentFileWritesConflictResolutionStrategy check conflict by file id , while for bucket index we should check bucket id to see if there is a conflict.

Impact

none

Risk level (write none, low medium or high below)

low

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
    ticket number here and follow the instruction to make
    changes to the website.

Contributor's checklist

  • Read through contributor's guide
  • Change Logs and Impact were stated clearly
  • Adequate tests were added if applicable
  • CI passed

@hudi-bot
Copy link
Collaborator

hudi-bot commented Feb 1, 2023

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@danny0405
Copy link
Contributor

Similar changes are here: #7838

.sinceVersion("0.8.0")
.withDocumentation("Lock provider class name, this should be subclass of "
.withDocumentation("Conflict resolution strategy class name, this should be subclass of "
+ "org.apache.hudi.client.transaction.ConflictResolutionStrategy");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danny0405 Is it necessary to fix this description

@xicm
Copy link
Contributor Author

xicm commented Feb 3, 2023

Similar changes are here: #7838

active community

@xicm xicm closed this Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants