RockteMQ-AI commented on issue #232: URL: https://github.com/apache/rocketmq-operator/issues/232#issuecomment-5292651507
**Issue Evaluation** Category: `type/enhancement` | Status: **Evaluated** Adapting RocketMQ to cgroup v2 is a valid and timely enhancement. As Kubernetes distributions increasingly default to cgroup v2 (K8s 1.25+), the JVM and native processes inside RocketMQ containers need to correctly read resource limits from the cgroup v2 hierarchy. **Feasibility:** feasible — primarily involves updating JVM flags (`-XX:+UseContainerSupport` is default in JDK 10+) and verifying that broker/store memory calculations respect cgroup v2 limits. **Scope:** Dockerfile, JVM startup scripts, operator resource limit handling **Compatibility:** Should be backward-compatible with cgroup v1 environments. This is a valuable improvement for modern Kubernetes deployments. --- *Automated evaluation by RockteMQ-AI* -- 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]
