You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Karthik Palanisamy (Jira)" <ji...@apache.org> on 2019/10/12 05:22:00 UTC

[jira] [Created] (HBASE-23154) list_deadservers return incorrect no of rows

Karthik Palanisamy created HBASE-23154:
------------------------------------------

             Summary: list_deadservers return incorrect no of rows
                 Key: HBASE-23154
                 URL: https://issues.apache.org/jira/browse/HBASE-23154
             Project: HBase
          Issue Type: Bug
          Components: shell
    Affects Versions: 3.0.0
            Reporter: Karthik Palanisamy
            Assignee: Karthik Palanisamy


No of rows should be equivalent to no of dead region servers but mistakenly included current system time in it.
{code:java}
hbase(main):001:0>list_deadservers
SERVERNAME
apache301.openstacklocal,16020,1570582044467

1570855247 row(s)
{code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)