[ https://issues.apache.org/jira/browse/IMPALA-12938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17831423#comment-17831423 ]
Michael Smith commented on IMPALA-12938: ---------------------------------------- This just needs to add {{jdk.internal.platform.cgroupv1}} to https://github.com/apache/impala/blob/master/be/src/common/init.cc#L389 and https://github.com/apache/impala/blob/master/bin/run-all-tests.sh#L272. Kind of busy so might be next week before I get to it. > 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 > Assignee: Michael Smith > Priority: Major > Labels: broken-build > > 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) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org