diqiu50 commented on PR #11755: URL: https://github.com/apache/gravitino/pull/11755#issuecomment-4795326861
@yuqi1129 @JoegenUSTC I think the real issue is the race condition between CatalogWrapper.close() and concurrent operations. close() should ensure no other threads are still using the catalog before closing the `classloader`. We need to fixed this issue -- 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]
