-
Notifications
You must be signed in to change notification settings - Fork 936
why is it ORC_AUTO_MASTER_RECOVERY=false ? #933
Comments
Please replace
with
does that kick the failover? |
Wonderful, it works. Thank you. |
"cluster domain" value depends on the configuration of |
Yes
|
can you please |
jianhaiqing@10.111.21.216:33307 [orchestrator]> select * from cluster_domain_name;
+----------------------+----------------------------+---------------------+
| cluster_name | domain_name | last_registered |
+----------------------+----------------------------+---------------------+
| 10.111.211.242:3308 | mysql-test-3308.hz.cvte.cn | 2019-07-16 07:49:19 |
| 10.111.211.243:33306 | mysql-ha-test.hz.cvte.cn | 2019-07-16 07:49:23 |
| 10.111.211.244:3307 | mysql-test-3307.hz.cvte.cn | 2019-07-16 07:49:19 |
+----------------------+----------------------------+---------------------+
3 rows in set (0.00 sec)
jianhaiqing@10.111.21.216:33307 [orchestrator]> select cluster_name from database_instance;
+----------------------+
| cluster_name |
+----------------------+
| 10.111.211.242:3308 |
| 10.111.211.242:3308 |
| 10.111.211.243:33306 |
| 10.111.211.243:33306 |
| 10.111.211.243:33306 |
| 10.111.211.244:3307 |
| 10.111.211.244:3307 |
| 10.111.211.244:3307 |
| 10.111.211.244:3307 |
+----------------------+
9 rows in set (0.00 sec)
jianhaiqing@10.111.21.216:33307 [orchestrator]> select TABLE_SCHEMA,TABLE_NAME,COLUMN_NAME from information_schema.columns where column_name like '%domain%';
+--------------+---------------------+-------------+
| TABLE_SCHEMA | TABLE_NAME | COLUMN_NAME |
+--------------+---------------------+-------------+
| orchestrator | cluster_domain_name | domain_name |
+--------------+---------------------+-------------+ |
Hello,
and this points to three mariadb slaves, each name represents the alias of each container inside the docker network.
Notes:
My questions are: Can you guide me to the missing points ? Update 1 Update 2 As i moved to use Pseudo-GTID instead of GTID, what should I do to switch the old master to slave ? |
(ORC_FAILURE_CLUSTER_DOMAIN is empty) seems to be fixed in the PR #970 |
Hi Shlomi, i'm trying to test the auto master recovery procedure, by killing master. But according to the hooks result and environment variables output as follows, it doesn't happen, how I can troubleshoot the issue?
3.0.14 f4c69ad05010518da784ce61865e65f0d9e0081c
percona server-5.7.25-28, gtid ON
The text was updated successfully, but these errors were encountered: