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 A8983200B8F for ; Fri, 30 Sep 2016 09:41:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A7510160AD9; Fri, 30 Sep 2016 07:41:30 +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 ED0D0160AC4 for ; Fri, 30 Sep 2016 09:41:29 +0200 (CEST) Received: (qmail 57090 invoked by uid 500); 30 Sep 2016 07:41:29 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 57071 invoked by uid 99); 30 Sep 2016 07:41:28 -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, 30 Sep 2016 07:41:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 66EF0E08AE; Fri, 30 Sep 2016 07:41:28 +0000 (UTC) From: DmitriyGovorukhin To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #1135: Ignite 2079 GridCacheIoManager eats exception tra... Content-Type: text/plain Date: Fri, 30 Sep 2016 07:41:28 +0000 (UTC) archived-at: Fri, 30 Sep 2016 07:41:30 -0000 GitHub user DmitriyGovorukhin opened a pull request: https://github.com/apache/ignite/pull/1135 Ignite 2079 GridCacheIoManager eats exception trail if it falls into the directed case You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-2079 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1135.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 #1135 ---- commit 91a88be909a9c22abb6d91a7d58f46c9dad2c874 Author: AndreyVel Date: 2016-08-09T12:42:40Z ignite-2079 unit test done commit cc4651a6c7448f15921477bf476527651db87981 Author: AndreyVel Date: 2016-08-09T13:34:40Z Merge branch 'ignite-2079' of https://github.com/AndreyVel/ignite into ignite-2079 commit 35df2e4800dd601c2f973a8433d57c0feb9e665d Author: AndreyVel Date: 2016-08-09T14:17:24Z ignite-2079 addded serialVersionUID to UnhandledExceptionEvent commit 1bc02ea48edc98f761144e5d2c6be40c8d892efc Author: AndreyVel Date: 2016-08-22T09:45:06Z ignite 2079 Repaired unit test commit c5f6d738651a8bb01b450c678ef03db9f4a119ab Author: AndreyVel Date: 2016-08-24T11:30:04Z ignite-2079 Added latch for waiting InitialQuery commit 74ae31615a32f2f5a3ead6ce718b5decd5aa8188 Author: AndreyVel Date: 2016-08-24T11:36:58Z ignite-20179 Added test IgniteCacheP2pUnmarshallingContinuousQueryErrorTest to suite IgniteCacheP2pUnmarshallingErrorTestSuite commit 307adf2cdb70553e4fdefed54d83997676b22505 Author: Dmitriy Govorukhin Date: 2016-09-29T15:06:31Z ignite-2079 continuous query fail while unmarshall test fix ---- --- 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. ---