Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 36201 invoked from network); 28 Aug 2007 23:03:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 23:03:52 -0000 Received: (qmail 39058 invoked by uid 500); 28 Aug 2007 23:03:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 38902 invoked by uid 500); 28 Aug 2007 23:03:47 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 38890 invoked by uid 99); 28 Aug 2007 23:03:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 16:03:47 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 23:03:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1845C71418E for ; Tue, 28 Aug 2007 16:03:31 -0700 (PDT) Message-ID: <17179649.1188342211072.JavaMail.jira@brutus> Date: Tue, 28 Aug 2007 16:03:31 -0700 (PDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3016) Replication: Add code that parses a chunk of log records (byte[]) into individual log records In-Reply-To: <12497117.1187603610857.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3016?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523384 ]=20 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 in= dividual log records=20 > -------------------------------------------------------------------------= --------------------- > > 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=C3=B8rgen L=C3=B8land > Assignee: J=C3=B8rgen L=C3=B8land > Attachments: slave_logscan_1.diff, slave_logscan_1.stat, slave_lo= gscan_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 pa= rsed into individual log records.=20 > The actual format of the received log record chunks is defined by the rep= lication log buffer (see DERBY-2926). --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.