Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 56780 invoked from network); 4 Feb 2008 10:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 10:39:29 -0000 Received: (qmail 86003 invoked by uid 500); 4 Feb 2008 10:39:21 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85979 invoked by uid 500); 4 Feb 2008 10:39:21 -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 85970 invoked by uid 99); 4 Feb 2008 10:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 02:39:20 -0800 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; Mon, 04 Feb 2008 10:39:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6DC6B714045 for ; Mon, 4 Feb 2008 02:39:08 -0800 (PST) Message-ID: <19258989.1202121548447.JavaMail.jira@brutus> Date: Mon, 4 Feb 2008 02:39:08 -0800 (PST) From: =?utf-8?Q?J=C3=B8rgen_L=C3=B8land_=28JIRA=29?= To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3382) Replication: Slave must inform master if DBs are out of sync. In-Reply-To: <21669427.1202121068877.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-3382?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1256= 5300#action_12565300 ]=20 J=C3=B8rgen L=C3=B8land commented on DERBY-3382: -------------------------------------- An additional problem is that the slave does not realize that it is out of = synch until the first chunk of log records is shipped. Finding out if maste= r and slave are in synch should be part of the replication network initiali= zation. > Replication: Slave must inform master if DBs are out of sync. > ------------------------------------------------------------- > > Key: DERBY-3382 > URL: https://issues.apache.org/jira/browse/DERBY-3382 > Project: Derby > Issue Type: Bug > Components: Replication > Affects Versions: 10.4.0.0 > Reporter: =C3=98ystein Gr=C3=B8vlen > Fix For: 10.4.0.0 > > > If I copy the database to the slave before booting the master, slave will= be out of sync with the master since new log records are created during bo= oting. The slave will then stop replication, but the master will not be no= tified. > If I then try to stop or failover the master the master will hang. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.