Mark110513 opened a new issue #3952:
URL: https://github.com/apache/rocketmq/issues/3952


   
在4台机子上搭建了一个dledger集群,RaftNode02、RaftNode03、RaftNode05、RaftNode06,每个broker组是1主2从,共12个broker
   接口压测结果集群的吞吐量只有3000+,仅留一个broker组吞吐量也是3000+,集群的吞吐量为啥上不去?
   
   【broker】配置
   【broker-n0.conf】
   brokerClusterName = RaftCluster
   brokerName=RaftNode03
   listenPort=30911
   namesrvAddr=10.254.39.1:9876;10.254.39.2:9876;10.254.39.3:9876
   storePathRootDir=/data/rocketmq-4.9.2/dledger/store/node00
   storePathCommitLog=/data/rocketmq-4.9.2/dledger/store/node00/commitlog
   enableDLegerCommitLog=true
   
   dLegerGroup=RaftNode03
   dLegerPeers=n0-127.0.0.1:40911;n1-127.0.0.1:40912;n2-127.0.0.1:40913
   dLegerSelfId=n0
   
   sendMessageThreadPoolNums=16
   
   brokerIP1=10.254.39.3
   
   deleteWhen=04
   fileReservedTime=48
   brokerRole=ASYNC_MASTER
   flushDiskType=ASYNC_FLUSH
   
   #发送消息线程等待时间,默认200ms
   waitTimeMillsInSendQueue=60000
   
   #开启Slave读权限(分担master 压力)
   slaveReadEnable=true
   
   #发送队列线程容量 
   sendThreadPoolQueueCapacity=100000
   
   
   【broker-n1.conf】
   ...
   storePathRootDir=/data/rocketmq-4.9.2/dledger/store/node01
   storePathCommitLog=/data/rocketmq-4.9.2/dledger/store/node01/commitlog
   dLegerSelfId=n1
   ...
   
   
   【broker-n2.conf】
   ...
   storePathRootDir=/data/rocketmq-4.9.2/dledger/store/node02
   storePathCommitLog=/data/rocketmq-4.9.2/dledger/store/node02/commitlog
   dLegerSelfId=n2
   ...
   
   


-- 
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