From issues-return-24709-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Thu Jan 18 18:56:10 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A7C2E18066D for ; Thu, 18 Jan 2018 18:56:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 97EFF160C26; Thu, 18 Jan 2018 17:56:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7547E160C2B for ; Thu, 18 Jan 2018 18:56:09 +0100 (CET) Received: (qmail 64541 invoked by uid 500); 18 Jan 2018 17:56:08 -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 64532 invoked by uid 99); 18 Jan 2018 17:56:08 -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, 18 Jan 2018 17:56:08 +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 3E822C237F for ; Thu, 18 Jan 2018 17:56:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.91 X-Spam-Level: X-Spam-Status: No, score=-99.91 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] 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 f2IJ3iIGdHhR for ; Thu, 18 Jan 2018 17:56:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 08B8D60CFC for ; Thu, 18 Jan 2018 17:56:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1CCB1E0F9A for ; Thu, 18 Jan 2018 17:56:06 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9EDBD21352 for ; Thu, 18 Jan 2018 17:56:03 +0000 (UTC) Date: Thu, 18 Jan 2018 17:56:03 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-1570) SharedNothingBackup does not replicate all journal from live MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Auto-Submitted: auto-generated [ https://issues.apache.org/jira/browse/ARTEMIS-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16330869#comment-16330869 ] ASF GitHub Bot commented on ARTEMIS-1570: ----------------------------------------- Github user clebertsuconic commented on the issue: https://github.com/apache/activemq-artemis/pull/1742 nice job on this one!!! impressed!!! > SharedNothingBackup does not replicate all journal from live > ------------------------------------------------------------ > > Key: ARTEMIS-1570 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1570 > Project: ActiveMQ Artemis > Issue Type: Bug > Components: Broker > Affects Versions: 2.4.0 > Environment: i'm running unit test on windows. > Reporter: shoukun huai > Priority: Critical > Attachments: SharedNothingReplicationTest.java > > > I try to test replication when live is in heavy IO load. > Attached is my junit test. > The test use a slow message persister to simulate live is busy on IO, so JournalImpl's `appendExecutor` is busy. > After start live server, send 5 messages each with a property `delay` of 5000 ms, then start the backup server, wait until it is replicated. Then send more messages without delay. > Stop live and backup after all message sent, then check message journal. > Backup will miss 2 message/journal entry. -- This message was sent by Atlassian JIRA (v7.6.3#76005)