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 91A8E200D30 for ; Mon, 30 Oct 2017 14:36:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8FC8D160BE4; Mon, 30 Oct 2017 13:36:08 +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 CD6401609EF for ; Mon, 30 Oct 2017 14:36:07 +0100 (CET) Received: (qmail 72649 invoked by uid 500); 30 Oct 2017 13:36:07 -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 72638 invoked by uid 99); 30 Oct 2017 13:36:06 -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; Mon, 30 Oct 2017 13:36:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EB7F7DFBCA; Mon, 30 Oct 2017 13:36:04 +0000 (UTC) From: dspavlov To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2945: IGNITE-6788: Ignite WAL reader fails on Tx marker Content-Type: text/plain Date: Mon, 30 Oct 2017 13:36:04 +0000 (UTC) archived-at: Mon, 30 Oct 2017 13:36:08 -0000 GitHub user dspavlov opened a pull request: https://github.com/apache/ignite/pull/2945 IGNITE-6788: Ignite WAL reader fails on Tx marker NPE during reading of Tx marker record for persistent store with new style folder naming You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6788 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2945.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 #2945 ---- ---- ---