Closed GuishengZhou closed 3 years ago
RADON RESHARD FAILED
The output does not have "ttt" clusters is normal Create a new table to be a success radon.log.zip
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)
t_single
a
b
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)
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.
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)