You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by markap14 <gi...@git.apache.org> on 2018/06/07 17:30:02 UTC

[GitHub] nifi issue #2770: NIFI-5279: Allow components up to 50 milliseconds to compl...

Github user markap14 commented on the issue:

    https://github.com/apache/nifi/pull/2770
  
    For those reviewing, the simplest way to verify the fix is to create a DebugFlow processor. Set the "CustomValidate Pause Time" property to "70 millis" and when you apply the update, you should see the component is validating (it's possible that validation will complete before the 50 ms timeout due to java timing precision - if this happens, just configure processor and click "Apply" again). Change the duration to 25 millis and you should no longer see the validation occurring. Of course, because of timing issues you may see some variance.


---