satish created HUDI-771:
---------------------------
Summary: 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
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)