[
https://issues.apache.org/jira/browse/DERBY-3016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523384
]
Dag H. Wanvik commented on DERBY-3016:
--------------------------------------
Committed as svn 570589 on trunk. No errors in regression tests
modulo known intermittent error store/readlocks.sql.
> Replication: Add code that parses a chunk of log records (byte[]) into
> individual log records
> ----------------------------------------------------------------------------------------------
>
> Key: DERBY-3016
> URL: https://issues.apache.org/jira/browse/DERBY-3016
> Project: Derby
> Issue Type: Sub-task
> Components: Services
> Affects Versions: 10.4.0.0
> Reporter: Jørgen Løland
> Assignee: Jørgen Løland
> Attachments: slave_logscan_1.diff, slave_logscan_1.stat,
> slave_logscan_2.diff, slave_logscan_2.stat
>
>
> The derby instance that has the slave role for a database 'x' has to redo log
> records sent from the master. These log records are sent in chunks as a
> byte[]. To be useful to the slave, these chunks of log records must be parsed
> into individual log records.
> The actual format of the received log record chunks is defined by the
> replication log buffer (see DERBY-2926).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.