You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Terry Wang (Jira)" <ji...@apache.org> on 2020/01/10 03:03:00 UTC

[jira] [Updated] (FLINK-15544) Upgrade http-core version to avoid potential DeadLock problem

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

Terry Wang updated FLINK-15544:
-------------------------------
    Description: 
Due to the bug of http-core:4..46 (we current use) https://issues.apache.org/jira/browse/HTTPCORE-446, it may cause the bug of deadLock, we should upgrade the version.

Background:
We have a custom connector whose parent project is flink-parent, which cause the dependency of all connector sdk's http-client version and  http core version become consistent with the version in DependencyManagement section. It costs us a lot to debug the problem due to HTTPCORE-446 in out production environment. 

  was:Due to the bug of http-core:4..46 (we current use) https://issues.apache.org/jira/browse/HTTPCORE-446, it may cause the bug of deadLock, we should upgrade the version.


> Upgrade http-core version to avoid potential DeadLock problem
> -------------------------------------------------------------
>
>                 Key: FLINK-15544
>                 URL: https://issues.apache.org/jira/browse/FLINK-15544
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System
>            Reporter: Terry Wang
>            Priority: Major
>
> Due to the bug of http-core:4..46 (we current use) https://issues.apache.org/jira/browse/HTTPCORE-446, it may cause the bug of deadLock, we should upgrade the version.
> Background:
> We have a custom connector whose parent project is flink-parent, which cause the dependency of all connector sdk's http-client version and  http core version become consistent with the version in DependencyManagement section. It costs us a lot to debug the problem due to HTTPCORE-446 in out production environment. 



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