Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
Yisaer committed Aug 6, 2020
1 parent 5da9e3e commit 8b36119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/tikv/split_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func (s *tikvStore) checkRegionBeforeSplitSingleRegion(batch batch) (bool, error
if pass {
return true, nil
}
logutil.BgLogger().Info("split table single region check forbidden", zap.Uint64("regionID", batch.regionID.id))
return false, nil
}

Expand Down

0 comments on commit 8b36119

Please sign in to comment.