saintstack commented on a change in pull request #777: HBASE-23171 Ensure 
region state error messages include server making report (branch-2.1)
URL: https://github.com/apache/hbase/pull/777#discussion_r341273007
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
 ##########
 @@ -991,8 +991,8 @@ void checkOnlineRegionsReportForMeta(final ServerName 
serverName, final Set<byte
         final RegionInfo hri = getMetaRegionFromName(regionName);
         if (hri == null) {
           if (LOG.isTraceEnabled()) {
-            LOG.trace("Skip online report for region=" + 
Bytes.toStringBinary(regionName) +
-              " while meta is loading");
+            LOG.trace("Skip online report for region={} while meta is loading 
from server={}",
 
 Review comment:
   region= is redundant.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to