Dream95 opened a new issue, #25791: URL: https://github.com/apache/pulsar/issues/25791
### Search before reporting - [x] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### 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? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
