Riak Recap for 5/28 - 5/30

2010-05-31 Thread Mark Phillips
Morning, Afternoon, Evening to all - Hope everyone had a great weekend. Happy Memorial Day to everyone in the U.S. Enjoy - Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups - Riak Recap for 5/28 - 5/30 1) Q --- Anyone been playing around with riak and nod

cannot query bucket when a node is down

2010-05-31 Thread Johan Harjono
Hi, I'm having a trouble querying a bucket when one of the nodes in the cluster is down. This is what I did 1. Set up a cluster of two nodes, call them node1 and node2 2. Use curl to create a bucket "users" and key "user1" with value "Hello World" 3. Test that I can use curl to fetch the bucket a

Re: cannot query bucket when a node is down

2010-05-31 Thread Alexander Sicular
Mabe it's tring to get all keys? Try with keys=false... Mabe try with r=1? On 2010-05-31, Johan Harjono wrote: > Hi, > > I'm having a trouble querying a bucket when one of the nodes in the cluster > is down. This is what I did > > 1. Set up a cluster of two nodes, call them node1 and node2 > 2. U

Re: cannot query bucket when a node is down

2010-05-31 Thread Johan Harjono
Hi, Thanks for the tip! Using keys=false work (though r=1 does not work). So I gather that if I want to figure out all the keys a bucket has I'm not supposed to GET bucket/? In that case, how does one figure out which keys a bucket contains in riak? thanks, Johan On Mon, May 31, 2010 at 1:00 PM,