Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11840

Print correct port in HRegionServer's "My address is X:Y" to the log upon initialize(), and in run().

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Not A Problem
    • 0.89-fb
    • 0.89-fb
    • regionserver
    • any

    • Reviewed
    • Made sure both the prints (in initialize() and run()) show the correct port.

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            alxg Alex Goltman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: