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 2019/12/11 05:25:31 UTC

[GitHub] [rocketmq] henrypoter edited a comment on issue #1641: broker & nameserver shutdown when testing

henrypoter edited a comment on issue #1641:  broker & nameserver shutdown when testing
URL: https://github.com/apache/rocketmq/issues/1641#issuecomment-564385345
 
 
   > @henrypoter it seems that you used the dledger mode in your test environment, could you provide more information about your broker config?
   We use the default config
   
   `[rocketmq@y2zomq213 dledger]$ cat broker.conf 
   brokerClusterName = RaftCluster
   brokerName=RaftNode00
   listenPort=30911
   namesrvAddr=192.168.111.212:9876;192.168.111.213:9876;192.168.111.214:9876
   enableDLegerCommitLog=true
   dLegerGroup=RaftNode00
   dLegerPeers=n0-192.168.111.212:40911;n1-192.168.111.213:40911;n2-192.168.111.214:40911
   
   dLegerSelfId=n1
   sendMessageThreadPoolNums=16`
   
   the start cmd:
   `rocketmq 103137 103133 11 Dec09 ?        04:45:32 /usr/local/jdk1.8.0_151/bin/java -server -Xms8g -Xmx8g -Xmn4g -XX:+UseG1GC -XX:G1HeapRegionSize=16m -XX:G1ReservePercent=25 -XX:InitiatingHeapOccupancyPercent=30 -XX:SoftRefLRUPolicyMSPerMB=0 -verbose:gc -Xloggc:/dev/shm/rmq_broker_gc_%p_%t.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintAdaptiveSizePolicy -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=30m -XX:-OmitStackTraceInFastThrow -XX:+AlwaysPreTouch -XX:MaxDirectMemorySize=15g -XX:-UseLargePages -XX:-UseBiasedLocking -Djava.ext.dirs=/usr/local/jdk1.8.0_151/jre/lib/ext:/opt/rocketmq/bin/../lib -cp .:/opt/rocketmq/bin/../conf:.:/usr/local/jdk1.8.0_151/lib:/usr/local/jdk1.8.0_151/jre/lib:.:/usr/local/jdk1.8.0_151/lib:/usr/local/jdk1.8.0_151/jre/lib: org.apache.rocketmq.broker.BrokerStartup -c /opt/rocketmq/conf/dledger-hc/broker.conf`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services