Piotr Nowojski created FLINK-15076: -------------------------------------- Summary: Source thread should be interrupted during the Task cancellation Key: FLINK-15076 URL: https://issues.apache.org/jira/browse/FLINK-15076 Project: Flink Issue Type: Bug Reporter: Piotr Nowojski Assignee: Piotr Nowojski Fix For: 1.10.0
Source thread should be interrupted more or less the same way how task thread is being interrupted. +/- The `StreamTaskTest#testCancellationNotBlockedOnLock` should also work in case if the mailbox (task) thread is blocked on trying to acquire a `checkpointLock` by some other currently being executed mail (processing time timer/perform checkpoint). https://github.com/apache/flink/pull/10345#discussion_r353615760 -- This message was sent by Atlassian Jira (v8.3.4#803005)