mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 10:56:12 +01:00 
			
		
		
		
	 dd64f29d6b
			
		
	
	
	dd64f29d6b
	
	
	
		
			
			Based on logs SST was started before donor reached Primaty state. Add wait_conditions to make sure that nodes reach Primary state before starting next node. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
		
			
				
	
	
		
			31 lines
		
	
	
	
		
			532 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
	
		
			532 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| !include ../galera_3nodes.cnf
 | |
| 
 | |
| [mysqld]
 | |
| loose-galera-gtid-consistency=1
 | |
| wsrep_sst_auth="root:"
 | |
| wsrep_sst_method=mariabackup
 | |
| log_slave_updates=ON
 | |
| log_bin=mariadb-bin-log
 | |
| binlog-format=row
 | |
| wsrep-gtid-mode=ON
 | |
| wsrep-debug=1
 | |
| gtid-strict-mode=1
 | |
| 
 | |
| [mysqld.1]
 | |
| wsrep-node-name="node1"
 | |
| gtid_domain_id=2
 | |
| server_id=10999
 | |
| wsrep_gtid_domain_id=1111
 | |
| 
 | |
| [mysqld.2]
 | |
| wsrep-node-name="node2"
 | |
| gtid_domain_id=3
 | |
| wsrep_gtid_domain_id=1112
 | |
| 
 | |
| [mysqld.3]
 | |
| wsrep-node-name="node3"
 | |
| gtid_domain_id=4
 | |
| wsrep_gtid_domain_id=1113
 | |
| 
 | |
| [sst]
 | |
| transferfmt=@ENV.MTR_GALERA_TFMT
 |