superfenv opened a new issue #1819: rocketmq process exits inexplicably URL: https://github.com/apache/rocketmq/issues/1819 Recently, it was found that the rocketmq nameserver / broker process exited, but no obvious error was found in the log. The environment information is as follows: System environment: Linux centos 7 rocketmq version: 4.5.2 Number of hosts: 2 (master and slave each other) The startup method is as follows: Nameserver and broker jvm settings (both dev is 1G): bin / runserver.sh bin / runbroker.sh --2 nodes are operating / opt / rocketmq / bin / mqnamesrv & --1 node operation / opt / rocketmq / bin / mqbroker -c /opt/rocketmq/conf/2m-2s-sync/broker-a.properties & / opt / rocketmq / bin / mqbroker -c /opt/rocketmq/conf/2m-2s-sync/broker-b-s.properties & --2 node operation / opt / rocketmq / bin / mqbroker -c /opt/rocketmq/conf/2m-2s-sync/broker-b.properties & / opt / rocketmq / bin / mqbroker -c /opt/rocketmq/conf/2m-2s-sync/broker-a-s.properties & Running for about 4-5 hours, I found that the broker process has exited, and even the broker && nameserver has exited. When I query the log and configure the log level to DEBUG, no obvious error is _found? ![Uploading 微信图片_20200304144848.png…]()
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
