NIFI-730: Updated details of Provenance Event for when a queue is emptied

This commit is contained in:
Mark Payne 2015-10-16 08:53:40 -04:00
parent 39a050d2fd
commit b8dbd1018c
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@ public final class StandardFlowFileQueue implements FlowFileQueue {
builder.setComponentId(getIdentifier());
builder.setComponentType("Connection");
builder.setAttributes(flowFile.getAttributes(), Collections.<String, String> emptyMap());
builder.setDetails("Manually dropped by " + requestor);
builder.setDetails("FlowFile Queue emptied by " + requestor);
builder.setSourceQueueIdentifier(getIdentifier());
final ContentClaim contentClaim = flowFile.getContentClaim();