bin

Results 2 comments of bin

It allows customizing the logger level. The logger in the logutil package corresponds to the global Logger in the github.com/pingcap/log package. You can initialize a custom-level logger and replace it。...

> I suspect the memory leak is on the recursive stack. > > [client-go/rawkv/rawkv.go](https://github.com/tikv/client-go/blob/279dcd5b29a2df8797237bb09e41924d52a73fe0/rawkv/rawkv.go#L804-L814) > > Lines 804 to 814 in [279dcd5](/tikv/client-go/commit/279dcd5b29a2df8797237bb09e41924d52a73fe0) > > if regionErr != nil { >...