HuaiyuXu

Results 7 issues of HuaiyuXu

related issue: https://github.com/pingcap/tidb/issues/29086 We got the following error when running `go test -race` on Go1.15 and `go test -race -d=checkptr` on Go1.13. Does anyone know why this happens? ``` fatal...

## Feature Request **Is your feature request related to a problem? Please describe:** After https://github.com/pingcap/tidb/pull/33953, when the query on cluster_slow_log consumes too much memory, the error message will be returned...

status/discussion
type/feature-request

看 readme 提及的意思是,为了解决的问题是被 OOM-Killer kill 掉而无法保留现场的问题 那么是否只监控物理机或容器的内存使用率即可,而无需监控 cpu 利用率和 goroutine 数量?

discussion

### What problem does this PR solve? Issue Number: close #xxx Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...

size/L
release-note-none

## Feature Request **Is your feature request related to a problem? Please describe:** Make the profile result more readable **Describe the feature you'd like:** https://github.com/pingcap/tidb-dashboard/blob/22ad520874613023b0821dcc8a3853afda3819ea/pkg/apiserver/profiling/pprof.go#L51-L58 I suggest using `/debug/pprof/goroutine?debug=2` for...

status/discussion
type/feature-request

Hi, I'm confused why there are 3 `Reconnecting` logs printed. ![20230119-110854](https://user-images.githubusercontent.com/9039012/213346328-f03ad186-0fab-4353-a677-2e875b1a8e70.png) I try to reproduce this case but failed. Could anyone give me some help reproducing this case? ``` Step1:...

## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` sql drop table if exists table_abc1; drop table if exists table_abc2;...

type/bug
sig/planner
severity/major
may-affects-5.4
may-affects-6.1
affects-6.5
affects-7.1
affects-7.5
affects-8.1
impact/panic