[
https://issues.apache.org/jira/browse/FLINK-4152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15396190#comment-15396190
]
ASF GitHub Bot commented on FLINK-4152:
---------------------------------------
Github user EronWright commented on the issue:
https://github.com/apache/flink/pull/2257
@tillrohrmann @mxm I'll try to incorporate these changes into the
[MesosFlinkResourceManager](https://github.com/EronWright/flink/blob/feature-MESOS-1984-T1/flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosFlinkResourceManager.java).
I deliberately kept the code as similar as possible to simplify future
refactoring.
I too noticed the TM re-registration problem - that by removing items from
registeredWorkers, a subsequent re-accept would fail. Thanks for addressing
it!
> 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
> Fix For: 1.1.0
>
> 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)