From dev-return-64621-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Mar 8 14:14:31 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 693EE18064C for ; Thu, 8 Mar 2018 14:14:30 +0100 (CET) Received: (qmail 94350 invoked by uid 500); 8 Mar 2018 13:14:29 -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 94332 invoked by uid 99); 8 Mar 2018 13:14:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2018 13:14:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D120F353D; Thu, 8 Mar 2018 13:14:28 +0000 (UTC) From: michaelandrepearce To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org References: In-Reply-To: Subject: [GitHub] activemq-artemis issue #1940: ARTEMIS-1737 fix for inaccessible slave consol... Content-Type: text/plain Message-Id: <20180308131428.8D120F353D@git1-us-west.apache.org> Date: Thu, 8 Mar 2018 13:14:28 +0000 (UTC) Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1940 Is this on fail back to master? With restart enabled? If so shouldn’t the console be in the restarting logic with the other components? ---