yuqi1129 commented on code in PR #6569:
URL: https://github.com/apache/gravitino/pull/6569#discussion_r1980981504
##########
core/src/main/java/org/apache/gravitino/metalake/MetalakeManager.java:
##########
@@ -365,6 +412,7 @@ public void disableMetalake(NameIdentifier ident) throws
NoSuchMetalakeException
try {
boolean inUse = metalakeInUse(store, ident);
if (inUse) {
+ METALAKE_CACHE.invalidate(ident);
Review Comment:
Why do we need to cache it after performing `disableMetalake` operation?
--
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]