-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Dumpling failed with Failed to register MPP Task #43426
Comments
The root cause is in dumpling, it will continuously sending query like This bug is fixed by #40048, that is to say, the bug only exists for TiDB version lower than v6.6.0 |
Close as won't fix in earlier versions. |
LTS 6.5 版本什么时候修复呢? |
There is no plan to fix it in v6.5.x because the fix is actually a total refactor of |
As a work around, you can add session engine isolation to dumpling options to prevent it from querying tiflash.
|
/found community |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
prepare tpch 10 data with tiflash replica
dumpling the tpch data and raise the error ,you can set --params "tidb_isolation_read_engines=tiflash,tidb_enforce_mpp=on" to ensure dumpling query run using tiflash
tidb log
But the query
SELECT * FROM
tpch.
lineitemLIMIT 1
executed directly to tidb can success2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
6.5.1
The text was updated successfully, but these errors were encountered: