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

Chris Douglas commented on HDFS-12620:
--------------------------------------

The 
[console|https://builds.apache.org/job/PreCommit-HDFS-Build/21657/consoleText] 
shows an exception from Jenkins running the tests on the workers, but I'm not 
sure how to interpret it. The last three all seem to fail with the same error:
{noformat}
mvn -Dmaven.repo.local=/home/jenkins/yetus-m2/hadoop-branch-2-patch-1 
-Ptest-patch -Pparallel-tests -Pshelltest -Pnative -Drequire.snappy 
-Drequire.openssl -Drequire.fuse -Drequire.test.libhadoop -Pyarn-ui clean test 
-fae > 
/testptch/hadoop/patchprocess/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt 
2>&1
FATAL: command execution failed
Command close created at
        at hudson.remoting.Command.<init>(Command.java:60)
        at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1132)
        at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1130)
        at hudson.remoting.Channel.close(Channel.java:1290)
        at hudson.remoting.Channel.close(Channel.java:1272)
        at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1137)
Caused: hudson.remoting.Channel$OrderlyShutdown
        at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1138)
        at hudson.remoting.Channel$1.handle(Channel.java:535)
        at 
hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:83)
Caused: java.io.IOException: Backing channel 'H13' is disconnected.
        at 
hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:192)
        at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
        at com.sun.proxy.$Proxy140.isAlive(Unknown Source)
        at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1138)
        at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1130)
        at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
        at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:736)
        at hudson.model.Build$BuildExecution.build(Build.java:206)
        at hudson.model.Build$BuildExecution.doRun(Build.java:163)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:496)
        at hudson.model.Run.execute(Run.java:1737)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:419)
{noformat}
There's also a pile of python syntax errors building the Docker image and 
installing pylint, but that doesn't seem related... whatever is going wrong, 
it's preventing the output from being promoted so we can't examine the build 
artifacts. [~busbey], do you know how we can debug this?

[~subru], [~asuresh]: how should we proceed?


> Backporting HDFS-10467 to branch-2
> ----------------------------------
>
>                 Key: HDFS-12620
>                 URL: https://issues.apache.org/jira/browse/HDFS-12620
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Íñigo Goiri
>            Assignee: Íñigo Goiri
>         Attachments: HDFS-10467-branch-2.001.patch, 
> HDFS-10467-branch-2.002.patch, HDFS-10467-branch-2.003.patch, 
> HDFS-10467-branch-2.patch, HDFS-12620-branch-2.000.patch, 
> HDFS-12620-branch-2.004.patch
>
>
> When backporting HDFS-10467, there are a few things that changed:
> * {{bin\hdfs}}
> * {{ClientProtocol}}
> * Java 7 not supporting referencing functions
> * {{org.eclipse.jetty.util.ajax.JSON}} in branch-2 is 
> {{org.mortbay.util.ajax.JSON}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to