You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tapan Halani (Jira)" <ji...@apache.org> on 2022/10/12 13:07:00 UTC

[jira] [Commented] (FLINK-21708) CloserCleaner warning

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

Tapan Halani commented on FLINK-21708:
--------------------------------------

[~rmetzger] I am a newbie to flink, and I am trying to deploy flink in my org on kubernetes, using a helm chart. I am seeing the same warning as above when submitting job via sql_client. As you described, I am adding the following config to my flink config file (source: [https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/#env-java-opts-all)] :

```
 env.java.opts.all: "--add-opens java.base/java.lang=ALL-UNNAMED" 
```

but this doesn't solve it. Can you please help with what I might be missing? Thank you

> CloserCleaner warning
> ---------------------
>
>                 Key: FLINK-21708
>                 URL: https://issues.apache.org/jira/browse/FLINK-21708
>             Project: Flink
>          Issue Type: Bug
>          Components: API / DataStream
>            Reporter: Avi Levi
>            Priority: Minor
>
> Getting this warning :
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.apache.flink.api.java.ClosureCleaner (file:/Users/Foouser/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/flink/flink-core/1.12.2/flink-core-1.12.2.jar) to field java.lang.String.value
> WARNING: Please consider reporting this to the maintainers of org.apache.flink.api.java.ClosureCleaner{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)