[ 
https://issues.apache.org/jira/browse/HBASE-29046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910962#comment-17910962
 ] 

Hudson commented on HBASE-29046:
--------------------------------

Results for branch master
        [build #1236 on 
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1236/]: 
(x) *{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1236/General_20Nightly_20Build_20Report/]








(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1236/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]


(x) {color:red}-1 jdk17 hadoop ${HADOOP_THREE_VERSION} backward compatibility 
checks{color}
-- For more information [see jdk17 
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/master/1236/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]










> Log message is not correct when the Master bind address configured wrongly
> --------------------------------------------------------------------------
>
>                 Key: HBASE-29046
>                 URL: https://issues.apache.org/jira/browse/HBASE-29046
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Chandra Sekhar K
>            Assignee: Chandra Sekhar K
>            Priority: Major
>              Labels: pull-request-available
>
> in HBaseServerBase.java when starting the UI server,  if the master bind 
> address is configured wrongly, the log message says to correct the property 
> of region server. The log message should be changed to use the correct 
> property based on the master or region server instance
>  
> {code:java}
> if (!Addressing.isLocalAddress(InetAddress.getByName(addr))) {
> String msg = "Failed to start http info server. Address " + addr
> + " does not belong to this host. Correct configuration parameter: "
> + "hbase.regionserver.info.bindAddress";
> LOG.error(msg);
> throw new IOException(msg);
> }{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to