apurtell opened a new pull request, #4952:
URL: https://github.com/apache/hbase/pull/4952

   
   
   Setting of hbase.master.port is ignored in default processing of 
hbase.masters.
   
   For example,
   
   hbase.masters=localhost
   hbase.master.port=8100
   
   "Server at localhost:16000" is in the failed servers list"
   
   but:
   
   hbase.masters=localhost:8100
   hbase.master.port=8100
   
   and all is well. This is confusing and a minor configuration handling bug.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to