You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2021/04/09 14:07:00 UTC

[jira] [Created] (FLINK-22184) Rest client shutdown on failure runs in netty thread

Chesnay Schepler created FLINK-22184:
----------------------------------------

             Summary: Rest client shutdown on failure runs in netty thread
                 Key: FLINK-22184
                 URL: https://issues.apache.org/jira/browse/FLINK-22184
             Project: Flink
          Issue Type: Bug
          Components: Client / Job Submission
    Affects Versions: 1.10.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler
             Fix For: 1.13.0


Then using the CLI to run any command, if the request fails then the RestClient is shut down from the netty thread, which causes problems because when shutting down we try to shut down netty, but the netty thread is still busy shutting things down.



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