jasonjavaYY opened a new issue, #5472:
URL: https://github.com/apache/rocketmq/issues/5472

   **BUG REPORT**
   There is no call to Class “org.apache.rocketmq.tools.monitor.MonitorService” 
startup method in the scripts under the “bin directory”, which means that the 
main method of class “MonitorService” will not be executed, as shown in the 
following figure: 
   
![11](https://user-images.githubusercontent.com/52964650/200215699-a2e52793-ba13-4811-95e2-2dd112835b18.png)
   
   So I think the main method of class “MonitorService” should be removed.
   1、The steps to reproduce
   run the “  grep -rn "MonitorService"  ” command in the bin directory.
   2、expected to see:
   Startup of class "MonitorService" exists in some scripts.
   3、the real output instead:
   No script calls Class "MonitorService" startup, but Class "MonitorService" 
defines the main method.


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