fhan688 opened a new issue, #12187:
URL: https://github.com/apache/hudi/issues/12187

   **Describe the problem you faced**
   
   In Flink engine, if exception occurs when task writing data, it will be 
ignored and the exception will be reported to StreamWriteCoordinator with write 
event, StreamWriteCoordinator will decide whether to commit when there is write 
failure according to 'write.ignore.failed'.
   
   Whether we should apply 'write.ignore.failed' ahead when write failure 
occurs, thus throw an exception faster.
   
   **To Reproduce**
   
   
   
   **Expected behavior**
   
   1. promote 'write.ignore.failed' to hudi-client-common
   2. throw exception  in write handles
   3. default value of 'write.ignore.failed' is false
   
   **Environment Description**
   
   
   **Additional context**
   
   related PR:https://github.com/apache/hudi/pull/12150
   
   **Stacktrace**
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to