Github user markap14 commented on the issue:
https://github.com/apache/nifi/pull/2722
@joewitt re: the unit test failure, I don't believe that it's actually
related to the previous PR necessarily, but is just a timing issue that
happened to trigger here. We could certainly raise the timeout used - it was
waiting up to 2 seconds for the processor state to become STOPPED in the unit
test. We could certainly raise that to 10 seconds or so. I think the timeout
chosen was fairly arbitrary and increasing it would only increase the amount of
time that the tests takes to complete when needed to. If the state transitions
to STOPPED after 25 milliseconds then that's all that it'll wait.
---