You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dian Fu (Jira)" <ji...@apache.org> on 2023/03/02 06:39:00 UTC

[jira] [Closed] (FLINK-31286) Python processes are still alive when shutting down a session cluster directly without stopping the jobs

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

Dian Fu closed FLINK-31286.
---------------------------
    Fix Version/s: 1.17.0
                   1.15.4
                   1.16.2
       Resolution: Fixed

Fixed in:
- master: ab4e85e8bda51088cf64d5ddfb9bc0dab1c6e1fd
- 1.17: ecec13a1cdf6622b8f0257f35c24d597f9956f41
- 1.16: ed47440231a75e5de50038919a21a1e914458baa
- 1.15: ada67c0c1bd5b51a2c7cf10624a0e4f2870a9cc5

> Python processes are still alive when shutting down a session cluster directly without stopping the jobs
> --------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-31286
>                 URL: https://issues.apache.org/jira/browse/FLINK-31286
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Python
>            Reporter: Dian Fu
>            Assignee: Dian Fu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.17.0, 1.15.4, 1.16.2
>
>         Attachments: image-2023-03-02-10-55-34-863.png
>
>
> Reproduce steps:
> 1) start a standalone cluster: ./bin/start_cluster.sh
> 2) submit a PyFlink job which contains Python UDFs
> 3) stop the cluster: ./bin/stop_cluster.sh
> 4) Check if Python process still exists: ps aux | grep -i beam_boot
> !image-2023-03-02-10-55-34-863.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)