Replication: Add a ReplicationSlave controller that will manage replication on
the slave side
---------------------------------------------------------------------------------------------
Key: DERBY-3021
URL: https://issues.apache.org/jira/browse/DERBY-3021
Project: Derby
Issue Type: Sub-task
Components: Services
Affects Versions: 10.4.0.0
Reporter: Jørgen Løland
The replication slave role includes many tasks:
* set up a network connection with the master
* receive chunks of log from the master, and parse these into individual log
records
* append log records to the local log file
* make sure that the recovery process is not allowed to access the logfile we
are currently writing to
* etc
This issue is for adding a controller that will start/stop/initiate all
services needed for the replication slave role.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.