justdebugit

Results 12 comments of justdebugit

```java saga org.apache.servicecomb.saga 0.3.0-SNAPSHOT 4.0.0 alpha Saga::Alpha pom alpha-core alpha-server ```

I start it in Intellij idea by debug AlphaApplication only one instance ,and only one eventScaner ![image](https://user-images.githubusercontent.com/4242774/42630550-b35b1ef4-8609-11e8-9bf2-d2b3a7821995.png) with mysql database (schema-mysql.sql already imported)

The alpha server is not down ,keeping normal connection , but Omega may consider it down forerver; Even if alpha cluster with many servers,only one fail may result in `killing`...

I have the same problem, the file `/proc/self/cgroup` not contained 'cpuacct,cpu' or 'cpu, cpuacct' , but only 'cpuacct,cpu,cpuset', can graalvm compatible with this environment ? https://github.com/oracle/graal/blob/release/graal-vm/22.3/substratevm/src/com.oracle.svm.core.containers/src/com/oracle/svm/core/containers/cgroupv1/CgroupV1Subsystem.java ``` private static void...

My /proc/self/cgroup ``` 10:hugetlb:/ 9:memory:/ 8:net_cls:/ 7:perf_event:/ 6:blkio:/ 5:freezer:/ 4:pids:/ 3:devices:/ 2:cpuacct,cpu,cpuset:/

[createSubSystemController](https://github.com/oracle/graal/blob/release/graal-vm/22.3/substratevm/src/com.oracle.svm.core.containers/src/com/oracle/svm/core/containers/cgroupv1/CgroupV1Subsystem.java#L134) only create cpu controller but don't set path which cause the NPE My Graalvm Version is `graalvm-ce-java19-linux-amd64-22.3.1`。 Architecture: x86_64 OS: Linux The NPE problem occurs when execute `bin/gu -v`...

> Unfortunately I haven't been able to reproduce the issue, could you give more information? On which machine are you running docker, are you building the image or just pulling...

> @wyzssw my reply was directed to @mdhont. Apologies if there was a misunderstanding Thank you very much