You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2010/09/06 04:35:32 UTC

[jira] Resolved: (HAMA-284) Removing hard coded argument for heartbeat() method

     [ https://issues.apache.org/jira/browse/HAMA-284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon resolved HAMA-284.
---------------------------------

    Resolution: Fixed

I've just committed this change.

> Removing hard coded argument for heartbeat() method
> ---------------------------------------------------
>
>                 Key: HAMA-284
>                 URL: https://issues.apache.org/jira/browse/HAMA-284
>             Project: Hama
>          Issue Type: Sub-task
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Edward J. Yoon
>             Fix For: 0.2.0
>
>
> The 'acceptNewTasks' argument is hard coded as a true.
> {code}
>     // TODO - Later, acceptNewTask is to be set by the status of groom server.
>     HeartbeatResponse heartbeatResponse = jobClient.heartbeat(status,
>         justStarted, justInited, true, heartbeatResponseId); // here
> {code}
> It should be changed to acceptNewTasks. And if slaves (GroomServer) are unable to accept tasks, the acceptNewTasks should be changed to false.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.