yuqi1129 commented on issue #8445: URL: https://github.com/apache/gravitino/issues/8445#issuecomment-3327980257
https://docs.google.com/document/d/16dQbOsscPBgzxwSsfH6yfP0A7o_CqvTfp4QCG9GpVTM/edit?tab=t.0 According to the survey, it is not feasible to share class loaders between catalogs; to be more precise, between catalogs that contain the Hadoop file system, it's okay to share class loaders for JDBC and message catalogs. However, most of the memory used is Hadoop-related catalogs, so it's not necessary to use it. The only option we have is to avoid creating a new class loader each time the catalog is modified. -- 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]
