From users-return-50757-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Dec 6 16:04:42 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 9B6F8180674 for ; Thu, 6 Dec 2018 16:04:41 +0100 (CET) Received: (qmail 49575 invoked by uid 500); 6 Dec 2018 15:04: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 49563 invoked by uid 99); 6 Dec 2018 15:04:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2018 15:04:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8939BCBF00 for ; Thu, 6 Dec 2018 15:04:39 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.374 X-Spam-Level: *** X-Spam-Status: No, score=3.374 tagged_above=-999 required=6.31 tests=[SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313, URI_TRY_3LD=1.09] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id mI8JJTUV2HzN for ; Thu, 6 Dec 2018 15:04:35 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [199.38.86.66]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4566E5F1B9 for ; Thu, 6 Dec 2018 15:04:35 +0000 (UTC) Received: from n4.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 47EC737A251C for ; Thu, 6 Dec 2018 09:04:34 -0600 (CST) Date: Thu, 6 Dec 2018 09:04:34 -0600 (CST) From: spyle376 To: users@activemq.apache.org Message-ID: <1544108674292-0.post@n4.nabble.com> Subject: Default Behavior for Colocated Backup Restart MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit What is the expected behavior of a colocated backup when its host broker is stopped and started? Currently I have Broker1 and Broker2 backed up by Backup1 and Backup2 which are colocated on the opposite broker. Something like this: Broker 1 Broker 2 | | | | Backup 2 Backup 1 If I shut down Broker2 my Backup2 goes active just fine, and when Broker2 comes back up Backup2 will go inactive as expected. However when Broker2 comes back up Backup1 is gone. I understand that Broker1 won't attempt to build another backup to avoid a split brain problem in the event of network isolation, but I would expect the colocated backup to come back when Broker2 comes back online. I'm not sure if I have something misconfigured or if Artemis doesn't support persistent colocated backups currently. I've seen a couple similar questions asked but no real answers given, the closest being ARTEMIS-2165 For reference my HA policy is below, any help or pointers would be greatly appreciated. 100 -1 2000 1 true true true false -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html