[
https://issues.apache.org/jira/browse/FLINK-36350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17884000#comment-17884000
]
xuhuang commented on FLINK-36350:
---------------------------------
Sorry, I found that my thought was incorrect. Using only
_StdInstantiatorStrategy_ may still lead to exceptions.
For example,
_org.apache.flink.api.common.serialization.TypeInformationSerializationSchemaTest#testDeSerialization_
will throw a Null Pointer Exception because the constructor for
_org.apache.flink.api.common.serialization.TypeInformationSerializationSchemaTest.MyPOJO_
has not been executed. The failed attempt can be found at this commit:
[https://github.com/apache/flink/pull/25379/commits/2bd2b8d896e28d67e4423dc0ab625fb623ea29cf],
and the CI report is available here:
[https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62407&view=logs&j=0da23115-68bb-5dcd-192c-bd4c8adebde1&t=24c3384f-1bcb-57b3-224f-51bf973bbee8].
We need to explore other solutions :(.
> IllegalAccessError detected in JDK17+ runs
> ------------------------------------------
>
> Key: FLINK-36350
> URL: https://issues.apache.org/jira/browse/FLINK-36350
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Affects Versions: 2.0-preview
> Reporter: Matthias Pohl
> Priority: Blocker
> Labels: pull-request-available, test-stability
>
> UnalignedCheckpointRescaleITCase and GroupReduceITCase are affected in JDK17
> and JDK21 test profiles.
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=62359&view=logs&j=a596f69e-60d2-5a4b-7d39-dc69e4cdaed3&t=712ade8c-ca16-5b76-3acd-14df33bc1cb1
--
This message was sent by Atlassian Jira
(v8.20.10#820010)