prm-xingcan opened a new pull request, #8593:
URL: https://github.com/apache/hudi/pull/8593

   ### Change Logs
   
   When a global failover for a Flink job is triggered, it's safer to recreate 
a new `StreamWriteOperatorCoordinator`. Otherwise, all exceptions caused by the 
coordinator itself will not auto-heal. 
   
   Flink offers a `RecreateOnResetOperatorCoordinator` that can be used to 
restart the coordinator when resetting to a checkpoint (a global failover is 
triggered).
   
   This should fix #8554.
   
   ### Impact
   
   No
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   N/A
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Change Logs and Impact were stated clearly
   - [x] 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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to