jcongithub opened a new pull request, #7487: URL: https://github.com/apache/hbase/pull/7487
[UnloadRegions log message](https://issues.apache.org/jira/browse/HBASE-29733?filter=-2#L649-L650]) uses the hostname to show where regions are unloading from. When a host runs multiple region servers, the hostname in the log message alone is insufficient to identify which specific region server is unloading regions. This PR has the to use ServerName in the log, making it easier to distinguish between region servers on the same host similar to [loadRegions log message](https://github.com/apache/hbase/blob/master/hbase-server/src/main/java/org/apache/hadoop/hbase/util/RegionMover.java#L366-L367). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
