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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to