You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by T Vinod Gupta <tv...@readypulse.com> on 2014/12/22 11:31:21 UTC

unable to add a region server to my cluster

hi, im trying to add a region server to my hbase cluster and im facing some
problems.. im running a old hbase version - 0.90.3..

this is what happens -
1) on the new region server, i see these warnings 1st.
2014-12-22 10:11:52,350 WARN org.apache.hadoop.hbase.regionserver.wal.HLog:
Too many consecutive RollWriter requests, it's a sign of the total number
of live datanodes is lower than the tolerable replicas.

2) i tried to stop the working region server to see what happens.. and this
is what i see in the new region server -
2014-12-22 10:15:34,361 DEBUG org.apache.hadoop.hbase.zookeeper.ZKAssign:
regionserver:60020-0x14a1d509b8300b2 Attempting to transition node
1028785192/.META. from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
2014-12-22 10:15:34,363 WARN org.apache.hadoop.hbase.zookeeper.ZKAssign:
regionserver:60020-0x14a1d509b8300b2 Attempt to transition the unassigned
node for 70236052 from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING failed,
the node existed but was in the state C_M_MODIFY_FAMILY set by the server
xxx:60000
2014-12-22 10:15:34,363 WARN
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Failed
transition from OFFLINE to OPENING for region=70236052
2014-12-22 10:15:34,363 WARN
org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Region was
hijacked? It no longer exists, encodedName=70236052


am i missing something here?

thanks

Re: unable to add a region server to my cluster

Posted by Ted Yu <yu...@gmail.com>.
bq. the node existed but was in the state C_M_MODIFY_FAMILY set by the
server xxx:60000

Can you check server log of xxx (and master log) ? Looks like column family
modification was happening around the same time.

BTW 0.90 was really old. There have been 0.92, 0.94, 0.96 and 0.98
releases. In fact 1.0.0 release is around the corner.
Please consider upgrade.

Cheers

On Mon, Dec 22, 2014 at 2:31 AM, T Vinod Gupta <tv...@readypulse.com>
wrote:

> hi, im trying to add a region server to my hbase cluster and im facing some
> problems.. im running a old hbase version - 0.90.3..
>
> this is what happens -
> 1) on the new region server, i see these warnings 1st.
> 2014-12-22 10:11:52,350 WARN org.apache.hadoop.hbase.regionserver.wal.HLog:
> Too many consecutive RollWriter requests, it's a sign of the total number
> of live datanodes is lower than the tolerable replicas.
>
> 2) i tried to stop the working region server to see what happens.. and this
> is what i see in the new region server -
> 2014-12-22 10:15:34,361 DEBUG org.apache.hadoop.hbase.zookeeper.ZKAssign:
> regionserver:60020-0x14a1d509b8300b2 Attempting to transition node
> 1028785192/.META. from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING
> 2014-12-22 10:15:34,363 WARN org.apache.hadoop.hbase.zookeeper.ZKAssign:
> regionserver:60020-0x14a1d509b8300b2 Attempt to transition the unassigned
> node for 70236052 from M_ZK_REGION_OFFLINE to RS_ZK_REGION_OPENING failed,
> the node existed but was in the state C_M_MODIFY_FAMILY set by the server
> xxx:60000
> 2014-12-22 10:15:34,363 WARN
> org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Failed
> transition from OFFLINE to OPENING for region=70236052
> 2014-12-22 10:15:34,363 WARN
> org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Region was
> hijacked? It no longer exists, encodedName=70236052
>
>
> am i missing something here?
>
> thanks
>