Re: Unexpected Riak 1.3 crash

2013-04-12 Thread thefosk
What would be the right memory amount for my cluster if 7gb is too low? -- View this message in context: http://riak-users.197444.n3.nabble.com/Unexpected-Riak-1-3-crash-tp4027359p4027666.html Sent from the Riak Users mailing list archive at Nabble.com.

Re: Unexpected Riak 1.3 crash

2013-04-11 Thread thefosk
OS process not running. I think that the whole cluster crashes because the other nodes suddenly experience an increased traffic, which makes them crash as well. This happened on 1.3.1 also, but for some days now everything seems to be stable. I guess the main reason why this was happening and may

Re: Unexpected Riak 1.3 crash

2013-03-29 Thread thefosk
More info here: https://github.com/basho/riak/issues/301 -- View this message in context: http://riak-users.197444.n3.nabble.com/Unexpected-Riak-1-3-crash-tp4027359p4027407.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-u

Re: Unexpected Riak 1.3 crash

2013-03-29 Thread thefosk
I'm using Riak 1.3 and levelDB. I found out this thread, I'm not sure if this is somehow related: http://lists.basho.com/pipermail/riak-users_lists.basho.com/2012-September/009425.html -- View this message in context: http://riak-users.197444.n3.nabble.com/Unexpected-Riak-1-3-crash-tp4027359p40

Re: Unexpected Riak 1.3 crash

2013-03-29 Thread thefosk
I've been able to log a better error message regarding this: 2013-03-28 22:08:07 =ERROR REPORT ** Generic server disksup terminating ** Last message in was {'EXIT',#Port<0.1415>,normal} ** When Server state == [{data,[{"OS",{unix,linux}},{"Timeout",180},{"Threshold",80},{"DiskData",[{"/",

Re: Parameter Planning (eleveldb)

2013-03-25 Thread thefosk
What is "average_sst_filesize" ? -- View this message in context: http://riak-users.197444.n3.nabble.com/Parameter-Planning-eleveldb-tp4026726p4027370.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list riak-

Re: Delete operation doesn't free disk space

2013-03-25 Thread thefosk
It actually increases it. -- View this message in context: http://riak-users.197444.n3.nabble.com/Delete-operation-doesn-t-free-disk-space-tp4027357p4027367.html Sent from the Riak Users mailing list archive at Nabble.com. ___ riak-users mailing list

Unexpected Riak 1.3 crash

2013-03-25 Thread thefosk
Sometimes my Riak machine crashes unexpectedly with the following error (got from /var/log/riak/crash.log). I'm not really sure why this happens. 2013-03-25 06:56:16 =SUPERVISOR REPORT Supervisor: {local,riak_kv_mrc_sink_sup} Context:shutdown_error Reason: noproc Of

Delete operation doesn't free disk space

2013-03-24 Thread thefosk
I'm running a Map/Reduce job to delete items stored in a cluster made of two Riak 1.3 machines. The reduce function that I'm using is: http://contrib.basho.com/delete_keys.html While the operation is in progress, I don't see the free space increasing, so I wonder if the delete operation really de

The riak-contrib reduce phase to delete Bucket/Key pairs returns many "not_found" exceptions

2013-03-24 Thread thefosk
I'm trying to delete keys across multiple buckets in a Riak cluster made of two machines (n_val = 2). I'm using the Erlang map and reduce scripts that I found at: Map: http://contrib.basho.com/get_keys.html Reduce: http://contrib.basho.com/delete_keys.html Because I don't want to delete every key

Add the riak_search_kv_hook precommit hook into app.config

2012-11-04 Thread thefosk
Hi, I'm not an Erlang developer but I'm having an hard time to add the riak_search_kv_hook precommit hook directly into the app.config (to make it global through every bucket). I'm typing: {precommit, [{riak_search_kv_hook}]} But I'm getting the following error (most probably due to a wrong synt