usernameisnull opened a new issue, #229:
URL: https://github.com/apache/rocketmq-operator/issues/229

   The issue tracker is **ONLY** used for the bug report(feature request need 
to follow [RIP 
process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal)).
 Keep in mind, please check whether there is an existing same report before you 
raise a new one.
   
   Alternately (especially if your communication is not a bug report), you can 
send mail to our [mailing lists](http://rocketmq.apache.org/about/contact/). We 
welcome any friendly suggestions, bug fixes, collaboration and other 
improvements.
   
   Please ensure that your bug report is clear and that it is complete. 
Otherwise, we may be unable to understand it or to reproduce it, either of 
which would prevent us from fixing the bug. We strongly recommend the 
report(bug report or feature request) could include some hints as the following:
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
      just start a new instance of rocketmq
   
   - What did you expect to see?
     start success
   
   - What did you see instead?
      the controller failed to start   
   
   2. Please tell us about your environment:
       node: 
       ```
           root@master01:~# cat /etc/os-release
           PRETTY_NAME="Ubuntu 22.04.1 LTS"
           NAME="Ubuntu"
           VERSION_ID="22.04"
           VERSION="22.04.1 LTS (Jammy Jellyfish)"
           VERSION_CODENAME=jammy
           ID=ubuntu
           ID_LIKE=debian
           HOME_URL="https://www.ubuntu.com/";
           SUPPORT_URL="https://help.ubuntu.com/";
           BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
           
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
           UBUNTU_CODENAME=jammy
   
       ```
       docker version
       ```
       root@master01:~# docker version
       Client: Docker Engine - Community
        Version:           20.10.21
        API version:       1.41
        Go version:        go1.18.7
        Git commit:        baeda1f
        Built:             Tue Oct 25 18:01:58 2022
        OS/Arch:           linux/amd64
        Context:           default
        Experimental:      true
       
       Server: Docker Engine - Community
        Engine:
         Version:          20.10.21
         API version:      1.41 (minimum version 1.12)
         Go version:       go1.18.7
         Git commit:       3056208
         Built:            Tue Oct 25 17:59:49 2022
         OS/Arch:          linux/amd64
         Experimental:     false
        containerd:
         Version:          1.6.9
         GitCommit:        1c90a442489720eec95342e1789ee8a5e1b9536f
        runc:
         Version:          1.1.4
         GitCommit:        v1.1.4-0-g5fd4c4d
        docker-init:
         Version:          0.19.0
         GitCommit:        de40ad0
       
       ```
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):
       the logs of pod
       ```
       kubectl  logs controller-0
       cat: can't open '/sys/fs/cgroup/memory/memory.limit_in_bytes': No such 
file or directory
       /root/rocketmq/controller/bin/runserver.sh: line 58: arithmetic syntax 
error
       
       ```
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   
   2. Provide any additional detail on your proposed use case for this feature.
   
   2. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have). Are you currently using any workarounds to address 
this issue?
   
   4. If there are some sub-tasks using -[] for each subtask and create a 
corresponding issue to map to the sub task:
   
   - [sub-task1-issue-number](example_sub_issue1_link_here): sub-task1 
description here, 
   - [sub-task2-issue-number](example_sub_issue2_link_here): sub-task2 
description here,
   - ...
   


-- 
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: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to