You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5.0/5.1 won't run anymore on systems using cgroups v2 due to a JDK bug:
Caused by: java.lang.NullPointerException: Cannot invoke "jdk.internal.platform.CgroupInfo.getMountPoint()" because "any
Controller" is null
at jdk.internal.platform.cgroupv2.CgroupV2Subsystem.getInstance(CgroupV2Subsystem.java:80) ~[?:?]
at jdk.internal.platform.CgroupSubsystemFactory.create(CgroupSubsystemFactory.java:114) ~[?:?]
at jdk.internal.platform.CgroupMetrics.getInstance(CgroupMetrics.java:177) ~[?:?]
at jdk.internal.platform.SystemMetrics.instance(SystemMetrics.java:29) ~[?:?]
at jdk.internal.platform.Metrics.systemMetrics(Metrics.java:58) ~[?:?]
at jdk.internal.platform.Container.metrics(Container.java:43) ~[?:?]
5.10 is already sort of EOL given that 6.2 is the current stable
release. So this also trims the 4-5 bwc tests given that it is unlikely
that we'll have anymore patches for 5.10 where storage changes or
serialization/mapping changes are relevant.
0 commit comments