[
https://issues.apache.org/jira/browse/HUDI-6897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17882255#comment-17882255
]
Ethan Guo commented on HUDI-6897:
---------------------------------
The "SimpleConcurrentFileWritesConflictResolutionStrategy" is intended to work
with OCC only. The logic on master,
"HoodieWriteConfig#needResolveWriteConflict", has already supported skipping
conflict resolution for NBCC. So this ticket is no longer needed.
> Improve SimpleConcurrentFileWritesConflictResolutionStrategy for NB-CC
> ----------------------------------------------------------------------
>
> Key: HUDI-6897
> URL: https://issues.apache.org/jira/browse/HUDI-6897
> Project: Apache Hudi
> Issue Type: Improvement
> Components: writer-core
> Reporter: Danny Chen
> Assignee: Sagar Sumit
> Priority: Blocker
> Fix For: 1.0.0
>
>
> There is no need to throw concurrent modification exception for the simple
> strategy under NB-CC, because the compactor would finally resolve the
> conflicts instead.
> Check test case
> {code:java}
> TestHoodieClientMultiWriter#testMultiWriterWithAsyncTableServicesWithConflict{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)