Skip to content

[Bug] FE的Thrift服务使用的服务模型若该参数为 THREADED失效 #53645

@jdsh0119

Description

@jdsh0119

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions