You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/05/28 08:46:19 UTC

[GitHub] [hbase] virajjasani commented on a change in pull request #1797: HBASE-24451 Remove the HasThread because the related bug had been fix…

virajjasani commented on a change in pull request #1797:
URL: https://github.com/apache/hbase/pull/1797#discussion_r431674845



##########
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 good enough right? why `sleeps`?




----------------------------------------------------------------
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:
users@infra.apache.org