Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goleak TestPiTRCreateMultiColsIndex #44147

Open
Tracked by #41316
hawkingrei opened this issue May 24, 2023 · 2 comments
Open
Tracked by #41316

goleak TestPiTRCreateMultiColsIndex #44147

hawkingrei opened this issue May 24, 2023 · 2 comments
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. component/br This issue is related to BR of TiDB. component/test severity/major type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

2. What did you expect to see? (Required)

3. What did you see instead (Required)

--- PASS: TestPiTRCreateMultiColsIndex (14.34s)

PASS

goleak: Errors on successful test run: found unexpected goroutines:

[Goroutine 1032712 in state select, with go.etcd.io/etcd/client/v3.(*Client).autoSync on top of the stack:

goroutine 1032712 [select]:

go.etcd.io/etcd/client/v3.(*Client).autoSync(0xc02f2381c0)

	external/io_etcd_go_etcd_client_v3/client.go:199 +0xc5

created by go.etcd.io/etcd/client/v3.newClient

	external/io_etcd_go_etcd_client_v3/client.go:444 +0xf7e


 Goroutine 1032618 in state sync.Cond.Wait, with sync.runtime_notifyListWait on top of the stack:

goroutine 1032618 [sync.Cond.Wait]:

sync.runtime_notifyListWait(0xc050a4e050, 0x4)

	GOROOT/src/runtime/sema.go:527 +0x14c

sync.(*Cond).Wait(0xc001a07f70?)

	GOROOT/src/sync/cond.go:70 +0x8c

google.golang.org/grpc/internal/transport.(*http2Client).keepalive(0xc0324a6000)

	external/org_golang_google_grpc/internal/transport/http2_client.go:1700 +0x245

created by google.golang.org/grpc/internal/transport.newHTTP2Client

	external/org_golang_google_grpc/internal/transport/http2_client.go:384 +0x1dac


 Goroutine 1032713 in state select, with github.com/tikv/client-go/v2/internal/client.(*connMonitor).start on top of the stack:

goroutine 1032713 [select]:

github.com/tikv/client-go/v2/internal/client.(*connMonitor).start(0xc002022dc0)

	external/com_github_tikv_client_go_v2/internal/client/client.go:186 +0xd2

created by github.com/tikv/client-go/v2/internal/client.(*connMonitor).Start.func1

	external/com_github_tikv_client_go_v2/internal/client/client.go:166 +0x8e


 Goroutine 1244357 in state sync.Cond.Wait, 1 minutes, with sync.runtime_notifyListWait on top of the stack:

goroutine 1244357 [sync.Cond.Wait, 1 minutes]:

sync.runtime_notifyListWait(0xc0034c4d90, 0x3)

	GOROOT/src/runtime/sema.go:527 +0x14c

sync.(*Cond).Wait(0xc002f95770?)

	GOROOT/src/sync/cond.go:70 +0x8c

google.golang.org/grpc/internal/transport.(*http2Client).keepalive(0xc02a1a0d80)

	external/org_golang_google_grpc/internal/transport/http2_client.go:1700 +0x245

created by google.golang.org/grpc/internal/transport.newHTTP2Client

	external/org_golang_google_grpc/internal/transport/http2_client.go:384 +0x1dac



4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added the type/bug The issue is confirmed as a bug. label May 24, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels May 26, 2023
@seiya-annie seiya-annie removed may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels May 26, 2023
@ti-chi-bot ti-chi-bot added the affects-7.5 This bug affects the 7.5.x(LTS) versions. label Oct 23, 2023
@ti-chi-bot ti-chi-bot added the affects-8.1 This bug affects the 8.1.x(LTS) versions. label Apr 9, 2024
@jebter jebter added the component/br This issue is related to BR of TiDB. label Apr 29, 2024
@BornChanger
Copy link
Contributor

@hawkingrei as I know the problem is gone now. Please check.

@ti-chi-bot ti-chi-bot added the affects-8.5 This bug affects the 8.5.x(LTS) versions. label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 This bug affects the 7.5.x(LTS) versions. affects-8.1 This bug affects the 8.1.x(LTS) versions. affects-8.5 This bug affects the 8.5.x(LTS) versions. component/br This issue is related to BR of TiDB. component/test severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

5 participants