[
https://issues.apache.org/jira/browse/HAMA-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filipe Manana updated HAMA-288:
-------------------------------
Attachment: hama-288-better-variable-names.patch
This 2nd patch gives better names to the variables to avoid such typos in the
future.
task => taskList
for (Task task : taskList) {
if (task != null) {
// etc...
}
}
> Typo might lead to null tasks getting assigned to groom servers
> ---------------------------------------------------------------
>
> Key: HAMA-288
> URL: https://issues.apache.org/jira/browse/HAMA-288
> Project: Hama
> Issue Type: Bug
> Reporter: Filipe Manana
> Attachments: hama-288-better-variable-names.patch, hama-288.patch
>
>
> While continuing my navigation through Hama found a typo that might lead to
> null tasks getting assigned to groom servers.
> Patch attached.
> cheers
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.