[
https://issues.apache.org/jira/browse/NIFI-5482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16590949#comment-16590949
]
ASF subversion and git services commented on NIFI-5482:
-------------------------------------------------------
Commit aac2c6a60ed1ffd574f0c3386fc29c2c3b8092c1 in nifi's branch
refs/heads/master from [~markap14]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=aac2c6a ]
NIFI-5482: Made WriteAheadProvenanceRepository the default implementation
This closes #2960.
Signed-off-by: Andy LoPresto <[email protected]>
> Make Write-Ahead Provenance Repository the default implementation
> -----------------------------------------------------------------
>
> Key: NIFI-5482
> URL: https://issues.apache.org/jira/browse/NIFI-5482
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Configuration
> Reporter: Mark Payne
> Priority: Major
> Labels: beginner, newbie
> Fix For: 1.8.0
>
>
> The default implementation for the Provenance Repository is the
> PersistentProvenanceRepository. The WriteAheadProvenanceRepository was added
> in version 1.2.0 of NiFi. We left the default as the
> PersistentProvenanceRepository only because it had been heavily tested over
> years of production use. Since then, the WriteAheadProvenanceRepository has
> proven to be not only significantly faster but also more stable and easier to
> maintain. When problems arise with the PersistentProvenanceRepository, the
> solution almost always is to change to the WriteAheadProvenanceRepository.
> Given this, we should now change the default implementation to be the
> WriteAheadProvenanceRepository.
> This involves changing the default value in the POM of nifi-resources and
> also updating the Admin Guide to note the new default and review the guide
> for any other wording that may need to be updated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)