You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "shuiqiangchen (Jira)" <ji...@apache.org> on 2020/05/14 15:20:00 UTC

[jira] [Created] (FLINK-17700) The callback client of JavaGatewayServer should run in a daemon thread

shuiqiangchen created FLINK-17700:
-------------------------------------

             Summary: The callback client of JavaGatewayServer should run in a daemon thread
                 Key: FLINK-17700
                 URL: https://issues.apache.org/jira/browse/FLINK-17700
             Project: Flink
          Issue Type: Bug
          Components: API / Python
    Affects Versions: 1.10.0, 1.9.0
            Reporter: shuiqiangchen
             Fix For: 1.10.0, 1.9.0


When starting the JavaGatewayServer, a callback client would also be created and run in an ScheduleExecutorService's thread which is non-daemon by default. Thus, we need to shut down the non-daemon thread and reset a daemon thread back to the call back client.



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