yuqi1129 commented on issue #11810:
URL: https://github.com/apache/gravitino/issues/11810#issuecomment-4809888698

   Update: the proposed fix (whitelisting authorization plugin packages in 
`IsolatedClassLoader.isCatalogClass()`, PR #11811) does NOT resolve this. CI 
still fails with the whole isolated classpath unloadable 
(`org.apache.ranger.*`, `org.apache.iceberg.relocated.*`, and 
`RangerPrivileges` itself all ClassNotFound), which indicates the catalog's 
IsolatedClassLoader URLClassLoader has been **closed** while still in use — not 
a class-resolution rule problem. Re-investigating the real root cause (catalog 
cache eviction closing an in-use classloader).


-- 
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]

Reply via email to