Sreenivasulu
Sreenivasulu
For HRegionServer#handleReportForDutyResponse, when the hostname is different from the regionserver and master side, both the two conditions should abort RS error message is corrected.
https://issues.apache.org/jira/browse/HBASE-28802
During close writer for FSHlog, if any error occured then for initial exception itself need to increment the closeErrorCount counter.
Using IPV6 address failed to create the WAL path. IPV6 address contains ":", eg: [0:0:0:0:0:0:0:1] WAL path creation will fail, because FS will not support to create path with ":"....
Using IPV6 address failed to create the WAL path. IPV6 address contains ":", eg: [0:0:0:0:0:0:0:1] WAL path creation will fail, because FS will not support to create path with ":"....
Add and expose updated ‘ExcludeDNs’ information (with exclusion cause) to RegionServer metrics. This enhancement will allow operators and monitoring systems to track which DataNodes are excluded and understand the reasons...