Guowei Ma created FLINK-13426:
---------------------------------
Summary: TaskExecutor uses the wrong Registrationid in the heartbeat with RM.
Key: FLINK-13426
URL:
https://issues.apache.org/jira/browse/FLINK-13426 Project: Flink
Issue Type: Bug
Components: Runtime / Coordination
Affects Versions: 1.8.1, 1.9.0
Reporter: Guowei Ma
1. First-time TaskExecutor register to rm successfully. If it fails to send SlotReport to SlotMaanger, TaskExecutor will reconnect to RM again. However, TaskExecutor still uses the old registration id in the EstablishedResourceManagerConnection.
2. Second-time TaskExecutor registers to rm successfully and gets a new registration id.
3. First-round and second-round has a race condition. Since that the task executor maybe use the old registration id in heartbeat with rm.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)