Re: riak-admin test failing.

2012-03-15 Thread Eric Siegel
Also, I'm using the riak_1.1.1-1_amd64.deb On Thu, Mar 15, 2012 at 5:41 PM, Eric Siegel wrote: > *riak-admin diag* > Attempting to restart script through sudo -u riak > > *riak-admin ringready* > Attempting to restart script through sudo -u riak > TRUE All nodes a

Re: riak-admin test failing.

2012-03-15 Thread Eric Siegel
tly. On Thu, Mar 15, 2012 at 4:55 PM, Jared riak-admin transfersMorrow < ja...@basho.com> wrote: > What do the following commands return: > > 'riak-admin diag' > 'riak-admin ringready' > 'riak-admin transfers' > 'riak-admin cluster_info'

riak-admin test failing.

2012-03-15 Thread Eric Siegel
Running riak-admin times out, but only for one of my vms. Attempting to restart script through sudo -u riak Failed to write test value: {error,timeout} The weird part is that this timeout will no longer happen if I remove any of the other nodes from the cluster of four. For example, I have nod

Re: Storing large collections.

2012-03-05 Thread Eric Siegel
> > > > > > > My next plan of attack is store a collection of items to a given key, > approximately 1million keys each with 6000 values. > > This sounds cumbersome. > Yes, it is true that I will have to deal with a whole bunch of sibling resolution and merging, but on the plus side, doing range qu

Storing large collections.

2012-03-05 Thread Eric Siegel
Originally, I had planned to map each of my items to their own key. This was foolish as I estimate that I'll have around 6 billion keys, and this simply won't fit into memory. My next plan of attack is store a collection of items to a given key, approximately 1million keys each with 6000 values.

Re: Riak Client Pooling in python

2011-12-09 Thread Eric Siegel
iak-** > client/lib/riak/client.rb<https://github.com/seancribbs/ripple/blob/master/riak-client/lib/riak/client.rb> > > Methods of interest: > #http > #new_http_backend > #protobuffs > #new_protobuffs_backend > #recover_from > #choose_node > > --Kyle > >

Riak Client Pooling in python

2011-12-08 Thread Eric Siegel
Hey everyone, I'm sure this has been asked before but I was wondering what other people are doing for pooling clients using python? I've noticed that HttpPoolTranport is deprecated, and there doesn't seem to exist an analogous PBuffers version. I could just go ahead and write my own, but I thought