Skip to content

tests/integration: pulsar next gen jobs fail to start TiDB (process leak + invalid TiDB config) #4277

@wlwilliamx

Description

@wlwilliamx

What did you do?

What did you expect to see?

  • Pulsar next-gen integration jobs should reliably start TiDB/PD/TiKV for every case, and background processes started by test cases should be cleaned up between cases.

What did you see instead?

  • Pulsar next-gen jobs fail with repeated MySQL connect errors and finally Failed to start TiDB while verifying TiDB health (tests/integration_tests/_utils/check_tidb_health).
  • TiDB prints invalid configuration option warnings, and in some cases PD reports keyspace pre-alloc / region split timeouts, which can cascade into TiDB bootstrap failures.
  • In the same PR run, other next-gen integration suites (e.g. Kafka/Storage, MySQL light) can pass, suggesting this is not a universal next-gen environment outage.

Versions of the cluster

Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

From CI logs (next-gen):
Release Version: v9.0.0-beta.2.pre-1255-g5f3cbfe
Kernel Type: Next Generation

Upstream TiKV version (execute tikv-server --version):

From CI logs:
Release Version: 8.5.4+branch-HEAD
Edition: Cloud Storage Engine
Git Commit Hash: a5d8e11ebb420ff2ae27ea5f251b6893cbe62a64

TiCDC version (execute cdc version):

PR build in CI (pingcap/ticdc#4264), commit aa290841c41294377843c6631e009dc993ae7a8d

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions