Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 643DE17879 for ; Tue, 28 Apr 2015 05:39:41 +0000 (UTC) Received: (qmail 43428 invoked by uid 500); 28 Apr 2015 05:39:40 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 43387 invoked by uid 500); 28 Apr 2015 05:39:40 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 43376 invoked by uid 99); 28 Apr 2015 05:39:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 05:39:40 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_PASS,URI_HEX,URI_TRY_3LD X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for users@activemq.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 05:39:34 +0000 Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 649F743BC5 for ; Tue, 28 Apr 2015 05:39:14 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id B48691C5359E for ; Mon, 27 Apr 2015 22:39:55 -0700 (PDT) Date: Mon, 27 Apr 2015 22:24:28 -0700 (PDT) From: khandelwalanuj To: users@activemq.apache.org Message-ID: <1430198668394-4695731.post@n4.nabble.com> In-Reply-To: References: <1430120112280-4695677.post@n4.nabble.com> <1430120338525-4695678.post@n4.nabble.com> Subject: Re: ActiveMQ master-slave topology issue[BUG] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I got the logs in this order only and after further checking the system I got to know that NFS(where we put kahadb and broker logs) was slow during that time. I can understand the delay in logs or I/O operations are slow during that time but it does not justify why failover also open it's transport connector. The main concern here is that the (master-slave-shared-storage)topology is broken which should not happen in any case. If I/O operations are not happening, master broker should stop and let the failover serve the clients but here master didn't stop and both opened the connector. Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-master-slave-topology-issue-BUG-tp4695677p4695731.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.