markap14 commented on PR #9187:
URL: https://github.com/apache/nifi/pull/9187#issuecomment-2374934511
Thanks for noting the failure @exceptionfactory . I pushed a new update. The
code was causing processor validation to be reset ('VALIDATING') but the
processor was already running. Since it was running, it would never
re-validate. As a result, the system test was failing because it was waiting
for a 'VALID' state. So I updated it such that when `resetValidationState` is
called, if the component is not in a state that would allow for validation
(i.e., RUNNING) it will simply log a debug message and return. When the
component is stopped, the validation will automatically run again anyway.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]