YongGoose commented on code in PR #7559: URL: https://github.com/apache/incubator-seata/pull/7559#discussion_r2284128037
########## rm-datasource/src/main/java/org/apache/seata/rm/datasource/sql/struct/TableMetaCacheFactory.java: ########## @@ -108,7 +108,19 @@ private static void removeHolderFromMap(String resourceId) { LOGGER.info("Removed TableMetaRefreshHolder for resourceId: {}", resourceId); } + /** + * Shutdown all TableMetaRefreshHolder threads. + */ + public static void shutdown() { Review Comment: Done in https://github.com/apache/incubator-seata/pull/7559/commits/a9a67e49ebaf7549fd3ead9bd7b1e2e280db1049 ! -- 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: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org