update log

Signed-off-by: guo-shaoge <shaoge1994@163.com>
This commit is contained in:
guo-shaoge 2022-12-18 13:57:23 +08:00
parent 60119cdd7a
commit 0bf06e87bf
1 changed files with 2 additions and 1 deletions

View File

@ -777,7 +777,8 @@ func (c *RegionCache) GetTiFlashComputeRPCContextByConsistentHash(bo *retry.Back
return nil, err
}
if rpcCtx == nil {
return nil, errors.Errorf("rpcCtx is nil, region: %v", id)
logutil.Logger(context.Background()).Info("rpcCtx is nil", zap.Any("region", id.String()))
return nil, nil
}
var store *Store