[
https://issues.apache.org/jira/browse/HAMA-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639680#comment-14639680
]
Hudson commented on HAMA-965:
-----------------------------
SUCCESS: Integrated in Hama-Nightly-for-Hadoop-2.x #676 (See
[https://builds.apache.org/job/Hama-Nightly-for-Hadoop-2.x/676/])
HAMA-965: Infinite loop because of recursive function call (edwardyoon: rev
1692342)
* /hama/trunk/CHANGES.txt
*
/hama/trunk/core/src/main/java/org/apache/hama/bsp/message/HamaAsyncMessageManagerImpl.java
> Infinite loop because of recursive function call.
> --------------------------------------------------
>
> Key: HAMA-965
> URL: https://issues.apache.org/jira/browse/HAMA-965
> Project: Hama
> Issue Type: Bug
> Components: bsp core
> Affects Versions: 0.7.0
> Reporter: JongYoon Lim
> Assignee: JongYoon Lim
> Priority: Trivial
> Fix For: 0.7.1
>
> Attachments: HAMA-959.patch
>
>
> *startServer()* of *HamaAsyncMessageManagementImpl* has a local variable to
> retry *startServer()* recursively. This results in the infinite loop because
> the variable is initiated to *0* in every function call.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)