D3Hunter

Results 31 comments of D3Hunter

met again https://do.pingcap.net/jenkins/blue/rest/organizations/jenkins/pipelines/pingcap/pipelines/tidb/pipelines/ghpr_unit_test/runs/4227/nodes/63/steps/69/log/?start=0 ``` Resource_group: default\nadmin capture bindings;"] capture_test.go:702: Error Trace: pkg/bindinfo/capture_test.go:702 pkg/bindinfo/capture_test.go:752 Error: Condition never satisfied Test: TestCaptureWildcardFilter ```

handleTasksLoop shouldn't call itself recusively, this didn't handle the panic anyway, maybe log and stop executor manager, we should also unregister the node meta to allow subtask be balanced away...

https://github.com/pingcap/tidb/pull/51241/files#diff-69ddf4e4b7217304828d6d8e38f30b4df55e90c2c3135d2d9c8be3a872bc07caL113-L115 here we moved where `recoverFn` is called, we can see logs now

the err i met is: ``` Warning: syntax ambiguity - badly delimited number '0.01s' in line 8 of splits into two tokens Error: : syntax error in line 8 near...

current mdl table doesn't contain schema info, it requires change system table to fix it, and the scenario is quite uncommon, change priority to moderate https://github.com/pingcap/tidb/blob/20454c45dc3a8b384f36fc9c2e80597c792e67b5/pkg/session/session.go#L3144-L3148

https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftidb%2Fghpr_check2/detail/ghpr_check2/7147/pipeline/408 ``` Error Trace: pkg/testkit/testkit.go:139 pkg/testkit/testkit.go:132 tests/realtikvtest/testkit.go:141 tests/realtikvtest/testkit.go:99 tests/realtikvtest/txntest/isolation_test.go:47 Error: Received unexpected error: [schema:1051]Unknown table 'test.t' github.com/pingcap/errors.AddStack external/com_github_pingcap_errors/errors.go:178 github.com/pingcap/errors.Trace external/com_github_pingcap_errors/juju_adaptor.go:15 github.com/pingcap/tidb/pkg/testkit.(*TestKit).ExecWithContext pkg/testkit/testkit.go:383 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExecWithContext pkg/testkit/testkit.go:137 github.com/pingcap/tidb/pkg/testkit.(*TestKit).MustExec pkg/testkit/testkit.go:132 github.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndDomainAndSetup tests/realtikvtest/testkit.go:141 github.com/pingcap/tidb/tests/realtikvtest.CreateMockStoreAndSetup tests/realtikvtest/testkit.go:99...

current master branch has this problem too