You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "V.Narayanan (JIRA)" <ji...@apache.org> on 2007/11/29 10:12:43 UTC

[jira] Commented: (DERBY-3235) Implement the replication stop functionality

    [ https://issues.apache.org/jira/browse/DERBY-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546621 ] 

V.Narayanan commented on DERBY-3235:
------------------------------------

The stop message is basically given to the master. The master then transmits this to the slave.

The basic steps that will be performed when a stop command is given to the master are

1) Stop adding log records to the log buffer
2) Flush all the log records in the log buffer and send
    them to the slave.
3) Send the Stop replication message to the slave

> Implement the replication stop functionality
> --------------------------------------------
>
>                 Key: DERBY-3235
>                 URL: https://issues.apache.org/jira/browse/DERBY-3235
>             Project: Derby
>          Issue Type: Sub-task
>            Reporter: V.Narayanan
>            Assignee: V.Narayanan
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.