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
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.