Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EAFD18021 for ; Thu, 4 Feb 2016 02:44:43 +0000 (UTC) Received: (qmail 39225 invoked by uid 500); 4 Feb 2016 02:44:40 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 39190 invoked by uid 500); 4 Feb 2016 02:44:40 -0000 Mailing-List: contact issues-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 issues@activemq.apache.org Received: (qmail 39172 invoked by uid 99); 4 Feb 2016 02:44:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2016 02:44:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D75BE2C1F57 for ; Thu, 4 Feb 2016 02:44:39 +0000 (UTC) Date: Thu, 4 Feb 2016 02:44:39 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-385) Race between topology update and connection creation 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/ARTEMIS-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131616#comment-15131616 ] ASF GitHub Bot commented on ARTEMIS-385: ---------------------------------------- Github user jbertram commented on the pull request: https://github.com/apache/activemq-artemis/pull/369#issuecomment-179587849 @clebertsuconic, I certainly think it's possible. However, I haven't dug into that issue much as I've been working on other tasks so I can't say for sure. > Race between topology update and connection creation > ---------------------------------------------------- > > Key: ARTEMIS-385 > URL: https://issues.apache.org/jira/browse/ARTEMIS-385 > Project: ActiveMQ Artemis > Issue Type: Bug > Reporter: clebert suconic > Assignee: clebert suconic > Fix For: 1.3.0 > > > MultipleThreadsOpeningTest will fail eventually because of this. > avax.jms.JMSException: Failed to create session factory > at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnectionInternal(ActiveMQConnectionFactory.java:727) > at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:233) > at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnection(ActiveMQConnectionFactory.java:229) > at org.apache.activemq.artemis.tests.integration.jms.cluster.MultipleThreadsOpeningTest$1ThreadOpen.run(MultipleThreadsOpeningTest.java:59) > Caused by: ActiveMQConnectionTimedOutException[errorType=CONNECTION_TIMEDOUT message=AMQ119013: Timed out waiting to receive cluster topology. Group:null] > at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:861) > at org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory.createConnectionInternal(ActiveMQConnectionFactory.java:724) > ... 3 more -- This message was sent by Atlassian JIRA (v6.3.4#6332)