forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-32751][runtime] Refactors CollectSinkOperatorCoordinator to en…
…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.
- Loading branch information
Showing
1 changed file
with
82 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters