Tencent / Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.
http://tendis.cn
Other
2.96k stars 326 forks source link

tendis集群运行过程中出现“Unable to Encode VersionEdit::VersionEdit" #145

Open cl2007start opened 3 years ago

cl2007start commented 3 years ago

Description

建立三主三从集群,用redis-cluster-proxy(或predixy)作为代理,用redis-benchmark作为调试工具,测试5分钟作用,服务器返回以上错误。log 不停输出输出: Error from server: ERR:3,msg:Corruption: Unable to Encode VersionEdit::VersionEdit { LogNumber: 13 PreLogNumber: 0 NextFileNumber: 15 LastSeq: 260754 AddFile: 0 0 0 (bad) .. (bad) ColumnFamily: 1 }

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

TendisDev commented 3 years ago

log除了这个输出外,有没其他信息

另外,info allcluster nodes也提供一下