Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 41263 invoked from network); 20 Nov 2009 22:16:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Nov 2009 22:16:15 -0000 Received: (qmail 90749 invoked by uid 500); 20 Nov 2009 22:16:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 90698 invoked by uid 500); 20 Nov 2009 22:16:15 -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 90591 invoked by uid 99); 20 Nov 2009 22:16:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 22:16:15 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2009 22:16:12 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B39EA234C052 for ; Fri, 20 Nov 2009 14:15:52 -0800 (PST) Message-ID: <1274136456.1258755352731.JavaMail.jira@brutus> Date: Fri, 20 Nov 2009 14:15:52 -0800 (PST) From: "Bruce Snyder (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-869) provide a broker-to-broker synchronization protocol so that an old master can be brought back online and synchronize up with a slave (which is running as a master) or to bring an old slave back online MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder updated AMQ-869: ----------------------------- Fix Version/s: (was: AGING_TO_DIE) 5.4.0 > provide a broker-to-broker synchronization protocol so that an old master can be brought back online and synchronize up with a slave (which is running as a master) or to bring an old slave back online > -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-869 > URL: https://issues.apache.org/activemq/browse/AMQ-869 > Project: ActiveMQ > Issue Type: New Feature > Components: Broker > Reporter: James Strachan > Fix For: 5.4.0 > > > We basically need 2 brokers to compare their current state and ensure they are both in exactly the same state. > e.g. > * both brokers checkpoint > * they perform a database merge > * they can now continue being a master-slave pair > Maybe the easiest implementation is to find the list of all unique message producers then perform a 'sequence-range' comparison. > e.g. > broker1: > producer1: 1-100, 102-142, 145 > ... > broker2: > producer1: 1-12 > then we send from broker1 to broker2 producer1: 13-100, 102-142, 145 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.