RockteMQ-AI commented on issue #232: URL: https://github.com/apache/rocketmq-operator/issues/232#issuecomment-5395024482
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Docker image / JVM startup scripts **Compatibility:** Non-breaking — JVM arguments for cgroup v2 are backward compatible with newer JDK versions. Valid enhancement. Ubuntu 22.04+ and other modern distros use cgroup v2 by default. Java applications (especially older JDK versions) need explicit cgroup v2 support via JVM flags (`-XX:+UseContainerSupport` in JDK 11+). **Suggested fix:** Update the Docker image entrypoint to detect cgroup v2 and add appropriate JVM flags. Consider upgrading the base JDK to 11+ which has better cgroup v2 support. --- *Automated evaluation by github-manager* -- 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]
