xuyangzhong commented on PR #24328: URL: https://github.com/apache/flink/pull/24328#issuecomment-1972756177
Thanks for the ping, @hackergin. IIUC, in this case, CatalogStore and CatalogManager are not using the same classloader, which has led to the occurrence of this bug. In actuality, ResourceManager, CatalogManager, and CatalogStore all use the same classloader, right? When a jar is added to the ResourceManager's classloader using `ADD JAR`, in fact, some classes within this jar should also be accessible within CatalogManager. If there is anything incorrect, please correct me :) -- 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]
