You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
be thrift client can not connect to fe thrift server when fe thrift server use
TThreadedSelectorServermodelTo Reproduce
Steps to reproduce the behavior:
Expected behavior
succeed and return result