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

Thomas Graves commented on MAPREDUCE-3393:
------------------------------------------

TestMROldApiJobs and TestUberAM both fail with exception below.  So perhaps 
something isn't being shut down cleanly in a test before it or in the failure 
of TestMRJobs.  If you can't reproduce it let me know and I'll look at the 
failures.

2011-11-11 17:20:44,452 ERROR [Thread-4] service.CompositeService 
(CompositeService.java:start(72)) - Error starting services ResourceManager
org.apache.hadoop.yarn.YarnException: java.net.BindException: Problem binding 
to [0.0.0.0:8025] java.net.BindException: Address already in use; For more 
details see:  http://wiki.apache.org/hadoop/BindException
    at 
org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.getServer(RpcServerFactoryPBImpl.java:125)
    at 
org.apache.hadoop.yarn.ipc.HadoopYarnProtoRPC.getServer(HadoopYarnProtoRPC.java:63)
    at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceTrackerService.start(ResourceTrackerService.java:125)
    at 
org.apache.hadoop.yarn.service.CompositeService.start(CompositeService.java:68)
    at 
org.apache.hadoop.yarn.server.resourcemanager.ResourceManager.start(ResourceManager.java:439)
    at 
org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper$2.run(MiniYARNCluster.java:126)
Caused by: java.net.BindException: Problem binding to [0.0.0.0:8025] 
java.net.BindException: Address already in use; For more details see:  
http://wiki.apache.org/hadoop/BindException
    at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:606)
    at org.apache.hadoop.ipc.Server.bind(Server.java:230)
    at org.apache.hadoop.ipc.Server$Listener.<init>(Server.java:310)
    at org.apache.hadoop.ipc.Server.<init>(Server.java:1591)
    at org.apache.hadoop.ipc.RPC$Server.<init>(RPC.java:576)
    at 
org.apache.hadoop.yarn.ipc.ProtoOverHadoopRpcEngine$Server.<init>(ProtoOverHadoopRpcEngine.java:314)
    at 
org.apache.hadoop.yarn.ipc.ProtoOverHadoopRpcEngine.getServer(ProtoOverHadoopRpcEngine.java:390)
    at org.apache.hadoop.ipc.RPC.getServer(RPC.java:550)
    at 
org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.createServer(RpcServerFactoryPBImpl.java:155)
    at 
org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl.getServer(RpcServerFactoryPBImpl.java:118)
    ... 5 more
                
> TestMRJobs, TestMROldApiJobs, and TestUberAM failures
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-3393
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3393
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Thomas Graves
>            Assignee: Hitesh Shah
>         Attachments: MR-3393.1.patch, MR-3393.2.patch
>
>
> Check out branch 0.23 and run mvn test from hadoop-mapreduce-project directory
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.hadoop.mapred.TestClientServiceDelegate
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.717 sec
> Running org.apache.hadoop.mapred.TestClientRedirect
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.436 sec
> Running org.apache.hadoop.mapreduce.TestYarnClientProtocolProvider
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 sec
> Running org.apache.hadoop.mapreduce.v2.TestMRJobs
> Tests run: 4, Failures: 3, Errors: 1, Skipped: 0, Time elapsed: 67.999 sec 
> <<< FAILURE!
> Running org.apache.hadoop.mapreduce.v2.TestYARNRunner
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.976 sec
> Running org.apache.hadoop.mapreduce.v2.TestMROldApiJobs
> Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 31.879 sec 
> <<< FAILURE!
> Running org.apache.hadoop.mapreduce.v2.TestMRJobsWithHistoryService
> ^NRunning org.apache.hadoop.mapreduce.v2.TestUberAM
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 101.096 sec 
> <<< FAILURE!
> Results :
> Failed tests:   testSleepJob(org.apache.hadoop.mapreduce.v2.TestMRJobs)
>   testRandomWriter(org.apache.hadoop.mapreduce.v2.TestMRJobs)
>   testDistributedCache(org.apache.hadoop.mapreduce.v2.TestMRJobs)
>   testJobSucceed(org.apache.hadoop.mapreduce.v2.TestMROldApiJobs): Job 
> expected to succeed failed
>   testJobFail(org.apache.hadoop.mapreduce.v2.TestMROldApiJobs)
> Tests in error: 
>   testFailingMapper(org.apache.hadoop.mapreduce.v2.TestMRJobs): 0
>   org.apache.hadoop.mapreduce.v2.TestUberAM: Failed to Start 
> org.apache.hadoop.mapreduce.v2.TestMRJobs
> Tests run: 19, Failures: 5, Errors: 2, Skipped: 0

--
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

        

Reply via email to