mirror of https://github.com/apache/nifi.git
NIFI-730: Updated details of Provenance Event for when a queue is emptied
This commit is contained in:
parent
39a050d2fd
commit
b8dbd1018c
|
@ -1095,7 +1095,7 @@ public final class StandardFlowFileQueue implements FlowFileQueue {
|
||||||
builder.setComponentId(getIdentifier());
|
builder.setComponentId(getIdentifier());
|
||||||
builder.setComponentType("Connection");
|
builder.setComponentType("Connection");
|
||||||
builder.setAttributes(flowFile.getAttributes(), Collections.<String, String> emptyMap());
|
builder.setAttributes(flowFile.getAttributes(), Collections.<String, String> emptyMap());
|
||||||
builder.setDetails("Manually dropped by " + requestor);
|
builder.setDetails("FlowFile Queue emptied by " + requestor);
|
||||||
builder.setSourceQueueIdentifier(getIdentifier());
|
builder.setSourceQueueIdentifier(getIdentifier());
|
||||||
|
|
||||||
final ContentClaim contentClaim = flowFile.getContentClaim();
|
final ContentClaim contentClaim = flowFile.getContentClaim();
|
||||||
|
|
Loading…
Reference in New Issue