Rui Fan created FLINK-32478: ------------------------------- Summary: SourceCoordinatorAlignmentTest.testAnnounceCombinedWatermarkWithoutStart fails Key: FLINK-32478 URL: https://issues.apache.org/jira/browse/FLINK-32478 Project: Flink Issue Type: Bug Components: Connectors / Common Affects Versions: 1.18.0, 1.16.3, 1.17.2 Reporter: Rui Fan Assignee: Rui Fan
SourceCoordinatorAlignmentTest.testAnnounceCombinedWatermarkWithoutStart fails Root cause: multiple sources share the same thread pool, and the second source cannot start due to the first source closes the shared thread pool. https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=50611&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8&l=8613 -- This message was sent by Atlassian Jira (v8.20.10#820010)