[
https://issues.apache.org/jira/browse/CALCITE-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17534930#comment-17534930
]
Benchao Li commented on CALCITE-5140:
-------------------------------------
Some progress updating:
I recompiled the SetVendor.java with openj9 jdk8, and It works using this as
javaagent locally on my mac.
I'm trying to make it work in the CI, currently blocked by that I don't know
how to access the 'setvendor.zip' file in CI env. I'm still trying to figure it
out.
PR: https://github.com/apache/calcite/pull/2802
Recompiled setvendor.zip:
https://github.com/apache/calcite/blob/e1c3cbdb0ab3ba046161ebf285078c5f52557d00/setvendor.zip?raw=true
> The Github CI failed in Linux (OpenJ9 8)
> ----------------------------------------
>
> Key: CALCITE-5140
> URL: https://issues.apache.org/jira/browse/CALCITE-5140
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.30.0
> Reporter: xiong duan
> Priority: Major
>
> Many PR filed in this process. This failure first appeared on May 2, 2022
> [6303017566|https://github.com/apache/calcite/runs/6303017566?check_suite_focus=true].
> The info:
> {noformat}
> Caused by: javax.security.auth.login.LoginException: unable to find
> LoginModule class: com.ibm.security.auth.module.LinuxLoginModule
> 11591 at
> javax.security.auth.login.LoginContext.invoke(LoginContext.java:794)
> 11592 at
> javax.security.auth.login.LoginContext.access$000(LoginContext.java:195)
> 11593 at
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:682)
> 11594 at
> javax.security.auth.login.LoginContext$4.run(LoginContext.java:680)
> 11595 at
> java.security.AccessController.doPrivileged(AccessController.java:783)
> 11596 at
> javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
> 11597 at
> javax.security.auth.login.LoginContext.login(LoginContext.java:587)
> 11598 at
> org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:814)
> 11599 ... 66 more{noformat}
> I check the CALCITE-5003 change, The failure is irrelevant to this PR. This
> happened before we upgrade the JDK 18 in Calcite.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)