Reduce replica timeouts to 1sec for failover integration testing
This commit is contained in:
		@@ -35,6 +35,10 @@ log.dirs={tmp_dir}/data
 | 
			
		||||
num.partitions={partitions}
 | 
			
		||||
default.replication.factor={replicas}
 | 
			
		||||
 | 
			
		||||
## Short Replica Lag -- Drops failed brokers out of ISR
 | 
			
		||||
replica.lag.time.max.ms=1000
 | 
			
		||||
replica.socket.timeout.ms=1000
 | 
			
		||||
 | 
			
		||||
############################# Log Flush Policy #############################
 | 
			
		||||
 | 
			
		||||
log.flush.interval.messages=10000
 | 
			
		||||
 
 | 
			
		||||
@@ -63,6 +63,10 @@ log.dirs={tmp_dir}/data
 | 
			
		||||
num.partitions={partitions}
 | 
			
		||||
default.replication.factor={replicas}
 | 
			
		||||
 | 
			
		||||
## Short Replica Lag -- Drops failed brokers out of ISR
 | 
			
		||||
replica.lag.time.max.ms=1000
 | 
			
		||||
replica.socket.timeout.ms=1000
 | 
			
		||||
 | 
			
		||||
############################# Log Flush Policy #############################
 | 
			
		||||
 | 
			
		||||
# Messages are immediately written to the filesystem but by default we only fsync() to sync
 | 
			
		||||
 
 | 
			
		||||
@@ -35,6 +35,10 @@ log.dirs={tmp_dir}/data
 | 
			
		||||
num.partitions={partitions}
 | 
			
		||||
default.replication.factor={replicas}
 | 
			
		||||
 | 
			
		||||
## Short Replica Lag -- Drops failed brokers out of ISR
 | 
			
		||||
replica.lag.time.max.ms=1000
 | 
			
		||||
replica.socket.timeout.ms=1000
 | 
			
		||||
 | 
			
		||||
############################# Log Flush Policy #############################
 | 
			
		||||
 | 
			
		||||
log.flush.interval.messages=10000
 | 
			
		||||
 
 | 
			
		||||
@@ -63,6 +63,10 @@ log.dirs={tmp_dir}/data
 | 
			
		||||
num.partitions={partitions}
 | 
			
		||||
default.replication.factor={replicas}
 | 
			
		||||
 | 
			
		||||
## Short Replica Lag -- Drops failed brokers out of ISR
 | 
			
		||||
replica.lag.time.max.ms=1000
 | 
			
		||||
replica.socket.timeout.ms=1000
 | 
			
		||||
 | 
			
		||||
############################# Log Flush Policy #############################
 | 
			
		||||
 | 
			
		||||
# Messages are immediately written to the filesystem but by default we only fsync() to sync
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user