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
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'
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
>
>
>
> >
> > 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
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.
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
>
>
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