[27/50] [abbrv] flink git commit: [FLINK-3369] [runtime] Make RemoteTransportException instance of CancelTaskException

2016-02-12 Thread fhueske
[FLINK-3369] [runtime] Make RemoteTransportException instance of CancelTaskException Problem: RemoteTransportException (RTE) is thrown on data transfer failures when the remote data producer fails. Because RTE is an instance of IOException, it can happen that the RTE is reported as the root job

flink git commit: [FLINK-3369] [runtime] Make RemoteTransportException instance of CancelTaskException

2016-02-11 Thread uce
Repository: flink Updated Branches: refs/heads/master fd324ea72 -> cf3ae88b7 [FLINK-3369] [runtime] Make RemoteTransportException instance of CancelTaskException Problem: RemoteTransportException (RTE) is thrown on data transfer failures when the remote data producer fails. Because RTE is an