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

tikv rpc request source tag unset #47753

Closed
crazycs520 opened this issue Oct 18, 2023 · 1 comment
Closed

tikv rpc request source tag unset #47753

crazycs520 opened this issue Oct 18, 2023 · 1 comment
Labels
affects-7.1 priority/release-blocker This issue blocks a release. Please solve it ASAP. severity/major sig/transaction SIG:Transaction type/bug The issue is confirmed as a bug.

Comments

@crazycs520
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

introduce by #47745

    session_test.go:780: 
        	Error Trace:	pkg/session/test/session_test.go:780
        	            				external/com_github_tikv_client_go_v2/internal/client/client_interceptor.go:125
        	            				external/com_github_tikv_client_go_v2/internal/client/client_interceptor.go:60
        	            				external/com_github_tikv_client_go_v2/internal/client/client_collapse.go:74
        	            				external/com_github_tikv_client_go_v2/internal/locate/region_request.go:1681
        	            				external/com_github_tikv_client_go_v2/internal/locate/region_request.go:1461
        	            				external/com_github_tikv_client_go_v2/txnkv/txnsnapshot/client_helper.go:146
        	            				external/com_github_tikv_client_go_v2/txnkv/txnsnapshot/snapshot.go:682
        	            				external/com_github_tikv_client_go_v2/txnkv/txnsnapshot/snapshot.go:580
        	            				pkg/store/driver/txn/snapshot.go:60
        	            				pkg/executor/point_get.go:493
        	            				pkg/executor/point_get.go:373
        	            				pkg/executor/point_get.go:310
        	            				pkg/executor/internal/exec/executor.go:283
        	            				pkg/executor/adapter.go:1222
        	            				pkg/executor/adapter.go:154
        	            				pkg/session/tidb.go:350
        	            				pkg/session/tidb.go:368
        	            				pkg/testkit/testkit.go:251
        	            				pkg/testkit/testkit.go:177
        	            				pkg/session/test/session_test.go:794
        	Error:      	Not equal: 
        	            	expected: "leader_external_Select_lightning"
        	            	actual  : ""
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1 +1 @@
        	            	-leader_external_Select_lightning
        	            	+
        	Test:       	TestRequestSource

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

@crazycs520
Copy link
Contributor Author

release-7.5 already fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.1 priority/release-blocker This issue blocks a release. Please solve it ASAP. severity/major sig/transaction SIG:Transaction type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

3 participants