[ https://issues.apache.org/jira/browse/HBASE-19048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16218056#comment-16218056
]
stack commented on HBASE-19048:
-------------------------------
Failed w/ this:
{code}
23:21:13 /usr/share/maven/bin/mvn clean install -DskipTests -DHBasePatchProcess -Dhadoop-three.version=3.0.0-alpha4
-Dhadoop.profile=3.0 > /testptch/patchprocess/patch-javac-3.0.0-alpha4.txt 2>&1
23:27:30 FATAL: command execution failed
23:27:30 Command close created at
23:27:30 at hudson.remoting.Command.<init>(Command.java:60)
23:27:30 at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1132)
23:27:30 at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1130)
23:27:30 at hudson.remoting.Channel.close(Channel.java:1290)
23:27:30 at hudson.remoting.Channel.close(Channel.java:1272)
23:27:30 at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1137)
23:27:30 Caused: hudson.remoting.Channel$OrderlyShutdown
23:27:30 at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1138)
23:27:30 at hudson.remoting.Channel$1.handle(Channel.java:535)
23:27:30 at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:83)
23:27:30 Caused: java.io.IOException: Backing channel 'H4' is disconnected.
23:27:30 at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:192)
23:27:30 at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:257)
23:27:30 at com.sun.proxy.$Proxy129.isAlive(Unknown Source)
23:27:30 at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1138)
23:27:30 at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1130)
23:27:30 at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:155)
23:27:30 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:109)
23:27:30 at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
23:27:30 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
23:27:30 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:736)
23:27:30 at hudson.model.Build$BuildExecution.build(Build.java:206)
23:27:30 at hudson.model.Build$BuildExecution.doRun(Build.java:163)
23:27:30 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:496)
23:27:30 at hudson.model.Run.execute(Run.java:1737)
23:27:30 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
23:27:30 at hudson.model.ResourceController.execute(ResourceController.java:97)
23:27:30 at hudson.model.Executor.run(Executor.java:419)
23:27:30 Build step 'Execute shell' marked build as failure
{code}
Retry
> Cleanup MasterObserver hooks which takes IA private params
> ----------------------------------------------------------
>
> Key: HBASE-19048
> URL: https://issues.apache.org/jira/browse/HBASE-19048
> Project: HBase
> Issue Type: Sub-task
> Components: Coprocessors
> Reporter: Anoop Sam John
> Assignee: stack
> Fix For: 2.0.0-alpha-4
>
> Attachments: HBASE-19048.master.001.patch, HBASE-19048.master.002.patch, HBASE-19048.master.003.patch
>
>
> These are the ones in MasterObserver
> {code}
> preAbortProcedure - ProcedureExecutor
> postGetProcedures - Procedure
> postGetLocks - LockedResource
> preRequestLock - LockType
> postRequestLock - LockType
> preLockHeartbeat - LockProcedure
> postLockHeartbeat - LockProcedure
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
|