You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "wangxiyuan (Jira)" <ji...@apache.org> on 2020/04/29 02:47:00 UTC

[jira] [Updated] (FLINK-17416) Flink-kubernetes doesn't work on java 8 8u252

     [ https://issues.apache.org/jira/browse/FLINK-17416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wangxiyuan updated FLINK-17416:
-------------------------------
    Description: 
When using java-8-8u252 version, the flink container end-to-end failed. The test  `Running 'Run kubernetes session test'` fails with the `Broken pipe` error.

See:

[https://logs.openlabtesting.org/logs/periodic-20-flink-mail/github.com/apache/flink/master/flink-end-to-end-test-arm64-container/fcfdd47/job-output.txt.gz]

 

Flink Azure CI doesn't hit this problem because it runs under jdk-8-8u242

 

The reason is that the okhttp library which flink using doesn't work on java-8-8u252:

[https://github.com/square/okhttp/issues/5970]

 

The problem has been with the PR:

[https://github.com/square/okhttp/pull/5977]

 

Maybe we can wait for a new 3.12.x release and bump the okhttp version in Flink later.

 

 

  was:
Use using java-8-8u252 version. The flink container end-to-end failed. The test  `Running 'Run kubernetes session test'` fails with the `Broken pipe` error.

See:

[https://logs.openlabtesting.org/logs/periodic-20-flink-mail/github.com/apache/flink/master/flink-end-to-end-test-arm64-container/fcfdd47/job-output.txt.gz]

 

Flink Azure CI doesn't hit this problem because it runs under jdk-8-8u242

 

The reason is that the okhttp library which flink using doesn't work on java-8-8u252:

[https://github.com/square/okhttp/issues/5970]

 

The problem has been with the PR:

[https://github.com/square/okhttp/pull/5977]

 

Maybe we can wait for a new 3.12.x release and bump the okhttp version in Flink later.

 

 


> Flink-kubernetes doesn't work on java 8 8u252
> ---------------------------------------------
>
>                 Key: FLINK-17416
>                 URL: https://issues.apache.org/jira/browse/FLINK-17416
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>    Affects Versions: 1.10.0
>            Reporter: wangxiyuan
>            Priority: Minor
>
> When using java-8-8u252 version, the flink container end-to-end failed. The test  `Running 'Run kubernetes session test'` fails with the `Broken pipe` error.
> See:
> [https://logs.openlabtesting.org/logs/periodic-20-flink-mail/github.com/apache/flink/master/flink-end-to-end-test-arm64-container/fcfdd47/job-output.txt.gz]
>  
> Flink Azure CI doesn't hit this problem because it runs under jdk-8-8u242
>  
> The reason is that the okhttp library which flink using doesn't work on java-8-8u252:
> [https://github.com/square/okhttp/issues/5970]
>  
> The problem has been with the PR:
> [https://github.com/square/okhttp/pull/5977]
>  
> Maybe we can wait for a new 3.12.x release and bump the okhttp version in Flink later.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)