Karthik Palanisamy created HBASE-23336: ------------------------------------------
Summary: [CLI] Incorrect row(s) count "clear_deadservers" Key: HBASE-23336 URL: https://issues.apache.org/jira/browse/HBASE-23336 Project: HBase Issue Type: Bug Affects Versions: 2.2.0, 2.1.0, 3.0.0 Reporter: Karthik Palanisamy Assignee: Karthik Palanisamy [HBASE-15849|https://issues.apache.org/jira/browse/HBASE-15849] simplified the format of command total runtime but clear_deadservers caller has not modified so it prints current timestamp instead of no of rows. {code:java} hbase(main):015:0> clear_deadservers 'kpalanisamy-apache302.openstacklocal,16020' SERVERNAME kpalanisamy-apache302.openstacklocal,16020,16020 1574585488 row(s) Took 0.0145 seconds {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)