You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2017/07/06 21:57:00 UTC

[jira] [Created] (IMPALA-5624) ProcessStateInfo::ReadProcFileDescriptorInfo() should not fork a process

Tim Armstrong created IMPALA-5624:
-------------------------------------

             Summary: ProcessStateInfo::ReadProcFileDescriptorInfo() should not fork a process
                 Key: IMPALA-5624
                 URL: https://issues.apache.org/jira/browse/IMPALA-5624
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 2.10.0
            Reporter: Tim Armstrong


Forking processes from the Impala daemon after startup is problematic because of the spike in virtual memory it causes (see IMPALA-2294). We should avoid doing this in ProcessStateInfo::ReadProcFileDescriptorInfo(), which is invoked from the web server debug pages.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)