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 9C9A52009D9 for ; Wed, 18 May 2016 01:42:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9B31D160A1F; Tue, 17 May 2016 23:42:23 +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 14F9F1609F5 for ; Wed, 18 May 2016 01:42:22 +0200 (CEST) Received: (qmail 18858 invoked by uid 500); 17 May 2016 23:42:21 -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 18847 invoked by uid 99); 17 May 2016 23:42:21 -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; Tue, 17 May 2016 23:42:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8AB0BDFADE; Tue, 17 May 2016 23:42:21 +0000 (UTC) From: clebertsuconic To: dev@activemq.apache.org Reply-To: dev@activemq.apache.org Message-ID: Subject: [GitHub] activemq-artemis pull request: A few fixes I have been working on Content-Type: text/plain Date: Tue, 17 May 2016 23:42:21 +0000 (UTC) archived-at: Tue, 17 May 2016 23:42:23 -0000 GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/522 A few fixes I have been working on You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq-artemis master-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq-artemis/pull/522.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #522 ---- commit ec52693513b2f3a4a63f9cf4089bb8213ac8468c Author: Clebert Suconic Date: 2016-05-17T18:36:59Z Individualizing traces and debug on client commit 1f02ad4cd9ac2d36ffe20c54a1d79bf83d06d421 Author: Clebert Suconic Date: 2016-05-17T19:06:02Z ARTEMIS-524 Paging could lose data eventually after crashes https://issues.apache.org/jira/browse/ARTEMIS-524 I am keeping all the debug ad tracing I added during the debug of this issue, for that reason this commit may look longer than expected The fix will be highlited by the tests added on org.apache.activemq.artemis.tests.integration.client.PagingTest commit da101e7f3a7339669eaf37bf82536dae06ab9dd0 Author: Clebert Suconic Date: 2016-05-17T23:33:36Z ARTEMIS-525 Interrupted Thread should throw JMS Exceptions over the JMS layer ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---