Open 391518331 opened 2 years ago
0.14 -> 0.15 rc4、升级后出现查询失败的问题
ERROR 1064 (HY000): errCode = 2, detailMessage = couldn't deserialize thrift msg: TProtocolException: Invalid data
You shuold check your fe's version is matching with your be's version(fe and be is running)
我也遇到这个问题了,发现fe:0.13 be: 0.15 两个版本的通信协议不同。
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