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

DM panic error #11871

Open
verbotenj opened this issue Dec 12, 2024 · 1 comment
Open

DM panic error #11871

verbotenj opened this issue Dec 12, 2024 · 1 comment
Labels
area/dm Issues or PRs related to DM. type/bug The issue is confirmed as a bug.

Comments

@verbotenj
Copy link

What did you do?

DM task has been working and stopped.

What did you expect to see?

Task to continue running.

What did you see instead?


goroutine 89 [running]:
github.com/pingcap/tiflow/pkg/sqlmodel.getColsAndValuesOfIdx(...)
	github.com/pingcap/tiflow/pkg/sqlmodel/utils.go:32
github.com/pingcap/tiflow/pkg/sqlmodel.(*RowChange).getCausalityString(0x400392fc80, {0x400392fc00?, 0x8, 0x8})
	github.com/pingcap/tiflow/pkg/sqlmodel/causality.go:171 +0x800
github.com/pingcap/tiflow/pkg/sqlmodel.(*RowChange).CausalityKeys(0x400392fc80)
	github.com/pingcap/tiflow/pkg/sqlmodel/causality.go:40 +0x160
github.com/pingcap/tiflow/dm/syncer.(*causality).run(0x40012b0ea0)
	github.com/pingcap/tiflow/dm/syncer/causality.go:83 +0x224
github.com/pingcap/tiflow/dm/syncer.causalityWrap.func1()
	github.com/pingcap/tiflow/dm/syncer/causality.go:60 +0x24
created by github.com/pingcap/tiflow/dm/syncer.causalityWrap in goroutine 572
	github.com/pingcap/tiflow/dm/syncer/causality.go:59 +0x324

Versions of the cluster

DM version (run dmctl -V or dm-worker -V or dm-master -V):

8.1.1

Upstream MySQL/MariaDB server version:

(paste upstream MySQL/MariaDB server version here)

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

(paste TiDB cluster version here)

How did you deploy DM: tiup or manually?

(leave TiUP or manually here)

Other interesting information (system version, hardware config, etc):

>
>

current status of DM cluster (execute query-status <task-name> in dmctl)

(paste current status of DM cluster here)
@verbotenj verbotenj added area/dm Issues or PRs related to DM. type/bug The issue is confirmed as a bug. labels Dec 12, 2024
@lance6716
Copy link
Contributor

lance6716 commented Dec 13, 2024

Thanks for reporting. The message you provided "goroutine 89 [running]: ..." is not a panic stack. Please provide the full log / stderr, or some reproducing steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dm Issues or PRs related to DM. type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants