shibd opened a new issue #362: deploy ha cluster: Slave fall behind master: 180 
bytes
URL: https://github.com/apache/rocketmq/issues/362
 
 
   deploy ha cluster: 1master-1slave-async
   
   master logs broker.log : Slave fall behind master: 180 bytes
   send on message, observation slave store nofind commitlog and consumequeue 
files
   
   master-broker.properties
   ```
   brokerClusterName=m-s-sync
   brokerName=208-master
   brokerId=0
   deleteWhen=04
   fileReservedTime=128
   brokerRole=ASYNC_MASTER
   flushDiskType=ASYNC_FLUSH
   brokerIP1=10.16.18.208
   namesrvAddr=10.16.18.206:9876;10.16.18.208:9876;
   ```
   
   slave-broker.properties
   ```
   brokerClusterName=m-s-sync
   brokerName=206-slave
   brokerId=1
   deleteWhen=04
   fileReservedTime=48
   brokerRole=SLAVE
   flushDiskType=ASYNC_FLUSH
   brokerIP1=10.16.18.206
   namesrvAddr=10.16.18.206:9876;10.16.18.208:9876;
   ```
   
   problem:
   rocketmq slave node why nofind store files?  
   It should be synchronized from master?
   
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to