[
https://issues.apache.org/jira/browse/HBASE-27238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17680603#comment-17680603
]
Bryan Beaudreault commented on HBASE-27238:
-------------------------------------------
I was able to reproduce the hadoop2 failure locally – the test times out. I
took a look at the test output log and see this:
{code:java}
ERROR [New I/O worker #64] mapred.ShuffleHandler$Shuffle(1355): Shuffle error:
java.lang.NoSuchMethodError:
org.jboss.netty.handler.codec.http.HttpRequest.headers()Lorg/jboss/netty/handler/codec/http/HttpHeaders;
at
org.apache.hadoop.mapred.ShuffleHandler$Shuffle.messageReceived(ShuffleHandler.java:942)
~[hadoop-mapreduce-client-shuffle-2.10.2.jar:?]
at
org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:142)
~[netty-3.6.2.Final.jar:?]
at
org.jboss.netty.handler.codec.http.HttpChunkAggregator.messageReceived(HttpChunkAggregator.java:148)
~[netty-3.6.2.Final.jar:?]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296)
~[netty-3.6.2.Final.jar:?]
at
org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:459)
~[netty-3.6.2.Final.jar:?]
at
org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:536)
~[netty-3.6.2.Final.jar:?]
at
org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:435)
~[netty-3.6.2.Final.jar:?]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
~[netty-3.6.2.Final.jar:?]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
~[netty-3.6.2.Final.jar:?]
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
~[netty-3.6.2.Final.jar:?]
at
org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:107)
~[netty-3.6.2.Final.jar:?] {code}
Not quite sure if that's the issue or noise, but it seems like maybe one of the
restore related hadoop jobs fails.
> Backport Backup/Restore to 2.x
> ------------------------------
>
> Key: HBASE-27238
> URL: https://issues.apache.org/jira/browse/HBASE-27238
> Project: HBase
> Issue Type: New Feature
> Components: backport, backup&restore
> Reporter: Mallikarjun
> Assignee: Mallikarjun
> Priority: Major
> Fix For: 2.6.0
>
>
> Backport backup/restore to 2.x branch.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)