morningman commented on code in PR #28300: URL: https://github.com/apache/doris/pull/28300#discussion_r1428644127
########## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/JdbcExternalCatalog.java: ########## @@ -67,6 +67,12 @@ public void checkProperties() throws DdlException { } } + @Override + public void onRefresh(boolean invalidCache) { + super.onRefresh(invalidCache); + onClose(); Review Comment: Should not call `onClose()`, it will remove the accessController -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org