pkedvessy commented on PR #9800: URL: https://github.com/apache/nifi/pull/9800#issuecomment-2732386481
@ferencerdei Thanks for you review and for highlighting the use-case where nar files are removed meanwhile the agent itself is stopped. I'm going to check it but might turn out that it is not trivial to bind a bundle what was loaded from a nar to a missing nar... I did not experienced any issue with unloading a nar meanwhile the flow was running and was using a component from the unloaded nar. I think this behaviour comes from the bundle remains in the memory until restarting the agent. It is how NiFi's nar unload feature works, I can't see any action item here in minifi. In the flow designer they will popup up as missing components like ghost processors or missing service with warning... So any further limitation should be handled at the manager side. Can you agree? -- 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]
