iamqq23ue commented on issue #3461:
URL: https://github.com/apache/rocketmq/issues/3461#issuecomment-961801219


   thanks for the reply。In addition, I suggest that if only one node exists in 
the deleger mode, this node can provide read services.
   In this way, the requirements of disaster recovery can be met.
   
   
   
   
   
   ------------------ 原始邮件 ------------------
   发件人:                                                                         
                                               "apache/rocketmq"                
                                                                    
***@***.***>;
   发送时间: 2021年11月5日(星期五) 下午2:45
   ***@***.***>;
   ***@***.******@***.***>;
   主题: Re: [apache/rocketmq] Can rocketmq have one master corresponding to 
two slaves? (Issue #3461)
   
   
   
   
   
    
   This is the cold data problem。
    For in-sync slave, the master loads data from page cache.
    But for out-of-sync slave, the master needs to load data from disk, this 
will be much slower than page cache.
    If the incoming tps is large,the out of sync slave may never have the 
chance to catch up with the master.
    
   IMO,We may need to polish the cold data sync performance.
    
   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to