Re: Testing On A Single Node

2016-02-26 Thread Christopher Mancini
To second Vitaly, losing data in restart is not normal. What OS are you running it on? Is it in a VM or on bare metal? How did you install it? Did you change any riak.conf vars? With this info, we should be able to help you trouble shoot this issue better. Chris On Fri, Feb 26, 2016 at 12:39 AM V

Re: Testing On A Single Node

2016-02-25 Thread Vitaly E
Hi Joe, A standalone node should behave similarly to a clustered node in terms of data persistence. Actually, I use single-node Riak setups (inside a VM) a lot for testing. The only differences are ring_size=8 and n_val=1, for performance reasons. So, it must be your Riak or VM configuration. Als

Testing On A Single Node

2016-02-25 Thread Joe Olson
I am trying to set up a simple test environment. This environment consists of a single Riak KV node which has not joined a cluster. I can populate the single un-clustered node with KV pairs just fine using curl. However, when I stop the node, and then restart it, all the KV pairs that were wr