[ 
https://issues.apache.org/jira/browse/IMPALA-12938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17839195#comment-17839195
 ] 

ASF subversion and git services commented on IMPALA-12938:
----------------------------------------------------------

Commit 5e7d720257ba86c2d020d483c09673650a3f02d9 in impala's branch 
refs/heads/master from Michael Smith
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=5e7d72025 ]

IMPALA-12938: add-opens for platform.cgroupv1

Adds '--add-opens=jdk.internal.platform.cgroupv1' for Java 11 with
ehcache, covering Impala daemons and frontend tests. Fixes
InaccessibleObjectException detected by test_banned_log_messages.py.

Change-Id: I312ae987c17c6f06e1ffe15e943b1865feef6b82
Reviewed-on: http://gerrit.cloudera.org:8080/21334
Reviewed-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenk...@cloudera.com>


> 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
>             Fix For: Impala 4.4.0
>
>
> 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

Reply via email to