gaoyunhaii opened a new pull request #17131: URL: https://github.com/apache/flink/pull/17131
## What is the purpose of the change This PR fixed that in a special case described in https://issues.apache.org/jira/browse/FLINK-24068, the `markAlignmentStart` method is skipped wrongly. ## Brief change log - 7d6995d8f94fe01c45ea479de175f51ff4a64ac5 fixes this issue by also checking if it is the first channel aligned when received `EndOfPartitionEvent`. ## Verifying this change This change is verified by the added UT. ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): **no** - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: **no** - The serializers: **no** - The runtime per-record code paths (performance sensitive): **no** - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: **no** - The S3 file system connector: **no** ## Documentation - Does this pull request introduce a new feature? **no** - If yes, how is the feature documented? **not applicable** -- 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]
