You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Alex Goltman (JIRA)" <ji...@apache.org> on 2014/08/27 21:13:58 UTC

[jira] [Created] (HBASE-11840) Print correct port in HRegionServer's "My address is X:Y" to the log upon initialize(), and in run().

Alex Goltman created HBASE-11840:
------------------------------------

             Summary: Print correct port in HRegionServer's "My address is X:Y" to the log upon initialize(), and in run().
                 Key: HBASE-11840
                 URL: https://issues.apache.org/jira/browse/HBASE-11840
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.89-fb
         Environment: any
            Reporter: Alex Goltman
            Priority: Trivial
             Fix For: 0.89-fb


Formally the HRegionServer's address was printed in the constructor even though the port was actually set only in initialize(). For example when the port supplied in the conf is 0, then a random open one is allocated upon socket initialization, and that's the one which needs to be printed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)