Re: Aggregate sent message message bytes increase with the number of workers

2014-06-11 Thread Yi Lu
could you please share your job log or Giraph code? Best Regards, -Yi On Thu, Jun 12, 2014 at 3:24 AM, Liannet Reyes wrote: > Actually I am using aggregators, but I didn't know this messages were > aggregated together with the messages generated by my algorithm. > > > 2014-06-11 19:05 GMT+02:0

Re: Aggregate sent message message bytes increase with the number of workers

2014-06-11 Thread Liannet Reyes
Actually I am using aggregators, but I didn't know this messages were aggregated together with the messages generated by my algorithm. 2014-06-11 19:05 GMT+02:00 Yi Lu : > hi, > > The reason is you are using combiner > > > On Thursday, June 12, 2014, Liannet Reyes wrote: > >> Hi all, >> >> I've

Re: Aggregate sent message message bytes increase with the number of workers

2014-06-11 Thread Yi Lu
hi, The reason is you are using combiner On Thursday, June 12, 2014, Liannet Reyes wrote: > Hi all, > > I've noticed that the aggregated message bytes counter increases with the > number of workers, even when the total amount of messages sent remains the > same! > > For instance while using onl

Aggregate sent message message bytes increase with the number of workers

2014-06-11 Thread Liannet Reyes
Hi all, I've noticed that the aggregated message bytes counter increases with the number of workers, even when the total amount of messages sent remains the same! For instance while using only 1 worker the messages bytes is 1000, no matter how many times I run the program this number remains the