how does PersistentAggregate distribute the DB Calls ?

2014-06-03 Thread Raphael Hsieh
How does PersistentAggregate distribute the database calls across all the worked nodes ? Does it do the global aggregation then choose a single host to do a multiget/multiput to the external db ? Thanks -- Raphael Hsieh

Re: how does PersistentAggregate distribute the DB Calls ?

2014-06-03 Thread Raphael Hsieh
Thanks for your quick reply nathan. So I'm doing some debugging of my topology, and I've removed all the logic from my MultiPut function, replacing it with a single System.out.println() Then i am monitoring my logs to check when this gets printed out. It looks like every single one of my hosts