Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1961#discussion_r126431845
--- Diff:
nifi-nar-bundles/nifi-hbase-bundle/nifi-hbase-processors/src/main/java/org/apache/nifi/hbase/PutHBaseRecord.java
---
@@ -207,6 +211,7 @@ public void onTrigger(final ProcessContext context,
final ProcessSession session
final String details = String.format("Put %d cells to HBase.",
columns);
session.getProvenanceReporter().send(flowFile, urls.get(0),
details, sendMillis);
session.getProvenanceReporter().send(flowFile, urls.get(1),
details, sendMillis);
--- End diff --
We still have two calls to send a provenance event, I think we can get rid
of the second one, and then we still need to send an event before transferring
to failure.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---