[
https://issues.apache.org/jira/browse/DERBY-2872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514203
]
Øystein Grøvlen commented on DERBY-2872:
----------------------------------------
I think the functional spec looks very good. A few minor comments:
1. You say, "the database is only booted, not created, on the slave".
I think I understand how things will be done, but the booting part
is a bit confusing.
2. I guess you will add a connection attribute that is used to get the
a database booted in "slave mode". I think this should be
specified in the functional spec. Even if people will normally not
use that directly, it will be part of the public API, and I think
it should be specified in a funcspec.
3. You say, "The master can now continue to process transaction", but
you do not say anything about when such processing is stopped.
What advatange does pausing the transaction processing give?
4. What will happen if the failover command is executed while the
master is alive and doing replication?
5. I have already commented on the command syntax in DERBY-2954.
> Add Replication functionality to Derby
> --------------------------------------
>
> Key: DERBY-2872
> URL: https://issues.apache.org/jira/browse/DERBY-2872
> Project: Derby
> Issue Type: New Feature
> Components: Miscellaneous
> Affects Versions: 10.4.0.0
> Reporter: Jørgen Løland
> Assignee: Jørgen Løland
> Attachments: proof_of_concept_master.diff,
> proof_of_concept_master.stat, proof_of_concept_slave.diff,
> proof_of_concept_slave.stat, replication_funcspec.html,
> replication_funcspec_v2.html, replication_funcspec_v3.html,
> replication_script.txt
>
>
> It would be nice to have replication functionality to Derby; many potential
> Derby users seem to want this. The attached functional specification lists
> some initial thoughts for how this feature may work.
> Dag Wanvik had a look at this functionality some months ago. He wrote a proof
> of concept patch that enables replication by copying (using file system copy)
> and redoing the existing Derby transaction log to the slave (unfortunately, I
> can not find the mail thread now).
> DERBY-2852 contains a patch that enables replication by sending dedicated
> logical log records to the slave through a network connection and redoing
> these.
> Replication has been requested and discussed previously in multiple threads,
> including these:
> http://mail-archives.apache.org/mod_mbox/db-derby-user/200504.mbox/[EMAIL
> PROTECTED]
> http://www.nabble.com/Does-Derby-support-Transaction-Logging---t2626667.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.