Re: How to list all Keys in the cluster.

2016-02-23 Thread Luke Bakken
Hi Issam - This is not supported. You must list the buckets first, or, better yet, track buckets where each bucket name is a key within a single bucket. You can then list the keys in that bucket, which will place less load on your cluster than listing all the buckets. Please note that both listin

How to list all Keys in the cluster.

2016-02-23 Thread Issam Bandak
Hi yall, Is there a way to list all the keys in the cluster without knowing the buckets they belong to. How can I do that? Thank you ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.co

Re: Java Riak client can't handle a Riak node failure?

2016-02-23 Thread Vanessa Williams
Ok, here's a link: http://www.fridgebuzz.com/2016/02/23/simple-key-value-java-client-for-riak/ There's a link to a Gist in there with the full source. Hope it helps someone. On Mon, Feb 22, 2016 at 4:21 PM, Vanessa Williams < vanessa.willi...@thoughtwire.ca> wrote: > Thanks very much for the advi

Re: Increase number of partitions above 1024

2016-02-23 Thread Chathuri Gunawardhana
Yeah It worked. Thank you vey much! On Tue, Feb 23, 2016 at 9:54 AM, Magnus Kessler wrote: > On 22 February 2016 at 16:10, Chathuri Gunawardhana < > lanch.gunawardh...@gmail.com> wrote: > >> I'm using riak master version on riak github (riak_kv_version : >> <<"2.1.1-38-ga8bc9e0">>) >> . I don't

Re: Increase number of partitions above 1024

2016-02-23 Thread Magnus Kessler
On 22 February 2016 at 16:10, Chathuri Gunawardhana < lanch.gunawardh...@gmail.com> wrote: > I'm using riak master version on riak github (riak_kv_version : > <<"2.1.1-38-ga8bc9e0">>) > . I don't use coverage queries. > > When I try to set the partition count over 1024, it suggest me to do it > vi