exceptionfactory commented on code in PR #6390:
URL: https://github.com/apache/nifi/pull/6390#discussion_r970043075
##########
nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/PersistentProvenanceRepository.java:
##########
@@ -226,6 +229,8 @@ public PersistentProvenanceRepository(final NiFiProperties
nifiProperties) throw
}
public PersistentProvenanceRepository(final RepositoryConfiguration
configuration, final int rolloverCheckMillis) throws IOException {
+ deprecationLogger.warn("{} should be replaced with
WriteAheadProvenanceRepository", getClass().getSimpleName());
Review Comment:
Good point, will extend the logging to include a reference to the specific
property.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]