[ 
https://issues.apache.org/jira/browse/YARN-11567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763723#comment-17763723
 ] 

ASF GitHub Bot commented on YARN-11567:
---------------------------------------

K0K0V0K opened a new pull request, #6053:
URL: https://github.com/apache/hadoop/pull/6053

   YARN-11567 - Aggregate container launch debug artifacts automatically in 
case of error
   
   - create new feature flag: 
yarn.nodemanager.log-container-debug-info-on-error.enabled
   - default: false
   - if true, the feature records debug artifact for non-zero exit codes
   - If yarn.nodemanager.log-container-debug-info.enabled is true, it does not 
have effect on the behavior.
   
   ### How was this patch tested?
   
   Unite test




> Aggregate container launch debug artifacts automatically in case of error
> -------------------------------------------------------------------------
>
>                 Key: YARN-11567
>                 URL: https://issues.apache.org/jira/browse/YARN-11567
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: yarn
>            Reporter: Bence Kosztolnik
>            Assignee: Bence Kosztolnik
>            Priority: Minor
>
> In cases where a container fails to launch without writing to a log file, we 
> often would want to see the artifacts captured by 
> {{yarn.nodemanager.log-container-debug-info.enabled}} in order to better 
> understand the cause of the exit code. To enable this feature for every 
> container maybe over kill, so we need a feature flag to capture these 
> artifacts in case of errors. 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to