Replication: stopSlave boots database?
--------------------------------------
Key: DERBY-3383
URL: https://issues.apache.org/jira/browse/DERBY-3383
Project: Derby
Issue Type: Bug
Components: Replication
Affects Versions: 10.4.0.0
Reporter: Øystein Grøvlen
Looks like stopSlave on a not booted database leaves some traces:
ij version 10.4
ij> connect 'jdbc:derby:slaveDB;user=oystein;password=pass;stopSlave=true';
ERROR XRE40: Could not perform operation because the database is not in
replication slave mode.
ij> connect 'jdbc:derby:slaveDB;user=oystein;password=pass;startSlave=true';
ERROR XRE09: Cannot start replication slave mode for database 'slaveDB'. The
database has already been booted.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.