Skip to content

Commit

Permalink
Merge pull request #2 from Yisaer/poc_zzd_sh
Browse files Browse the repository at this point in the history
Add log
  • Loading branch information
lzmhhh123 authored Aug 6, 2020
2 parents 04b81b1 + 8b36119 commit ae1e51e
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 ae1e51e

Please sign in to comment.