| Bug #90197 | cluster.dissolve({force:true}); TypeError: Cannot read property 'dissolve' of un | ||
|---|---|---|---|
| Submitted: | 23 Mar 2018 14:07 | Modified: | 4 May 2018 0:58 |
| Reporter: | Sibel Kamer | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Server | Severity: | S2 (Serious) |
| Version: | 5.7.20 | OS: | Red Hat |
| Assigned to: | Assigned Account | CPU Architecture: | x86 |
[4 Apr 2018 0:58]
MySQL Verification Team
Hi, I'm having issues reproducing this. How did you actually get to situation that you can't dissolve it? thanks Bogdan
[4 May 2018 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".

Description: Hi, Mysqld on master cluster node has been restarted before persisting the cluster configuration and now when trying to dissolve cluster, I cant do so. mysql-js> shell.connect('cladm@dbcl1:3306') Please provide the password for 'cladm@dbcl1:3306': Creating a Session to 'cladm@dbcl1:3306' Your MySQL connection id is 283316 No default schema selected; type \use <schema> to set one. mysql-js> cluster.dissolve({force:true}) ReferenceError: cluster is not defined mysql-js> var cluster = dba.getCluster('mycl') Dba.getCluster: This function is not available through a session to a standalone instance (RuntimeError) mysql-js> cluster.dissolve({force:true}) TypeError: Cannot read property 'dissolve' of undefined mysql-js> cluster.dissolve({force:true}); TypeError: Cannot read property 'dissolve' of undefined How to repeat: cluster.dissolve({force:true});