[
https://issues.apache.org/jira/browse/HUDI-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
satish reassigned HUDI-771:
---------------------------
Assignee: satish
> Add HoodieWriteClient config to throw error on partial failures
> ---------------------------------------------------------------
>
> Key: HUDI-771
> URL: https://issues.apache.org/jira/browse/HUDI-771
> Project: Apache Hudi (incubating)
> Issue Type: Improvement
> Reporter: satish
> Assignee: satish
> Priority: Minor
>
> Introduce new config "hoodie.write.tolerate.failure.percentage". During
> upsert, if number of errors is greater than configured percent, throw error
> instead of returning WriteStatus that tracks success/failures. By default,
> this percent can be set to 100 for backward compatibility.
> This is to help "low volume" tables where its efficient to just rewrite all
> records instead of trying to figure out records that failed to upsert. These
> clients can set the config to 0 percent.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)