MySQL Forums
Forum List  »  InnoDB clusters

Segmentation fault (core dumped)
Posted by: david yang
Date: March 24, 2017 10:07PM

Hi,

when i check the new instance state as below:
mysql-js> cluster.checkInstanceState('root@mysql-secondary1:3307')
Please provide the password for 'root@mysql-secondary1:3307':
Analyzing the instance replication state...

The instance 'mysql-secondary1:3307' is valid for the cluster.
The instance is new to Group Replication.

{
"reason": "new",
"state": "ok"
}


Next, i tried to add the instance into cluster.
mysql-js> cluster.addInstance('root@mysql-secondary1:3307')
A new instance will be added to the InnoDB cluster. Depending on the amount of
data on the cluster this might take from a few seconds to several hours.

Please provide the password for 'root@mysql-secondary1:3307':
Adding instance to the cluster ...

Segmentation fault (core dumped)

Any advise why this happened? How can i solve this?

mysql 5.7.17 (docker)
mysql-shell 1.0.8


Many thanks in advance

Options: ReplyQuote


Subject
Views
Written By
Posted
Segmentation fault (core dumped)
4748
March 24, 2017 10:07PM
1480
March 25, 2017 07:14AM


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.