You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "James Kennedy (JIRA)" <ji...@apache.org> on 2011/01/22 02:14:43 UTC

[jira] Updated: (HBASE-3464) dns.interface property causes malformed parsing for 'lo'

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

James Kennedy updated HBASE-3464:
---------------------------------

    Environment: An EC2 m1.large node running Ubuntu 9.  HDFS + HBASE 0.90.0 running in a single JVM.  (was: An EC2 M.small node running Ubuntu 9.  HDFS + HBASE 0.90.0 running in a single JVM.)

Correction the box is an m1.large

> dns.interface property causes malformed parsing for 'lo'
> --------------------------------------------------------
>
>                 Key: HBASE-3464
>                 URL: https://issues.apache.org/jira/browse/HBASE-3464
>             Project: HBase
>          Issue Type: Bug
>          Components: master, regionserver
>         Environment: An EC2 m1.large node running Ubuntu 9.  HDFS + HBASE 0.90.0 running in a single JVM.
>            Reporter: James Kennedy
>             Fix For: 0.90.1
>
>
> I have a seed application that is executed via maven and runs a
> single JVM ApplicationStarter that starts up hdfs, regionserver, hmaster
> threads. It does some seeding then shuts those down in reverse order.
> So this isn't a typical way of running hbase to be sure. However it has
> always worked until I upgraded to HBase 0.90.0.
> I didn't notice it when I was originally testing 0.90.0 because it only
> seems to be happening on our EC2.small build server node when I run this
> particular seeder.
> Running the same thing locally on my mac works.
> Attached is the error output starting from when the HRegionServer.stop() is
> called to when HMaster.shutdown() is called and it starts looping forever in
> letRegionServersShutdown().
> It looks like RegionServerTracker is getting to "RegionServer ephemeral node
> deleted, processing expiration" but then because it can't get the
> HServerInfo it doesn't follow-through with actually expiring it.
> The reason it can't get the HServerInfo is because it is looking for "localhost." instead of "localhost".
> My /etc/hosts file was vanilla. But when I removed the following form hbase-site.xml:
> <property>
>        <name>hbase.master.dns.interface</name>
>        <value>lo</value>
> </property>
> <property>
>       <name>hbase.regionserver.dns.interface</name>
>       <value>lo</value>
> </property>
> The issue went away.
> So something about the "lo" interface isn't getting parsed right on that particular machine (An EC2 M.small running Ubuntu 9).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.