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

[jira] [Updated] (FLINK-26601) Flink HBase HBaseRowDataAsyncLookupFunction threadPool not close cause container has so many 'hbase-async-lookup-worker' thread

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

zhisheng updated FLINK-26601:
-----------------------------
    Description: 
[https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseRowDataAsyncLookupFunction.java#L111]

the thread pool create in the open function, but not gracefulShutdown in the close function, when the job failover, it will renew the thread pool

!image-2022-03-11-15-32-58-084.png|width=516,height=288!

!image-2022-03-11-15-32-23-721.png|width=532,height=274!

!image-2022-03-11-15-31-19-206.png|width=555,height=369!

 

  was:
[https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseRowDataAsyncLookupFunction.java#L111]

the thread pool create in the open function, but not gracefulShutdown in the close function, when the job failover, it will renew the thread pool

!image-2022-03-11-15-32-58-084.png!

!image-2022-03-11-15-32-23-721.png!

!image-2022-03-11-15-31-19-206.png!

 


> Flink HBase HBaseRowDataAsyncLookupFunction threadPool not close cause container  has so many 'hbase-async-lookup-worker' thread
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-26601
>                 URL: https://issues.apache.org/jira/browse/FLINK-26601
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / HBase
>    Affects Versions: 1.13.0
>            Reporter: zhisheng
>            Priority: Major
>         Attachments: image-2022-03-11-15-31-19-206.png, image-2022-03-11-15-32-23-721.png, image-2022-03-11-15-32-46-701.png, image-2022-03-11-15-32-58-084.png
>
>
> [https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hbase-2.2/src/main/java/org/apache/flink/connector/hbase2/source/HBaseRowDataAsyncLookupFunction.java#L111]
> the thread pool create in the open function, but not gracefulShutdown in the close function, when the job failover, it will renew the thread pool
> !image-2022-03-11-15-32-58-084.png|width=516,height=288!
> !image-2022-03-11-15-32-23-721.png|width=532,height=274!
> !image-2022-03-11-15-31-19-206.png|width=555,height=369!
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)