WinkerDu commented on code in PR #28804: URL: https://github.com/apache/doris/pull/28804#discussion_r1434049497
########## fs_brokers/apache_hdfs_broker/src/main/java/org/apache/doris/common/ThriftServer.java: ########## @@ -35,7 +35,7 @@ */ public class ThriftServer { private static final Logger LOG = Logger.getLogger(ThriftServer.class); - private ThriftServerType type = ThriftServerType.THREAD_POOL; + private ThriftServerType type = ThriftServerType.THREADED_SELECTOR; Review Comment: maybe we can make it configurable for different scenario? -- 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