-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Description
Search before asking
- I had searched in the issues 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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels