[
https://issues.apache.org/jira/browse/DERBY-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
V.Narayanan updated DERBY-3254:
-------------------------------
Attachment: failover_impl_notforcommit.stat
failover_impl_notforcommit.diff
Upon receiving a failover command the following sequence will be followed
1) Stop the master
2) Flush the buffer
3) Send the failover command to the slave.
4) slave receives the failover command and performs failover.
The flush buffer implementation can be shared with the stop command
implementation. Also
the stop implementation will conflict with the stop implementation as they
affect the same
files. Hence I am posting a preliminary patch for now, which I hope to refine
later.
> Implement the replication failover functionality
> ------------------------------------------------
>
> Key: DERBY-3254
> URL: https://issues.apache.org/jira/browse/DERBY-3254
> Project: Derby
> Issue Type: Sub-task
> Components: Replication
> Reporter: V.Narayanan
> Assignee: V.Narayanan
> Attachments: failover_impl_notforcommit.diff,
> failover_impl_notforcommit.stat
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.