yamasakisua commented on PR #1289:
URL: https://github.com/apache/bigtop/pull/1289#issuecomment-2295164466
The docker-hadoop.sh can success when this patch is applied in my
environment (WSL Ubuntu 22.04).
However, perhaps I was mistaken about the cause of failure.
It is caused by host environment, it should be switch with **host** cgroup
environment. (my previous change is switch with **guest** environment)
I have tried several environments to see if the host is affected.
1. WSL Ubuntu 22.04
1. `docker info` shows `Cgroup Version: 1`
2. When use docker-compose.yml, provisioner fail.
3. When use docker-compose-cgroupv2.yml, provisioner success.
4. AWS(EC2) Ubuntu 22.04
1. `docker info` shows `Cgroup Version: 2`
2. When use docker-compose.yml, provisioner fail.
3. When use docker-compose-cgroupv2.yml, provisioner success.
5. AWS(EC2) Rocky 8
1. `docker info` shows `Cgroup Version: 1`
2. When use docker-compose.yml, provisioner success.
I'm now wondering if there was no difference in the success of the execution
command between the 1 and 2 environments...
I guess WSL environment actually use cgroupv2 (not proof).
I'm going to withdraw this pull request because I haven't come up with a way
to switch it properly.
--
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]