[
https://issues.apache.org/jira/browse/NIFI-11471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Young updated NIFI-11471:
-------------------------------
Status: Patch Available (was: Open)
https://github.com/apache/nifi/pull/7242
> Component Timeouts are configurable in Stateless Nifi
> -----------------------------------------------------
>
> Key: NIFI-11471
> URL: https://issues.apache.org/jira/browse/NIFI-11471
> Project: Apache NiFi
> Issue Type: Improvement
> Components: NiFi Stateless
> Reporter: Dye357
> Assignee: David Young
> Priority: Major
>
> Currently in Stateless Nifi each component is required to start within a
> statically defined timeout. In some cases (IE controller services which pull
> down web resources) this timeout is too short and causes the entire Stateless
> Nifi instance to fail starting.
> {code:java}
> private static final long COMPONENT_ENABLE_TIMEOUT_MILLIS =
> TimeUnit.SECONDS.toMillis(10); {code}
> Suggested improvement is to make this timeout configurable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)