You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Andrew Onischuk (JIRA)" <ji...@apache.org> on 2018/02/09 14:09:00 UTC

[jira] [Updated] (AMBARI-22953) Heartbeat gets lost due to subprocess lock

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

Andrew Onischuk updated AMBARI-22953:
-------------------------------------
    Attachment: AMBARI-22953.patch

> Heartbeat gets lost due to subprocess lock
> ------------------------------------------
>
>                 Key: AMBARI-22953
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22953
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>            Priority: Major
>             Fix For: 2.6.2
>
>         Attachments: AMBARI-22953.patch
>
>
> Subprocess has problem when run in multithread environment. As stated by developers it should not be used in such an env.
> As a result Ambari done multiple patches to subprocess. However still we are having multithread problems with it.
> This jira targets moving from Subprocess to Subprocess32 (a port of Python3.0 subprocess) which support multithreaded execution.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)