yuxiqian opened a new pull request, #4556: URL: https://github.com/apache/flink-cdc/pull/4556
## What is the purpose of this pull request? During distributed schema evolution, when a sink subtask fails while the coordinator is in the `EVOLVING` state, the coordinator is left in an inconsistent state. This PR makes the distributed `SchemaCoordinator` preserve the first failure observed during an in-progress schema evolution and re-throw that original cause. --- ## Verifying this change Unit tests / IT cases are included. ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (not applicable) --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes Generated-by: OpenAI Codex (gpt-5.6-sol) -- 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]
