From issues-return-10175-apmail-nifi-issues-archive=nifi.apache.org@nifi.apache.org Tue Sep 27 19:54:29 2016 Return-Path: X-Original-To: apmail-nifi-issues-archive@minotaur.apache.org Delivered-To: apmail-nifi-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EB1F1933A for ; Tue, 27 Sep 2016 19:54:29 +0000 (UTC) Received: (qmail 12461 invoked by uid 500); 27 Sep 2016 19:54:29 -0000 Delivered-To: apmail-nifi-issues-archive@nifi.apache.org Received: (qmail 12429 invoked by uid 500); 27 Sep 2016 19:54:29 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 12419 invoked by uid 99); 27 Sep 2016 19:54:29 -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, 27 Sep 2016 19:54:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EBEECDFC70; Tue, 27 Sep 2016 19:54:28 +0000 (UTC) From: mosermw To: issues@nifi.apache.org Reply-To: issues@nifi.apache.org Message-ID: Subject: [GitHub] nifi pull request #1072: Nifi 2429 PersistentProvenanceRepository bug fixes Content-Type: text/plain Date: Tue, 27 Sep 2016 19:54:28 +0000 (UTC) GitHub user mosermw opened a pull request: https://github.com/apache/nifi/pull/1072 Nifi 2429 PersistentProvenanceRepository bug fixes In this PR I cherry-picked these commits from master into 0.x cfc8a9613cb071247ef22f8fe4a3abb4e6b83151 NIFI-2395 PersistentProvenanceRepository deadlock on journal merge and index exception e9b87dd73436b1659b1fddcc400e7248bc00f1ee NIFI-2452 PersistentProvenanceRepository index readers can be prematurely closed You can merge this pull request into a Git repository by running: $ git pull https://github.com/mosermw/nifi NIFI-2429 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/nifi/pull/1072.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 #1072 ---- commit 29460a724f583119eada146661ab654fc961c185 Author: Mark Payne Date: 2016-07-28T14:19:45Z NIFI-2395 This closes #734. Ensure that if we fail to index provenance events we do not prevent the repo from continuing to merge journals commit bf8d66566c8eee911aea48b0b97942500851cf2c Author: Mike Moser Date: 2016-09-26T20:22:50Z NIFI-2429 changes needed after cherry-picking NIFI-2395 from master commit fba761508d0b1fd39e8d27e3e80a6d6e8e22c0cc Author: Mark Payne Date: 2016-08-01T18:51:02Z NIFI-2452: Ensure that we do not close Index Readers that are still in use ---- --- 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. ---