Skip to content

Conversation

@XComp
Copy link
Contributor

@XComp XComp commented Aug 18, 2023

1.16 backport PR of parent PR #23180. No conflicts encountered while backporting.

@XComp XComp changed the title [FLINK-32751][runtime] Refactors close handling to CollectSinkOperatorCoordinator [BP-1.16][FLINK-32751][runtime] Refactors close handling to CollectSinkOperatorCoordinator Aug 18, 2023
@flinkbot
Copy link
Collaborator

flinkbot commented Aug 18, 2023

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

…able case-specific logging

shutdownNow() is added to immediately stop any already submitted requests. That makes
the close logic more explicit rather than relying on the Runnables to finish implicitly
through the connection loss.

Any ongoing requests are now also cancelled. This allows us to log specific cases of unexpected
errors properly.
@XComp XComp force-pushed the FLINK-32751-1.16 branch from da9d0ef to 96e7446 Compare August 18, 2023 10:39
@XComp
Copy link
Contributor Author

XComp commented Aug 18, 2023

I dropped the JUnit5 migration hotfix because it caused compilation errors and it's not needed for FLINK-32751

@XComp
Copy link
Contributor Author

XComp commented Aug 18, 2023

@flinkbot run azure

@XComp XComp merged commit ee6fbd0 into apache:release-1.16 Aug 21, 2023
gpkc pushed a commit to aiven/flink that referenced this pull request Mar 6, 2024
…rCoordinator (apache#23238)

shutdownNow() is added to immediately stop any already submitted requests. That makes
the close logic more explicit rather than relying on the Runnables to finish implicitly
through the connection loss.

Any ongoing requests are now also cancelled. This allows us to log specific cases of unexpected
errors properly.
gpkc pushed a commit to aiven/flink that referenced this pull request Mar 6, 2024
…rCoordinator (apache#23238)

shutdownNow() is added to immediately stop any already submitted requests. That makes
the close logic more explicit rather than relying on the Runnables to finish implicitly
through the connection loss.

Any ongoing requests are now also cancelled. This allows us to log specific cases of unexpected
errors properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants