[
https://issues.apache.org/jira/browse/HUDI-6897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen updated HUDI-6897:
-----------------------------
Description:
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}
was:
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
`TestHoodieClientMultiWriter#testMultiWriterWithAsyncTableServicesWithConflict`.
> 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
> Priority: Major
> 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)