Re: Termination Conditions

2012-08-04 Thread Avery Ching
I think it would be pretty straightforward to add an option to not re-activate a halted vertex on new messages. Would that satisfy your issue Nick? Avery On 8/4/12 2:42 AM, Sebastian Schelter wrote: Hi Nick, I think you are running into the issue that vertex activation/scheduling and data t

Re: Termination Conditions

2012-08-04 Thread Sebastian Schelter
Hi Nick, I think you are running into the issue that vertex activation/scheduling and data transfer are not separated in the Pregel/Giraph model. I ran into the same problem when trying to implement Adaptive PageRank on Giraph. I think the problem comes from the vast generality of Pregel's BSP mo