tikv / client-go

Go client for TiKV
Apache License 2.0
282 stars 222 forks source link

Too many logs of `"get timestamp too slow"` #1469

Open lance6716 opened 2 months ago

lance6716 commented 2 months ago

image

Please use something like zapcore.NewSamplerWithOptions

ref https://github.com/pingcap/tidb/blob/01797cb3ae9253067952494d90b3dc933e7066ba/pkg/util/logutil/log.go#L406

lance6716 commented 1 month ago

ptal @you06