riki-wang opened a new issue, #5751:
URL: https://github.com/apache/rocketmq/issues/5751
1. Problem
Broker在自动故障转移模式下,设置transientStorePoolEnable=true导致benchmark性能测试急剧下降
- transientStorePoolEnable=false测试性能

- transientStorePoolEnable=true测试性能

2. Environment
- RocketMQ 5.0 1Master-1Slave Dledger Controller Mode
- broker配置
```
brokerClusterName = DefaultCluster
brokerName = broker-a
brokerId = -1
deleteWhen = 04
fileReservedTime = 12
enableControllerMode = true
namesrvAddr =
10.110.150.106:9876;10.110.150.107:9876;10.110.150.108:9876
controllerAddr =
10.110.150.106:59878;10.110.150.107:59878;10.110.150.108:59878
allAckInSyncStateSet = true
flushDiskType = ASYNC_FLUSH
transientStorePoolEnable=true
transientStorePoolSize=3
listenPort = 59011
storePathRootDir=/home/data/rocketmq/broker-a/store
storePathIndex=/home/data/rocketmq/broker-a/store/index
storeCheckpoint=/home/data/rocketmq/broker-a/store/checkpoint
abortFile=/home/data/rocketmq/broker-a/store/abort
storePathCommitLog=/home/data/rocketmq/broker-a/store/commitlog
storePathConsumerQueue=/home/data/rocketmq/broker-a/store/consumequeue
storePathEpochFile=/home/data/rocketmq/broker-a/store/storePathEpochFile
```
--
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]