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

EXCHANGE PARTITION breaks TiFlash in current master #46125

Closed
mjonss opened this issue Aug 15, 2023 · 1 comment
Closed

EXCHANGE PARTITION breaks TiFlash in current master #46125

mjonss opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
component/tablepartition This issue is related to Table Partition of TiDB. severity/major type/bug The issue is confirmed as a bug.

Comments

@mjonss
Copy link
Contributor

mjonss commented Aug 15, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Start a cluster with a recent build (after #45877 was merged)

tiup playground nightly

Run the TiFlash test alter_exchange_partition.test

sh run-test.sh fullstack-test2/ddl/alter_exchange_partition.test

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

Success

3. What did you see instead (Required)

  File: fullstack-test2/ddl/alter_exchange_partition.test
  Error line: 45
  Error: DBGInvoke __refresh_schemas()
  Result:
    Code: 32. DB::Exception: Attempt to read after eof: while receiving packet from 127.0.0.1:9100
  Expected:
    <nothing>

4. What is your TiDB version? (Required)

tidb_version(): Release Version: v7.4.0-alpha
Edition: Community
Git Commit Hash: 04f96b50eac511e2757bd89483d75fd771f00305
Git Branch: heads/refs/tags/v7.4.0-alpha
UTC Build Time: 2023-08-15 14:25:38
GoVersion: go1.21.0
Race Enabled: false
Check Table Before Drop: false
Store: tikv
@mjonss mjonss added the type/bug The issue is confirmed as a bug. label Aug 15, 2023
@mjonss mjonss self-assigned this Aug 15, 2023
@mjonss mjonss added the component/tablepartition This issue is related to Table Partition of TiDB. label Aug 15, 2023
@ti-chi-bot ti-chi-bot bot added may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Aug 17, 2023
@seiya-annie seiya-annie removed may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 may-affects-7.1 labels Aug 17, 2023
ti-chi-bot bot pushed a commit that referenced this issue Aug 17, 2023
mjonss added a commit to ti-chi-bot/tidb that referenced this issue Aug 17, 2023
@mjonss
Copy link
Contributor Author

mjonss commented Aug 17, 2023

This was fixed by #46126.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tablepartition This issue is related to Table Partition of TiDB. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants