radondb / radon

RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
https://radondb.io/
GNU General Public License v3.0
1.8k stars 217 forks source link

[BUG] RADON RESHARD FAILED #736

Closed GuishengZhou closed 3 years ago

GuishengZhou commented 3 years ago

describe:

RADON RESHARD FAILED

The output does not have "ttt"
clusters is normal
Create a new table to be a success
radon.log.zip

eg:

mysql> show create table t_single \G 1. row Table: t_single Create Table: CREATE TABLE t_single ( a int(11) DEFAULT NULL, b char(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 /!SINGLE/ 1 row in set (0.00 sec)

mysql> RADON RESHARD t_single to ttt ; Query OK, 0 rows affected (0.00 sec)

mysql> show tables; +----------------+ | Tables_in_test | +----------------+ | t_single | | t_part | | test | | t1 | | t2 | | t_global | +----------------+ 6 rows in set (0.00 sec)

mysql> create table aa (id int, primary key(id));

mysql> show tables; +----------------+ | Tables_in_test | +----------------+ | t_single | | t_part | | aa | | test | | t1 | | t2 | | t_global | +----------------+ 7 rows in set (0.00 sec)

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.