GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2045
[FLINK-3981] don't log duplicate TaskManager registrations Duplicate TaskManager registrations shouldn't be logged with Exceptions in the ResourceManager. Duplicate registrations can happen if the TaskManager sends out registration messages too fast when the actual reply is not lost but still in transit. The ResourceManager should simply acknowledge the duplicate registrations, leaving it up to the JobManager to decide how to treat the duplicate registrations (currently it will send an AlreadyRegistered to the TaskManager). You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink FLINK-3981 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2045.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2045 ---- commit 8106ab460920ccea2a96e90c3a778d7acac0c672 Author: Maximilian Michels <m...@apache.org> Date: 2016-05-27T19:02:38Z [FLINK-3981] don't log duplicate TaskManager registrations Duplicate TaskManager registrations shouldn't be logged with Exceptions in the ResourceManager. Duplicate registrations can happen if the TaskManager sends out registration messages too fast when the actual reply is not lost but still in transit. The ResourceManager should simply acknowledge the duplicate registrations, leaving it up to the JobManager to decide how to treat the duplicate registrations (currently it will send an AlreadyRegistered to the TaskManager). ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---