You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2019/11/13 23:00:00 UTC

[jira] [Created] (HBASE-23290) shell processlist command is broken

Michael Stack created HBASE-23290:
-------------------------------------

             Summary: shell processlist command is broken
                 Key: HBASE-23290
                 URL: https://issues.apache.org/jira/browse/HBASE-23290
             Project: HBase
          Issue Type: Bug
          Components: shell
    Affects Versions: 2.2.2
            Reporter: Michael Stack


{code}
hbase(main):008:0> help 'processlist'
Show regionserver task list.

  hbase> processlist
  hbase> processlist 'all'
  hbase> processlist 'general'
  hbase> processlist 'handler'
  hbase> processlist 'rpc'
  hbase> processlist 'operation'
  hbase> processlist 'all','host187.example.com'
  hbase> processlist 'all','host187.example.com,16020'
  hbase> processlist 'all','host187.example.com,16020,1289493121758'

hbase(main):009:0> processlist 'all'
3377 tasks as of: 2019-11-13 22:58:57

ERROR: too few arguments

For usage try 'help "processlist"'

Took 2.2107 seconds
{code}



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