apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.75k stars 3.28k forks source link

couldn't deserialize thrift msg #7246

Open 391518331 opened 2 years ago

391518331 commented 2 years ago

Search before asking

Version

0.15 rc4

What's Wrong?

mysql> select * from aiot_off_line_count; ERROR 1064 (HY000): errCode = 2, detailMessage = couldn't deserialize thrift msg: TProtocolException: Invalid data

What You Expected?

no

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

Code of Conduct

391518331 commented 2 years ago

0.14 -> 0.15 rc4、升级后出现查询失败的问题

391518331 commented 2 years ago

ERROR 1064 (HY000): errCode = 2, detailMessage = couldn't deserialize thrift msg: TProtocolException: Invalid data

DouglasJun commented 2 years ago

You shuold check your fe's version is matching with your be's version(fe and be is running)

Hanfee commented 1 year ago

我也遇到这个问题了,发现fe:0.13 be: 0.15 两个版本的通信协议不同。