Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 32660 invoked from network); 17 Apr 2008 09:26:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 09:26:37 -0000 Received: (qmail 64937 invoked by uid 500); 17 Apr 2008 09:26:33 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 64864 invoked by uid 500); 17 Apr 2008 09:26:32 -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 64836 invoked by uid 99); 17 Apr 2008 09:26:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 02:26:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 09:25:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 88C25234C0D7 for ; Thu, 17 Apr 2008 02:23:21 -0700 (PDT) Message-ID: <2132763597.1208424201558.JavaMail.jira@brutus> Date: Thu, 17 Apr 2008 02:23:21 -0700 (PDT) From: "Ole Solberg (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3617) failover on slave hangs after stopmaster on master. In-Reply-To: <748194939.1208165586931.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ole Solberg updated DERBY-3617: ------------------------------- Attachment: (was: 3617_NotForCommit.diff.txt) > failover on slave hangs after stopmaster on master. > --------------------------------------------------- > > Key: DERBY-3617 > URL: https://issues.apache.org/jira/browse/DERBY-3617 > Project: Derby > Issue Type: Bug > Components: Replication > Affects Versions: 10.5.0.0 > Environment: OS: Fedora release 7 (Moonshine) 32bits - Linux 2.6.23.15-80.fc7PAE #1 SMP Sun Feb 10 17:14:36 EST 2008 GNU/Linux > JVM: java version "1.6.0_01" > Java(TM) SE Runtime Environment (build 1.6.0_01-b06) > Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode) > SVN: 647063 > Reporter: Ole Solberg > Assignee: V.Narayanan > Priority: Minor > Attachments: db_master-derby.log, db_slave-derby.log, log.out > > > 0. Master and slave in repl. mode. > 1. master: stopmaster > 2. slave failover. > hangs..... > According to "Functional Specification for Derby Replication" Rev. 9.0: > "Failover": "... . The command is only accepted on the slave if the network conection with the master is down." so expecting failover to return valid Connection. > However, failover never finish. > See attached master and slave derby.log and testrun log.out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.