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_r341273365
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
##########
@@ -1035,7 +1035,8 @@ void checkOnlineRegionsReport(final ServerStateNode
serverNode, final Set<byte[]
" but state has otherwise AND NO procedure is running");
}
} catch (UnexpectedStateException e) {
- LOG.warn(regionNode.toString() + " reported unexpteced OPEN: "
+ e.getMessage(), e);
+ LOG.warn("{} reported unexpteced OPEN: {} sever={}",
regionNode.toString(),
Review comment:
spelling
----------------------------------------------------------------
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