luna-seek commented on code in PR #52880:
URL: https://github.com/apache/doris/pull/52880#discussion_r2196740694
##########
fe/be-java-extensions/trino-connector-scanner/src/main/java/org/apache/doris/trinoconnector/TrinoConnectorCache.java:
##########
@@ -144,6 +144,11 @@ private static TrinoConnectorCacheValue
loadCache(TrinoConnectorCacheKey key) {
} catch (Exception e) {
LOG.warn("failed to create trino connector", e);
throw new RuntimeException(e);
+ } finally {
+ // 确保线程池关闭
Review Comment:
The modification is complete."
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]