You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/11/05 06:45:18 UTC

[GitHub] [rocketmq] dongeforever commented on issue #3461: Can rocketmq have one master corresponding to two slaves?

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


   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.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org