Thanks for quick bugfix. Could you provide me an example code, where you control number of supersteps by sending messages to itself ? I'm really confused looking at SerializePrinting example provided with Hama. There is no send message and there are 3 supersteps. It looks like the number of supersteps in controlled by number of loop iterations in the bsp() method. What's more, in the javadoc there is info about sync method: "Sends all the messages in the outgoing message queues to the corresponding remote peers." So what is the reason to call sync() in the SerializePrinting example (outgoing queue is empty).
Thanks, Pawel 2011/2/14 Edward J. Yoon <[email protected]> > Oh, thanks for nice report! > > At this time, it looks like impossible to send one more messages on to > same server in bsp() method. It's a bug. I'll fix it now. > > Pls, update your TRUNK. > >
