bsglz commented on a change in pull request #1797:
URL: https://github.com/apache/hbase/pull/1797#discussion_r431687846
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
##########
@@ -1472,7 +1470,7 @@ private void waitOnAllRegionsToClose(final boolean abort)
{
}
}
- private static boolean sleep(long millis) {
+ private static boolean sleeps(long millis) {
Review comment:
sleep is clash with Thread.
----------------------------------------------------------------
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]