fhan688 opened a new pull request, #12136:
URL: https://github.com/apache/hudi/pull/12136
### Change Logs
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'.
This PR apply 'write.ignore.failed' ahead when write failure occurs, thus
throw an exception faster.
for example:
CP interval of Flink job is 15 minutes, the exception will not be found
until CP commit, it will make a longer data latency in real-time sensitive
scenarios.
### Impact
### Risk level (write none, low medium or high below)
low
### Documentation Update
None
### Contributor's checklist
- [ ] Read through [contributor's
guide](https://hudi.apache.org/contribute/how-to-contribute)
- [ ] Change Logs and Impact were stated clearly
- [ ] Adequate tests were added if applicable
- [ ] CI passed
--
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]