Describe the bug
be thrift client can not connect to fe thrift server when fe thrift server use TThreadedSelectorServer model
To Reproduce
Steps to reproduce the behavior:
- set thrift_server_type=THREADED in fe.conf
- start fe and be
- execute sql select * from information_schema.columns
Expected behavior
succeed and return result