You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if you do not run riak-repl connect <ip>:<port>, the following commands to enable and start both realtime and fullsync replication succeed and return no error. The commands do not appear to be no-op commands as well, as a realtime queue is started and will fill up with objects to be replicated to the specified unconnected sink.
We should make these commands no-ops when no sink clusters are connected, and alert the user when running enables and starts.
Here is an example riak-repl status after running the above commands without riak-repl connect <ip>:<port>:
The text was updated successfully, but these errors were encountered:
Basho-JIRA
changed the title
Replication can be enabled and started without a connection
Replication can be enabled and started without a connection [JIRA: RIAK-2234]
Oct 22, 2015
In a standard replication setup, the below commands would be run:
However, if you do not run
riak-repl connect <ip>:<port>
, the following commands to enable and start both realtime and fullsync replication succeed and return no error. The commands do not appear to be no-op commands as well, as a realtime queue is started and will fill up with objects to be replicated to the specified unconnected sink.We should make these commands no-ops when no sink clusters are connected, and alert the user when running enables and starts.
Here is an example
riak-repl status
after running the above commands withoutriak-repl connect <ip>:<port>
:The text was updated successfully, but these errors were encountered: