[GitHub] nifi pull request #1072: NIFI-2429 PersistentProvenanceRepository bug fixes

2016-10-06 Thread mosermw
Github user mosermw closed the pull request at:

https://github.com/apache/nifi/pull/1072


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi pull request #1072: Nifi 2429 PersistentProvenanceRepository bug fixes

2016-09-27 Thread mosermw
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---