[
https://issues.apache.org/jira/browse/HBASE-26306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807303#comment-17807303
]
Bryan Beaudreault commented on HBASE-26306:
-------------------------------------------
[~zhangduo] do you know if this has been run in a live cluster? I'm still
having issues here on a cluster running branch-2.6
The issue I'm seeing now is:
{code:java}
WARN org.apache.hadoop.hbase.ipc.NettyRpcServer: Connection
test2-sincere-pepper.test01.hubinternal.net/172.25.51.243:36140; caught
unexpected downstream exception.
org.apache.hadoop.hbase.ipc.UnknownServiceException: BootstrapNodeService
at
org.apache.hadoop.hbase.ipc.ServerRpcConnection.processConnectionHeader(ServerRpcConnection.java:433)
~[hbase-server-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
at
org.apache.hadoop.hbase.ipc.ServerRpcConnection.processOneRpc(ServerRpcConnection.java:360)
~[hbase-server-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
at
org.apache.hadoop.hbase.ipc.NettyServerRpcConnection.process(NettyServerRpcConnection.java:89)
~[hbase-server-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT]
at
org.apache.hadoop.hbase.ipc.NettyRpcServerRequestDecoder.channelRead0(NettyRpcServerRequestDecoder.java:56)
~[hbase-server-2.6-hubspot-SNAPSHOT.jar:2.6-hubspot-SNAPSHOT] {code}
I'm just trying to catch up here, but digging into this error. It seems like we
should be adding BootstrapNodeService here:
https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java#L1447?
> Backport "HBASE-26220 Use P2P communicate between region servers to sync the
> list for bootstrap node" to branch-2
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-26306
> URL: https://issues.apache.org/jira/browse/HBASE-26306
> Project: HBase
> Issue Type: Sub-task
> Components: master, regionserver
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 2.6.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)