yuqi1129 commented on PR #10480: URL: https://github.com/apache/gravitino/pull/10480#issuecomment-4090370162
We had tried it in this way, see https://github.com/apache/gravitino/pull/2644, but aborted it as a potential risk exists in classloader sharing, including - Static value in the classloader may be changed by one catalog and used by another - Properties in classloader initialization may affect its behaviour; however, it can't be changed, although another catalog with the same type has different properties. These two factors mentioned above will affect the correctness of the Gravitino catalogs, so we hesitate to move on. -- 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]
