[jira] [Commented] (MAPREDUCE-4474) TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual memory usage

2012-08-09 Thread Arun C Murthy (JIRA)

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

Arun C Murthy commented on MAPREDUCE-4474:
--

Ilya, can u pls rebase your patch after YARN-1? Tx!

> TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual 
> memory usage
> ---
>
> Key: MAPREDUCE-4474
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4474
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.23.3
> Environment: CentOS 6
>Reporter: Ilya Katsov
>Assignee: Ilya Katsov
>  Labels: test
> Attachments: MAPREDUCE-4474-branch-0.23.patch
>
>
> TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual 
> memory usage: 
> {code}
> 2012-07-24 04:50:46,563 INFO  [AsyncDispatcher event handler] rmapp.RMAppImpl 
> (RMAppImpl.java:transition(559)) - Application application_1343091034814_0001 
> failed 1 times due to AM Container for appattempt_1343091034814_0001_01 
> exited with  exitCode: 143 due to: Container 
> [pid=6146,containerID=container_1343091034814_0001_01_01] is running 
> beyond virtual memory limits. Current usage: 82.4mb of 512.0mb physical 
> memory used; 1.1gb of 1.0gb virtual memory used. Killing container.
> Dump of the process-tree for container_1343091034814_0001_01_01 :
>   |- PID PPID PGRPID SESSID CMD_NAME USER_MODE_TIME(MILLIS) 
> SYSTEM_TIME(MILLIS) VMEM_USAGE(BYTES) RSSMEM_USAGE(PAGES) FULL_CMD_LINE
>   |- 6146 5773 6146 6146 (bash) 2 0 108613632 340 /bin/bash -c 
> /usr/java/jdk1.6.0_33/jre/bin/java -Xmx512m 
> org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster 
> --container_memory 128 --
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-4474) TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual memory usage

2012-08-08 Thread Ilya Katsov (JIRA)

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

Ilya Katsov commented on MAPREDUCE-4474:


This patch is for 0.23. It can not be applied to the trunk. 

> TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual 
> memory usage
> ---
>
> Key: MAPREDUCE-4474
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4474
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.23.3
> Environment: CentOS 6
>Reporter: Ilya Katsov
>  Labels: test
> Attachments: MAPREDUCE-4474-branch-0.23.patch
>
>
> TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual 
> memory usage: 
> {code}
> 2012-07-24 04:50:46,563 INFO  [AsyncDispatcher event handler] rmapp.RMAppImpl 
> (RMAppImpl.java:transition(559)) - Application application_1343091034814_0001 
> failed 1 times due to AM Container for appattempt_1343091034814_0001_01 
> exited with  exitCode: 143 due to: Container 
> [pid=6146,containerID=container_1343091034814_0001_01_01] is running 
> beyond virtual memory limits. Current usage: 82.4mb of 512.0mb physical 
> memory used; 1.1gb of 1.0gb virtual memory used. Killing container.
> Dump of the process-tree for container_1343091034814_0001_01_01 :
>   |- PID PPID PGRPID SESSID CMD_NAME USER_MODE_TIME(MILLIS) 
> SYSTEM_TIME(MILLIS) VMEM_USAGE(BYTES) RSSMEM_USAGE(PAGES) FULL_CMD_LINE
>   |- 6146 5773 6146 6146 (bash) 2 0 108613632 340 /bin/bash -c 
> /usr/java/jdk1.6.0_33/jre/bin/java -Xmx512m 
> org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster 
> --container_memory 128 --
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (MAPREDUCE-4474) TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual memory usage

2012-07-24 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on MAPREDUCE-4474:
--

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12537665/MAPREDUCE-4474-branch-0.23.patch
  against trunk revision .

-1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/2651//console

This message is automatically generated.

> TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual 
> memory usage
> ---
>
> Key: MAPREDUCE-4474
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4474
> Project: Hadoop Map/Reduce
>  Issue Type: Bug
>  Components: test
>Affects Versions: 0.23.3
> Environment: CentOS 6
>Reporter: Ilya Katsov
>  Labels: test
> Attachments: MAPREDUCE-4474-branch-0.23.patch
>
>
> TestDistributedShell.testDSShell fails on CentOS 6 because of high virtual 
> memory usage: 
> {code}
> 2012-07-24 04:50:46,563 INFO  [AsyncDispatcher event handler] rmapp.RMAppImpl 
> (RMAppImpl.java:transition(559)) - Application application_1343091034814_0001 
> failed 1 times due to AM Container for appattempt_1343091034814_0001_01 
> exited with  exitCode: 143 due to: Container 
> [pid=6146,containerID=container_1343091034814_0001_01_01] is running 
> beyond virtual memory limits. Current usage: 82.4mb of 512.0mb physical 
> memory used; 1.1gb of 1.0gb virtual memory used. Killing container.
> Dump of the process-tree for container_1343091034814_0001_01_01 :
>   |- PID PPID PGRPID SESSID CMD_NAME USER_MODE_TIME(MILLIS) 
> SYSTEM_TIME(MILLIS) VMEM_USAGE(BYTES) RSSMEM_USAGE(PAGES) FULL_CMD_LINE
>   |- 6146 5773 6146 6146 (bash) 2 0 108613632 340 /bin/bash -c 
> /usr/java/jdk1.6.0_33/jre/bin/java -Xmx512m 
> org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster 
> --container_memory 128 --
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira