Bob Paulin created NIFI-16198:
---------------------------------
Summary: [Connectors] Exiting Troubleshooting mode does not
re-apply configuration
Key: NIFI-16198
URL: https://issues.apache.org/jira/browse/NIFI-16198
Project: Apache NiFi
Issue Type: Improvement
Reporter: Bob Paulin
Exiting Troubleshooting restores only the side-effect-free authoritative flow.
That skips the connector’s apply path, so any values derived at apply time were
left unset and processors could stay invalid, blocking start.
{{Instead endTroubleshooting()}} could be routed through {{{}applyUpdate{}}},
so the flow is reinstated and derived state is recomputed.
Â
Unit and system tests cover that exit re-runs apply and the connector becomes
valid and startable afterward.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)