Issue with a node rejoing
I had a node get shutdown in AWS and now it will not rejoin
i keep getting this
Job failedExit Code: 1 |
10896
|
30 Sep 2015 09:44:40
|
10.10.2.25:3306: Aborting recovery.Exit Code: 1 |
10896
|
30 Sep 2015 09:44:40
|
10.10.2.25:3306: Refusing to recover node, incorrect wsrep_cluster_address.Exit Code: 1 |
10896
|
30 Sep 2015 09:44:40
|
10.10.2.25:3306: Detected wsrep_cluster_address='' on 10.10.2.25:3306. This is unsafe and data loss may happen if node restarts. Correct problem immediately and set e.g: wsrep_cluster_address='gcomm://ip1,ip2,ip3...'Exit Code: 1 |
10896
|
30 Sep 2015 09:44:40
|
Starting node recovery.
i have this in my my.cnf file is there something i am missing?
wsrep_node_address=10.10.2.25 |
-
Here is my information. ill post it here in hopes that it helps others.
Database Version 10.0.12-MariaDB-wsrep-log(MariaDB Server, wsrep_25.10.r4002) Vendor: mariadb ClusterControl UI version: 1.2.10.d096ba8 ClusterControl CMON Version: 1.2.10.836 CMON API Version: 1.2.10.d9153ce OS: redhat
i have attached the my.cnf file i commented out wsrep_sst_auth=root:
Please let me know if i can help in anyway on this.
-
Do you use, by chance, '!' in the root password? This is not supported character and can lead to parse errors. We allow every character except $ ' " \ !
In the log I'm seeing:
Oct 01 13:09:23 : (ERROR) 10.10.2.25: error: syntax error in line 169 near token '!'
and line 169 in your my.cnf is:
wsrep_sst_auth=root:***Removed****
-
Please take a look at this procedure: http://support.severalnines.com/entries/22432317-Changing-cmon-and-root-passwords
It should guide you through the process of changing the password.
Please sign in to leave a comment.
Comments
9 comments