Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Not A Problem
-
0.89-fb
-
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.