[ https://issues.apache.org/jira/browse/FLINK-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389874#comment-15389874 ]
ASF GitHub Bot commented on FLINK-4152: --------------------------------------- Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2257 At the moment I'm a little bit clueless why the test case errors occur. One test case error is probably related to concurrency issues in the `TestingLeaderRetrievalService`. I've fixed them but the error is still occurring in my local builds on Travis. Here the problem is that maven does not use the installed flink-runtim_2.10-tests.jar which contains the updated `TestingLeaderRetrievalService` but instead it downloads the the flink-runtime test jar from the snapshot repository which contains the code with the concurrency issue. The other test issue I've seen is that the `flink-yarn-tests` sometimes fail because they contain no a ``` 2016-07-22 12:01:31,308 ERROR akka.remote.EndpointWriter - AssociationError [akka.tcp://flink@172.17.2.124:57922] <- [akka.tcp://flink@172.17.2.124:36043]: Error [Shut down address: akka.tcp://flink@172.17.2.124:36043] [ akka.remote.ShutDownAssociation: Shut down address: akka.tcp://flink@172.17.2.124:36043 Caused by: akka.remote.transport.Transport$InvalidAssociationException: The remote system terminated the association because it is shutting down. ] ``` in the logs. Since the test checks for exception as a word, it fails. I cannot yet explain why this association error now occurs but apparently didn't occur before. > TaskManager registration exponential backoff doesn't work > --------------------------------------------------------- > > Key: FLINK-4152 > URL: https://issues.apache.org/jira/browse/FLINK-4152 > Project: Flink > Issue Type: Bug > Components: Distributed Coordination, TaskManager, YARN Client > Reporter: Robert Metzger > Assignee: Till Rohrmann > Attachments: logs.tgz > > > While testing Flink 1.1 I've found that the TaskManagers are logging many > messages when registering at the JobManager. > This is the log file: > https://gist.github.com/rmetzger/0cebe0419cdef4507b1e8a42e33ef294 > Its logging more than 3000 messages in less than a minute. I don't think that > this is the expected behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)