OceanBase分布式V4.2.1,生产环境
之前集群中有一台服务器意外重启,之后所有的租户备份任务都失败
备份任务的失败原因中显示重启的那一台服务器result: -9011(cannot find backup file)
但可以从那台服务器直接访问挂载的NFS盘上备份的存储目录
rootserver.log中记录
[2026-09-07 09:50:23.724126] INFO get_file_length (ob_storage.cpp:585) [2995309][T1005_BackupDat][T1005][YB42AC1300C1-000643A9AAC38856-0-0] [lt=26] cannot get file length for not exist file(ret=-9011, uri=file:///obbackup/QDPJ/1730785732/tenant_incarnation_1/1006/data/backup_set_309_full/logstream_1001/meta_info_turn_1_retry_0/ls_meta_info.obbak)
实际查询后发现/obbackup/QDPJ/1730785732/tenant_incarnation_1/1006/data/backup_set_309_full/目录下仅有logstream_1子目录而不存在logstream_1001子目录