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 2022/07/25 11:17:07 UTC

[GitHub] [hbase] Apache9 commented on a diff in pull request #4649: HBASE-27236 Clean up error-prone warnings in hbase-hbtop

Apache9 commented on code in PR #4649:
URL: https://github.com/apache/hbase/pull/4649#discussion_r928764705


##########
hbase-hbtop/src/main/java/org/apache/hadoop/hbase/hbtop/HBTop.java:
##########
@@ -119,6 +120,7 @@ public int run(String[] args) throws Exception {
         try {
           delay = Integer.parseInt(commandLine.getOptionValue("delay"));
         } catch (NumberFormatException ignored) {
+          delay = 0;

Review Comment:
   What is the intention here to assign 0 again?



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org