[ https://issues.apache.org/jira/browse/FLINK-9909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553454#comment-16553454 ]
ASF GitHub Bot commented on FLINK-9909: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6384 > Remove cancellation of input futures from ConjunctFutures > --------------------------------------------------------- > > Key: FLINK-9909 > URL: https://issues.apache.org/jira/browse/FLINK-9909 > Project: Flink > Issue Type: Improvement > Components: Core > Affects Versions: 1.5.1, 1.6.0, 1.7.0 > Reporter: Till Rohrmann > Assignee: Till Rohrmann > Priority: Major > Labels: pull-request-available > Fix For: 1.5.2, 1.6.0 > > > With FLINK-8749, we introduced that a {{ConjunctFutures}} cancels all of its > input futures if it is cancelled. This has, however, some unpleasant side > effects since a all of the cancelled future's completing callbacks won't be > called. Since this can lead to subtle bugs like in FLINK-9908, I would > propose to remove this feature and require the user to do the cancellation of > input futures explicitly. -- This message was sent by Atlassian JIRA (v7.6.3#76005)