Skip to content

Commit 524fec6

Browse files
committed
u
Signed-off-by: gengliqi <gengliqiii@gmail.com>
1 parent 41efb3a commit 524fec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/store/copr/batch_coprocessor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ func buildBatchCopTasksCore(bo *backoff.Backoffer, store *kvStore, rangesForEach
976976
if rpcCtx == nil {
977977
needRetry = true
978978
fields := []zap.Field{
979-
zap.Uint64("region id", task.region.GetID()),
979+
zap.Uint64("region_id", task.region.GetID()),
980980
zap.String("reason", unavailableDetail.Reason.String()),
981981
}
982982
if len(unavailableDetail.StoreIDs) > 0 {

0 commit comments

Comments
 (0)