lampnick commented on issue #3750:
URL: https://github.com/apache/rocketmq/issues/3750#issuecomment-1011680377


   when I use the following config, publish message error
   ```
   brokerClusterName = DefaultCluster
   brokerName = broker-a
   brokerId = 0
   deleteWhen = 04
   fileReservedTime = 48
   brokerRole = ASYNC_MASTER
   flushDiskType = ASYNC_FLUSH
   autoCreateTopicEnable = true
   autoCreateSubscriptionGroup=true
   #listenPort=10911
   #fileReservedTime=48
   brokerIP1=10.10.5.59
   ```
   then I change config to 
   ```
   brokerClusterName=DefaultCluster
   brokerName=broker-a
   brokerId=0
   deleteWhen=04
   fileReservedTime=48
   brokerRole=SYNC_MASTER
   flushDiskType=SYNC_FLUSH
   autoCreateTopicEnable=true
   autoCreateSubscriptionGroup=true
   #listenPort=10911
   brokerIP1=10.10.5.59
   diskMaxUsedSpaceRatio=99
   ```
   same result.


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