mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
fix(data): change ActionBatchMarkDelete limitIOError log level to info. #1000124626
Signed-off-by: zhumingze <zhumingze@oppo.com>
This commit is contained in:
parent
5ea1d37f21
commit
f39493a9b4
@ -432,7 +432,7 @@ func (rp *ReplProtocol) writeResponse(reply *Packet) {
|
||||
reply.StartT, fmt.Errorf(string(reply.Data[:reply.Size]))))
|
||||
if reply.IsWriteOpOfPacketProtoVerForbidden() {
|
||||
log.LogDebugf(err.Error())
|
||||
} else if reply.ResultCode == proto.OpNotExistErr || reply.ResultCode == proto.ErrCodeVersionOpError || reply.ResultCode == proto.OpTinyRecoverErr {
|
||||
} else if reply.ResultCode == proto.OpNotExistErr || reply.ResultCode == proto.ErrCodeVersionOpError || reply.ResultCode == proto.OpTinyRecoverErr || reply.ResultCode == proto.OpLimitedIoErr {
|
||||
log.LogInfof(err.Error())
|
||||
} else if (reply.ResultCode == proto.OpTryOtherAddr && reply.Opcode == proto.OpWrite) ||
|
||||
reply.Opcode == proto.OpReadTinyDeleteRecord ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user