Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DE8017712 for ; Tue, 31 Mar 2015 18:14:35 +0000 (UTC) Received: (qmail 40517 invoked by uid 500); 31 Mar 2015 18:07:55 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 40463 invoked by uid 500); 31 Mar 2015 18:07:55 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 40451 invoked by uid 99); 31 Mar 2015 18:07:55 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2015 18:07:55 +0000 Date: Tue, 31 Mar 2015 18:07:55 +0000 (UTC) From: "Jim Robinson (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-5082) ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-5082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389036#comment-14389036 ] Jim Robinson commented on AMQ-5082: ----------------------------------- I'm running some iterations of the test now, to see if I can get it to fail the same way on my system. > ActiveMQ replicatedLevelDB cluster breaks, all nodes stop listening > ------------------------------------------------------------------- > > Key: AMQ-5082 > URL: https://issues.apache.org/jira/browse/AMQ-5082 > Project: ActiveMQ > Issue Type: Bug > Components: activemq-leveldb-store > Affects Versions: 5.9.0, 5.10.0 > Reporter: Scott Feldstein > Assignee: Christian Posta > Priority: Critical > Fix For: 5.12.0 > > Attachments: 03-07.tgz, amq_5082_threads.tar.gz, mq-node1-cluster.failure, mq-node2-cluster.failure, mq-node3-cluster.failure, zookeeper.out-cluster.failure > > > I have a 3 node amq cluster and one zookeeper node using a replicatedLevelDB persistence adapter. > {code} > > directory="${activemq.data}/leveldb" > replicas="3" > bind="tcp://0.0.0.0:0" > zkAddress="zookeep0:2181" > zkPath="/activemq/leveldb-stores"/> > > {code} > After about a day or so of sitting idle there are cascading failures and the cluster completely stops listening all together. > I can reproduce this consistently on 5.9 and the latest 5.10 (commit 2360fb859694bacac1e48092e53a56b388e1d2f0). I am going to attach logs from the three mq nodes and the zookeeper logs that reflect the time where the cluster starts having issues. > The cluster stops listening Mar 4, 2014 4:56:50 AM (within 5 seconds). > The OSs are all centos 5.9 on one esx server, so I doubt networking is an issue. > If you need more data it should be pretty easy to get whatever is needed since it is consistently reproducible. > This bug may be related to AMQ-5026, but looks different enough to file a separate issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)