Zoltán Borók-Nagy created IMPALA-12938:
------------------------------------------
Summary: test_no_inaccessible_objects failed in JDK11 build
Key: IMPALA-12938
URL: https://issues.apache.org/jira/browse/IMPALA-12938
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
h3. Error Message
{noformat}
AssertionError:
/data/jenkins/workspace/impala-asf-master-core-jdk11/repos/Impala/logs/custom_cluster_tests/impalad.impala-ec2-centos79-m6i-4xlarge-xldisk-197f.vpc.cloudera.com.jenkins.log.INFO.20240323-184351.16035
contains 'InaccessibleObjectException' assert 0 == 1{noformat}
h3. Stacktrace
{noformat}
verifiers/test_banned_log_messages.py:40: in test_no_inaccessible_objects
self.assert_message_absent('InaccessibleObjectException')
verifiers/test_banned_log_messages.py:36: in assert_message_absent
assert returncode == 1, "%s contains '%s'" % (log_file_path, message)
E AssertionError:
/data/jenkins/workspace/impala-asf-master-core-jdk11/repos/Impala/logs/custom_cluster_tests/impalad.impala-ec2-centos79-m6i-4xlarge-xldisk-197f.vpc.cloudera.com.jenkins.log.INFO.20240323-184351.16035
contains 'InaccessibleObjectException'
E assert 0 == 1{noformat}
h3. Standard Output
{noformat}
java.lang.reflect.InaccessibleObjectException: Unable to make field private
jdk.internal.platform.cgroupv1.CgroupV1MemorySubSystemController
jdk.internal.platform.cgroupv1.CgroupV1Subsystem.memory accessible: module
java.base does not "opens jdk.internal.platform.cgroupv1" to unnamed module
@1a2e2935 java.lang.reflect.InaccessibleObjectException: Unable to make field
private jdk.internal.platform.cgroupv1.CgroupV1SubsystemController
jdk.internal.platform.cgroupv1.CgroupV1Subsystem.cpu accessible: module
java.base does not "opens jdk.internal.platform.cgroupv1" to unnamed module
@1a2e2935 java.lang.reflect.InaccessibleObjectException: Unable to make field
private jdk.internal.platform.cgroupv1.CgroupV1SubsystemController
jdk.internal.platform.cgroupv1.CgroupV1Subsystem.cpuacct accessible: module
java.base does not "opens jdk.internal.platform.cgroupv1" to unnamed module
@1a2e2935 java.lang.reflect.InaccessibleObjectException: Unable to make field
private jdk.internal.platform.cgroupv1.CgroupV1SubsystemController
jdk.internal.platform.cgroupv1.CgroupV1Subsystem.cpuset accessible: module
java.base does not "opens jdk.internal.platform.cgroupv1" to unnamed module
@1a2e2935 java.lang.reflect.InaccessibleObjectException: Unable to make field
private jdk.internal.platform.cgroupv1.CgroupV1SubsystemController
jdk.internal.platform.cgroupv1.CgroupV1Subsystem.blkio accessible: module
java.base does not "opens jdk.internal.platform.cgroupv1" to unnamed module
@1a2e2935 java.lang.reflect.InaccessibleObjectException: Unable to make field
private jdk.internal.platform.cgroupv1.CgroupV1SubsystemController
jdk.internal.platform.cgroupv1.CgroupV1Subsystem.pids accessible: module
java.base does not "opens jdk.internal.platform.cgroupv1" to unnamed module
@1a2e2935{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)