Is there a way to disable disk persistence?
Is there a way to disable disk persistence? I've tried using the commandline tool mbflushctl host:port stop but it returns the following error. What I'm trying to avoid is the amount of time it takes to restart the membase service.
Traceback (most recent call last):
File "cbflushctl", line 100, in
c.execute()
File "clitool.pyc", line 50, in execute
File "cbflushctl", line 18, in stop
mc.stop_persistence()
File "mc_bin_client.pyc", line 207, in stop_persistence
File "mc_bin_client.pyc", line 104, in _doCmd
File "mc_bin_client.pyc", line 97, in _handleSingleResponse
File "mc_bin_client.pyc", line 89, in _handleKeyedResponse
File "mc_bin_client.pyc", line 71, in _recvMsg
EOFError: Got empty data (remote died?).
This command should only be used to stop persistence temporarily and if used incorrectly can cause your cluster to stop functioning correctly. There is currently no way to disable persistence in Couchbase.