Search before reporting
Motivation
Built-in connector reload was fixed in #25773 to be incremental: unchanged NARs keep the same Connector instance and only evicted connectors are closed. Built-in function reload in FunctionsManager still uses the old replace-all + close-all pattern, which has the same bug class and should be aligned with the connector implementation.
Solution
Mirror the incremental reload approach from #25773
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?
Search before reporting
Motivation
Built-in connector reload was fixed in #25773 to be incremental: unchanged NARs keep the same Connector instance and only evicted connectors are closed. Built-in function reload in FunctionsManager still uses the old replace-all + close-all pattern, which has the same bug class and should be aligned with the connector implementation.
Solution
Mirror the incremental reload approach from #25773
Alternatives
No response
Anything else?
No response
Are you willing to submit a PR?