[
https://issues.apache.org/jira/browse/HBASE-719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610251#action_12610251
]
stack commented on HBASE-719:
-----------------------------
I don't understand this bit J-D:
{code}
+ serverInfo.getServerAddress().updateInfo(new HServerAddress
+ (conf.get("hbase.regionserver.address"),
+ serverInfo.getServerAddress().getPort()));
{code}
Why not do this up in the Constructor?
Should we remove getThisIP from same file?
Any reason for not just creating a new HServerInfo rather than alter the one
passed: i.e. updateInfo
> Find out why users have network problems in HBase and not in Hadoop
> -------------------------------------------------------------------
>
> Key: HBASE-719
> URL: https://issues.apache.org/jira/browse/HBASE-719
> Project: Hadoop HBase
> Issue Type: Improvement
> Affects Versions: 0.1.3, 0.2.0
> Reporter: Jean-Daniel Cryans
> Assignee: Jean-Daniel Cryans
> Priority: Minor
> Attachments: hbase-719.patch
>
>
> Many many times, I saw users (including me) who misconfigured their OS
> network and it still worked in Hadoop but not in HBase (the region servers
> report themselves as 127.0.0.1 which is bad). Find out why and correct it if
> possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.