S01011
错误代码
S01011
报错信息
The Raft WAL file for the raft group {RaftGroupAlias} is incomplete. The system will attempt to restore this log file. RefId:S01011
错误原因
Raft 在读取 WAL 时,发现末尾数据不完整。
在报错信息中:
- 当高可用应用在元数据上时 RaftGroupAlias 为 DFSMaster
- 当应用在流数据上时,RaftGroupAlias 为 StreamingHA_x,x 为组 ID
Raft 的 WAL 文件损坏的可能原因包括:
- 磁盘损坏
- 兼容性问题,版本间日志格式不同
- 文件序列化过程失败或不完整
- 系统出现缺陷
解决办法
- 检查磁盘是否损坏
- 检查版本升级是否正常
- 如没有上述问题,请联系售后解决