clone results original .ibd file disappeared
I did following.
1. on master node, initialize database, install clone.so plugin, create clone user, and execute dba.createCluster() and make testdb and test table.
2. on primary node, initialize database and install clone.so and group_replication.so plugin and tried "clone instance from clone_user@mysqlgr1:3306 identified by password"
the "clone instance" statement failed with message "ERROR 3862 (HY000): Clone Donor Error: 1016 : Can't open file: './testdb/hello.ibd' (errno: 2 - No such file or directory)."
When I looked into /var/lib/mysql, the testdb directory and hello.ibd disappeared.
When I did not do dba.createCluster() and execute "clone instance" the testdb database directory and hello.ibd was kept.
Did I do something wrong?
Subject
Views
Written By
Posted
clone results original .ibd file disappeared
1697
August 29, 2019 01:04AM
840
August 29, 2019 03:06AM
492
August 29, 2019 12:25PM
505
August 29, 2019 06:25PM
428
August 30, 2019 08:26PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.