Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5D2F3200C5D for ; Fri, 7 Apr 2017 16:11:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5B8E4160BA2; Fri, 7 Apr 2017 14:11:01 +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 A2897160B97 for ; Fri, 7 Apr 2017 16:11:00 +0200 (CEST) Received: (qmail 46044 invoked by uid 500); 7 Apr 2017 14:10:59 -0000 Mailing-List: contact commits-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 commits@activemq.apache.org Received: (qmail 46028 invoked by uid 99); 7 Apr 2017 14:10:59 -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; Fri, 07 Apr 2017 14:10:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9CA41DFF73; Fri, 7 Apr 2017 14:10:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jbertram@apache.org To: commits@activemq.apache.org Date: Fri, 07 Apr 2017 14:11:00 -0000 Message-Id: <931e03ca26dc41a583260aeb30fcd2b1@git.apache.org> In-Reply-To: <0e6f15345eb9404ebd2dd5b2c27c26c1@git.apache.org> References: <0e6f15345eb9404ebd2dd5b2c27c26c1@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: This closes #1183 archived-at: Fri, 07 Apr 2017 14:11:01 -0000 This closes #1183 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/7304416d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/7304416d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/7304416d Branch: refs/heads/master Commit: 7304416d424dfe15918b8141794ea0d10c94e149 Parents: d29afd1 911888e Author: Justin Bertram Authored: Fri Apr 7 09:10:44 2017 -0500 Committer: Justin Bertram Committed: Fri Apr 7 09:10:44 2017 -0500 ---------------------------------------------------------------------- .../protocol/core/CoreRemotingConnection.java | 8 ++ .../artemis/core/protocol/core/Packet.java | 10 ++ .../core/protocol/core/impl/PacketImpl.java | 9 +- .../core/impl/RemotingConnectionImpl.java | 6 + .../core/impl/wireformat/MessagePacket.java | 12 -- .../wireformat/SessionContinuationMessage.java | 16 +-- .../SessionReceiveContinuationMessage.java | 6 +- .../impl/wireformat/SessionReceiveMessage.java | 6 +- .../SessionSendContinuationMessage.java | 6 +- .../impl/wireformat/SessionSendMessage.java | 5 +- .../impl/wireformat/ReplicationAddMessage.java | 13 +- .../wireformat/ReplicationAddTXMessage.java | 13 ++ .../wireformat/ReplicationCommitMessage.java | 9 ++ .../wireformat/ReplicationDeleteMessage.java | 9 ++ .../wireformat/ReplicationDeleteTXMessage.java | 11 ++ .../ReplicationLargeMessageBeginMessage.java | 9 ++ .../ReplicationLargeMessageEndMessage.java | 8 ++ .../ReplicationLargeMessageWriteMessage.java | 10 ++ .../ReplicationLiveIsStoppingMessage.java | 7 ++ .../wireformat/ReplicationPageEventMessage.java | 9 ++ .../wireformat/ReplicationPageWriteMessage.java | 8 ++ .../wireformat/ReplicationPrepareMessage.java | 10 ++ .../wireformat/ReplicationResponseMessage.java | 7 ++ .../ReplicationResponseMessageV2.java | 7 ++ .../wireformat/ReplicationStartSyncMessage.java | 21 ++++ .../wireformat/ReplicationSyncFileMessage.java | 38 +++++- .../impl/netty/NettyServerConnection.java | 6 - .../core/replication/ReplicationManager.java | 120 +++++++------------ 28 files changed, 267 insertions(+), 132 deletions(-) ----------------------------------------------------------------------