RockteMQ-AI commented on PR #237: URL: https://github.com/apache/rocketmq-operator/pull/237#issuecomment-5236489353
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** Controller failing to start on cgroup v2 systems is a valid bug. As Linux distributions increasingly default to cgroup v2, this affects container environments (Kubernetes nodes with newer kernels). **Root Cause:** The controller likely uses cgroup v1 APIs or paths that do not exist in cgroup v2 hierarchies. **Impact:** Cannot deploy RocketMQ via operator on cgroup v2 nodes — blocks adoption on newer infrastructure. **Severity:** High — blocks deployment on modern Linux systems. **Suggested fix:** Detect cgroup version at startup and use the appropriate API; or use a cgroup-agnostic library. --- *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]
