mirror of https://github.com/apache/nifi.git
NIFI-11677 Removed non required yield in DeleteHDFS
This closes #7937 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
1df9738f8f
commit
1d125e9906
|
@ -139,7 +139,6 @@ public class DeleteHDFS extends AbstractHadoopProcessor {
|
|||
// If this processor has an incoming connection, then do not run unless a
|
||||
// FlowFile is actually sent through
|
||||
if (originalFlowFile == null && context.hasIncomingConnection()) {
|
||||
context.yield();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue