Feature Request
Is your feature request related to a problem? Please describe:
user will get confuse since exit suddently.
such as:
|
if count1+count2 != count { |
|
log.Fatal("the count is not correct", |
|
zap.Int64("count1", count1), |
|
zap.Int64("count2", count2), |
|
zap.Int64("count", count)) |
|
} |
Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
Feature Request
Is your feature request related to a problem? Please describe:
user will get confuse since exit suddently.
such as:
tidb-tools/sync_diff_inspector/diff.go
Lines 561 to 566 in 1cf55fb
Describe the feature you'd like:
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy: