When I start elasticsearch-8.2.0 version in Linux Centos8, it is giving following error:
0.000s][warning][os,container] Duplicate cpuset controllers detected. Picking /sys/fs/cgroup/cpuset, skipping /scratch/chroot/OL_70_x86_64/sys/fs/cgroup/cpuset.
[0.001s][warning][os,container] Duplicate cpuset controllers detected. Picking /sys/fs/cgroup/cpuset, skipping /scratch/chroot/OL_70_x86_64/sys/fs/cgroup/cpuset.
[0.000s][warning][os,container] Duplicate cpuset controllers detected. Picking /sys/fs/cgroup/cpuset, skipping /scratch/chroot/OL_70_x86_64/sys/fs/cgroup/cpuset.
Error: Could not find or load main class [0.000s][warning][os,container]
Caused by: java.lang.ClassNotFoundException: [0/000s][warning][os,container]
...
I see the warning about duplicate cpuset but file system is read-only, so cannot modify anything there. I ran fine with same warning for elasticsearch-7.17.9.
Is there a workaround for this issue, so that I can use 8.2.0 ?