Ownership question.

2013-09-27 Thread Guido Medina
Morning, Is there a way to determine what nodes a key belong to? I'm guessing that the hash of a key will be computed using the bucket name and key combined, I'm having some issues with some writes and would like to see if there is a pattern, knowing what nodes are involved will help me a lot.

Re: Ownership question.

2013-09-27 Thread Simon Effenberg
Hey Guido.. have a look here: http://docs.basho.com/riak/latest/theory/concepts/Replication/ Cheers Simon On Fri, 27 Sep 2013 09:56:57 +0100 Guido Medina wrote: > Morning, > > Is there a way to determine what nodes a key belong to? I'm guessing > that the hash of a key will be computed usi