You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2014/01/26 23:41:45 UTC

[jira] [Resolved] (HBASE-3556) Failed ServerShutdownHandler because IllegalArgumentException deserializing HServerAddress

     [ https://issues.apache.org/jira/browse/HBASE-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-3556.
--------------------------

    Resolution: Invalid

No HServerAddress in HBase any more.  Resolving as invalid.

> Failed ServerShutdownHandler because IllegalArgumentException deserializing HServerAddress
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-3556
>                 URL: https://issues.apache.org/jira/browse/HBASE-3556
>             Project: HBase
>          Issue Type: Bug
>            Reporter: stack
>
> {code}
> 2011-02-18 10:08:14,873 ERROR org.apache.hadoop.hbase.HServerAddress: Could not resolve the DNS name of zcl.local:60020
> 2011-02-18 10:08:14,874 ERROR org.apache.hadoop.hbase.executor.EventHandler: Caught throwable while processing event M_SERVER_SHUTDOWN
> java.lang.IllegalArgumentException: Could not resolve the DNS name of zcl.local:60020
>         at org.apache.hadoop.hbase.HServerAddress.checkBindAddressCanBeResolved(HServerAddress.java:105)
>         at org.apache.hadoop.hbase.HServerAddress.<init>(HServerAddress.java:66)
>         at org.apache.hadoop.hbase.catalog.MetaReader.metaRowToRegionPairWithInfo(MetaReader.java:407)
>         at org.apache.hadoop.hbase.catalog.MetaReader.getServerUserRegions(MetaReader.java:594)
>         at org.apache.hadoop.hbase.master.handler.ServerShutdownHandler.process(ServerShutdownHandler.java:124)
>         at org.apache.hadoop.hbase.executor.EventHandler.run(EventHandler.java:151)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:662)
> {code}
> We never go back and reprocess.  Meantime, balancer never runs because server stuck in dead list.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)