[
https://issues.apache.org/jira/browse/HAMA-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon updated HAMA-326:
--------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
removed findbugs warnings and I just committed this.
> GroomServer should wait until a job finishes
> --------------------------------------------
>
> Key: HAMA-326
> URL: https://issues.apache.org/jira/browse/HAMA-326
> Project: Hama
> Issue Type: Bug
> Components: bsp
> Affects Versions: 0.2.0
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Priority: Critical
> Fix For: 0.2.0
>
> Attachments: HAMA-326.patch
>
>
> {code}
> if (bspPeer.localQueue.size() == 0
> && bspPeer.outgoingQueues.size() == 0)
> {code}
> Currently, If queues are empty, the job will be marked as finished. But,
> there is some special case like SerializePrinting, which only uses sync()
> method. In that case, job is running but system alarms as "job is done".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.