gaoyf commented on PR #9276:
URL: https://github.com/apache/rocketmq/pull/9276#issuecomment-3408776003
我看develop分支已经删除了org.apache.rocketmq.broker.BrokerStartup下面的代码:
```
if (BrokerRole.SLAVE == messageStoreConfig.getBrokerRole()) {
int ratio = messageStoreConfig.getAccessMessageInMemoryMaxRatio() - 10;
messageStoreConfig.setAccessMessageInMemoryMaxRatio(ratio);
}
```
那么这个bug也就不存在了,我关闭这个pr了
--
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]