Fwd: Riak Cannot allocate bytes of memory (of type "heap")

2016-01-25 Thread Luke Bakken
Hi Byron - I strongly suggest you monitor the number of siblings and object sizes for your Riak objects. These sorts of allocation errors can often caused by a very large object within your cluster. This page gives information about which statistics to monitor:

Re: accessor for FetchDatatype's location?

2016-01-25 Thread David Byron
Finally got around to this: https://github.com/basho/riak-java-client/pull/590 Thanks for the help. -DB On 1/20/16 7:58 AM, Alex Moore wrote: Hey David, We include/shade that jar in the final riak-client jar so we stopped shipping it separately. You'll want to clone riak_pb, and build this

Get all keys from an bucket

2016-01-25 Thread Markus Geck
Hello, is there any way to get all keys from an bucket? I've already tried this guide:  http://www.paperplanes.de/2011/12/13/list-all-of-the-riak-keys.html  But riak always wents unresponsive with a huge server load. and "GET /buckets/bucket/keys?keys=stream" returns an timeout error. Is

Re: Get all keys from an bucket

2016-01-25 Thread Russell Brown
Hi Markus, Are you using leveldb backend? Russell On 22 Jan 2016, at 19:05, Markus Geck wrote: > Hello, > > is there any way to get all keys from an bucket? > > I've already tried this guide: > http://www.paperplanes.de/2011/12/13/list-all-of-the-riak-keys.html But riak