jdsh0119 opened a new issue, #53645: URL: https://github.com/apache/doris/issues/53645
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.1.9-rc02-3390475e02 ### What's Wrong? FE的Thrift服务使用的服务模型若该参数为 THREADED失效 排查代码发现 ThriftServer public static final String SIMPLE = "SIMPLE"; public static final String THREADED_SELECTOR = "THREADED_SELECTOR"; 该模型为非阻塞式 I/O 模型 与官网提供的参数为 THREADED不符 public static final String THREAD_POOL = "THREAD_POOL"; ### What You Expected? 修改官方文档 或者修改代码 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
