Hi all, when my job is done the console output includes "Sent messages=0". This is not the case ... I mean I know that messages are being sent around. In org.apache.giraph.graph.BspServiceMaster.coordinateSuperstep() I find that globalStats.getMessageCount() and sentMessagesCounter.getValue() always return equal numbers. Thus the counters seam to be up-to-date. Is there some flag I forget to set or where is a good spot to fix this?
Chr
