mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-04 04:46:15 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			688 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			688 B
		
	
	
	
		
			INI
		
	
	
	
	
	
!include ../galera_2nodes.cnf
 | 
						|
 | 
						|
# We do not set mysqldump-related SST options here because doing so on startup
 | 
						|
# causes the first MTR connection to be forefully dropped by Galera, which in turn confuses MTR
 | 
						|
 | 
						|
[mysqld.1]
 | 
						|
wsrep_provider_options='pc.ignore_sb=true;repl.causal_read_timeout=PT90S;base_port=@mysqld.1.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=10M'
 | 
						|
 | 
						|
[mysqld.2]
 | 
						|
wsrep_provider_options='pc.ignore_sb=true;repl.causal_read_timeout=PT90S;base_port=@mysqld.2.#galera_port;evs.suspect_timeout=PT10S;evs.inactive_timeout=PT30S;evs.install_timeout=PT15S;pc.wait_prim_timeout=PT60S;gcache.size=10M'
 |