[
https://issues.apache.org/jira/browse/HDFS-6715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14069946#comment-14069946
]
Hadoop QA commented on HDFS-6715:
---------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12657055/HDFS-6715.001.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-hdfs-project/hadoop-hdfs.
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-HDFS-Build/7419//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/7419//console
This message is automatically generated.
> webhdfs wont fail over when it gets java.io.IOException: Namenode is in
> startup mode
> ------------------------------------------------------------------------------------
>
> Key: HDFS-6715
> URL: https://issues.apache.org/jira/browse/HDFS-6715
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: ha, webhdfs
> Affects Versions: 2.2.0
> Reporter: Arpit Gupta
> Assignee: Jing Zhao
> Attachments: HDFS-6715.000.patch, HDFS-6715.001.patch
>
>
> Noticed in our HA testing when we run MR job with webhdfs file system we some
> times run into
> {code}
> 2014-04-17 05:08:06,346 INFO [AsyncDispatcher event handler]
> org.apache.hadoop.mapreduce.v2.app.job.impl.TaskAttemptImpl: Diagnostics
> report from attempt_1397710493213_0001_r_000008_0: Container killed by the
> ApplicationMaster.
> Container killed on request. Exit code is 143
> Container exited with a non-zero exit code 143
> 2014-04-17 05:08:10,205 ERROR [CommitterEvent Processor #1]
> org.apache.hadoop.mapreduce.v2.app.commit.CommitterEventHandler: Could not
> commit job
> java.io.IOException: Namenode is in startup mode
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)