Brandon DeVries created NIFI-2006:
-------------------------------------
Summary: Null attribute values causing NPEs in provenance repo
Key: NIFI-2006
URL: https://issues.apache.org/jira/browse/NIFI-2006
Project: Apache NiFi
Issue Type: Bug
Reporter: Brandon DeVries
Priority: Critical
A null attribute value (as you would see for a removed attribute) causes the
provenance repo to thrown an NPE here:
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-provenance-repository-bundle/nifi-persistent-provenance-repository/src/main/java/org/apache/nifi/provenance/PersistentProvenanceRepository.java#L1789
(as "entry.getValue()" is null...)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)