mirror of https://github.com/tikv/client-go.git
update log
Signed-off-by: guo-shaoge <shaoge1994@163.com>
This commit is contained in:
parent
60119cdd7a
commit
0bf06e87bf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue