Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Dec 13, 2023
1 parent 02d6dc5 commit c79714b
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,12 @@ public void setUninitialized(boolean invalidCache) {
}

public void onRefresh(boolean invalidCache) {
setUninitialized(invalidCache);
onClose();
this.objectCreated = true;
this.initialized = false;
this.invalidCacheInInit = invalidCache;
if (invalidCache) {
Env.getCurrentEnv().getExtMetaCacheMgr().invalidateCatalogCache(id);
}
}

public void updateDbList() {
Expand Down

0 comments on commit c79714b

Please sign in to comment.