You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2018/07/14 20:37:00 UTC

[jira] [Created] (YARN-8538) Fix valgrind leak check on container executor

Billie Rinaldi created YARN-8538:
------------------------------------

             Summary: Fix valgrind leak check on container executor
                 Key: YARN-8538
                 URL: https://issues.apache.org/jira/browse/YARN-8538
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Billie Rinaldi
            Assignee: Billie Rinaldi
             Fix For: 3.2.0


Running valgrind --leak-check=yes ./cetest gives us this:
{noformat}
==14094== LEAK SUMMARY:
==14094==    definitely lost: 964,351 bytes in 1,154 blocks
==14094==    indirectly lost: 75,506 bytes in 3,777 blocks
==14094==      possibly lost: 0 bytes in 0 blocks
==14094==    still reachable: 554 bytes in 22 blocks
==14094==         suppressed: 0 bytes in 0 blocks
==14094== Reachable blocks (those to which a pointer was found) are not shown.
==14094== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==14094==
==14094== For counts of detected and suppressed errors, rerun with: -v
==14094== ERROR SUMMARY: 373 errors from 373 contexts (suppressed: 0 from 0)
{noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org