serafett / giraphx

A serialized version of Apache Giraph that uses token ring and dining philosophers algorithm to coordinate vertex operations.
Apache License 2.0
0 stars 0 forks source link

GiraphX does not voteToHalt! #2

Open khayyatzy opened 10 years ago

khayyatzy commented 10 years ago

Hi,

I implemented my own compute function within GiraphX and noticed that the algorithm does not halt when I call voteToHalt() in all vertices. I also noticed that GiraphX does not halt when using dGiraph_coloring as a compute function in GiraphX

serafett commented 10 years ago

Well. The reason might be that we made some modifications about the halting in GraphMapper class so as to enable sleeping of nodes. I think it might be the reason. We might need to test those changes.

On Tuesday, March 25, 2014 9:16 AM, Zuhair Khayyat notifications@github.com wrote:

Hi, I implemented my own compute function within GiraphX and noticed that the algorithm does not halt when I call voteToHalt() in all vertices. I also noticed that GiraphX does not halt when using dGiraph_coloring as a compute function in GiraphX — Reply to this email directly or view it on GitHub.