Till Rohrmann created FLINK-1606:
------------------------------------
Summary: JobManagerFailsITCase fails spuriously for the Hadoop-2.0.0-alpha build profile on Travis
Key: FLINK-1606
URL:
https://issues.apache.org/jira/browse/FLINK-1606 Project: Flink
Issue Type: Bug
Reporter: Till Rohrmann
Assignee: Till Rohrmann
The {{JobManagerFailsITCase}} fails spuriously for the Hadoop-2.0.0-alpha build profile on Travis.
The reason is that this build profile uses an older Akka version, namely 2.2.1, which behaves differently than newer versions. In case of a connection loss to the {{JobManager}}, the {{JobManager}}'s address is quarantined for 60 s which prevents the {{TaskManager}} from reconnecting to a restarted {{JobManager}}.
We can fix this by setting the quarantine and gate time to low values.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)