David Handermann created NIFI-15303:
---------------------------------------
Summary: Filter Invalid when Enabling All Controller Services
Key: NIFI-15303
URL: https://issues.apache.org/jira/browse/NIFI-15303
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: David Handermann
Assignee: David Handermann
The {{Enable All Controller Services}} command for a selected Process Group
currently instructs application to set Controller Services to the {{ENABLED}}
state regardless of validation status. This is necessary in cases where one
Controller Service depends on one or more other Controller Services.
The framework distinguishes types of validation results that indicate a
disabled dependent Controller Service, which can be used for more selective
enabling. Instead of enabling Controller Services regardless of validation
status, the application should not attempt to enable Controller Services that
are invalid for reasons other than a disabled dependent service.
The application should attempt to enable all valid Controller Services, and all
Controller Services that are invalid only due to a disabled dependent
Controller Service. This strategy would avoid attempting to Controller Services
that will never become valid.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)