Riak Crash

2013-08-09 Thread Lucas Cooper
I had a crash of an entire cluster early this morning, I'm not entirely sure why, seems to be something with the indexer or Protocol Buffers (or my use of them). Here are the various logs: http://egf.me/logs.tar.xz Any idea what's up? All this crashing is kinda putting me off Riak ._.

[no subject]

2013-08-09 Thread Jeremy Ong
Hi Riak users, I'm wondering what the best approach to this is. The scenario is that I have mounted a new drive to the machine and want to have the node leverage that drive to save data as opposed to the mount point it is currently writing to. My current plan is to start a second instance of riak

Re:

2013-08-09 Thread Jeremiah Peschka
You *should* be able to 1) stop the node 2) change platform_data_dir and ring_state_dir in the app.config file 3) move data to the new platform_data_dir 4) move ring state to the new ring_state_dir 5) restart the node This should avoid having to re-write all of your data one node at a time. ---