On Sep 4, 2012, at 2:46 AM, Bryan Hughes <[email protected]<mailto:[email protected]>> wrote:
Just one more clarification - so if I have a 5 node cluster, and a pool of protobuffer client processes which have been balanced in a round robin manner across all nodes, does it matter if I have a worker gen_server process <0.100.0> which performs write 1 to node A and then write 2 to node B (not concurrently) using two different protobuffer client processes (<0.101.0> and <0.102.0> respectively)? Are there any caveats to this approach? No, it doesn't matter which node you're hitting. The the receiving node will forward the request to be coordinated at the same node regardless, the node being determined using a hash function on the bucket/key pair. Kresten, Trifork Mobile: + 45 2343 4626 | Skype: krestenkrabthorup | Twitter: @drkrab Trifork A/S | Margrethepladsen 4 | DK- 8000 Aarhus C | Phone : +45 8732 8787 | www.trifork.com<http://www.trifork.com> _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
