Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5604 I think this cannot happen since a `TaskExecutor` will only try to reconnect if the previous connection attempt failed/timed out. So there should not be the chance that you receive two registration success messages if I'm not mistaken.
---