Github user wangzhijiang999 commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3151#discussion_r99731288
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMasterGateway.java
 ---
    @@ -218,4 +218,12 @@ void failSlot(final ResourceID taskManagerId,
                        final TaskManagerLocation taskManagerLocation,
                        final UUID leaderId,
                        @RpcTimeout final Time timeout);
    +
    +   /**
    +    * Send the heartbeat to job manager from task manager
    +    *
    +    * @param resourceID unique id of the task manager
    +    * @param payload the payload information from the task manager
    +    */
    +   void heartbeatFromTaskManager(final ResourceID resourceID, final Object 
payload);
    --- End diff --
    
    Currently we have not considered which specific payload information should 
be attached with the heartbeat, so use the object to work around.  It should be 
changed to specific type if confirmation. Do you think which payload should be 
attached necessary currently?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to