-
Notifications
You must be signed in to change notification settings - Fork 83
Problem in the config file (storage_backend =) #43
Comments
Can you please provide the command used to launch the cluster? |
I've got the same problem. I'm using docker on Ubuntu 15.04 and in the riak container, i use "riak start" to start the node, but it doesn't work. Neither commenting the line. |
What do you see if you execute |
riak console |
Riak is asking to setup the storage backend type. Otherwise you can choose between bitcask, leveldb, memory and multi storage_backend. |
Thank you for helping me! :) |
I did like @casertap suggested, and it worked without even digit "riak start" (strange). Then i stopped the container and re-started and digiting "riak start" didn't work again, even if the config file was ok (riak chkconfig). Then i tried to use the Dockerfile without the last changes, and it works perfectly, without commenting anything, but now the riak java client doesn't work anymore. |
I'm still trying to make sense of this issue and how it may be occurring. The example command in the
In that scenario, the Riak backend should be set to LevelDB. If Do either if you have examples of the commands used to launch the cluster so that I can try to reproduce the issue? Thanks. |
Riak was not starting so I logged into the container and did:
vim /etc/riak/riak.conf
So I commented the entire line and it works.
The text was updated successfully, but these errors were encountered: