Pierre Villard created NIFI-15668:
-------------------------------------
Summary: Fail fast when RUN_ONCE is issued on an invalid processor
Key: NIFI-15668
URL: https://issues.apache.org/jira/browse/NIFI-15668
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: Pierre Villard
Assignee: Pierre Villard
When a RUN_ONCE command is issued on an invalid processor, the processor enters
the initiateStart() retry loop which retries every 500ms waiting for the
processor to become valid. Unlike a regular RUNNING start where this retry
behavior is desirable, RUN_ONCE semantically means "execute right now" — if the
processor can't execute, it should fail immediately.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)