You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Matt Gilman (JIRA)" <ji...@apache.org> on 2014/12/05 22:09:12 UTC

[jira] [Created] (NIFI-98) PropertyValidator should be able to indicate whether or not validation is environmentally sensitive

Matt Gilman created NIFI-98:
-------------------------------

             Summary: PropertyValidator should be able to indicate whether or not validation is environmentally sensitive
                 Key: NIFI-98
                 URL: https://issues.apache.org/jira/browse/NIFI-98
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Matt Gilman
            Priority: Minor


Because we now perform validation of processors mush more often (because we want to know if a processor is invalid, even while it's running), we want to know whether or not a validator's value can change due to the environment. If not, then we know that the validity of a Processor hasn't changed since it was started. However, if the validation can change due to environment, such as a FileExistsValidator, we must validate the processor regardless of whether or not the value has changed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)