morningman opened a new pull request #3267: [Bug] Fix some bugs of install/uninstall plugins URL: https://github.com/apache/incubator-doris/pull/3267 1. Avoid losing plugin if plugin failed to load when replaying When in replay process, the plugin should always be added to the plugin manager, even if that plugin failed to be loaded. 2. `show plugin` statement should show all plugins, not only the successfully installed plugins. 3. plugin's name should be unique globally and case insensitive. 4. Avoid creating new instances of plugins when doing metadata checkpoint. 5. Add a __builtin_ prefix for builtin plugins. ISSUE: #3266
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
