[
https://issues.apache.org/jira/browse/HBASE-23290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Stack updated HBASE-23290:
----------------------------------
Fix Version/s: 2.2.3
2.1.8
2.3.0
3.0.0
Hadoop Flags: Reviewed
Resolution: Fixed
Status: Resolved (was: Patch Available)
Pushed to branches 2.1+. Thanks [~liuml07] for prompt fix.
> 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
> Assignee: Mingliang Liu
> Priority: Major
> Fix For: 3.0.0, 2.3.0, 2.1.8, 2.2.3
>
> Attachments: HBASE-23290.000.patch, Screen Shot 2019-11-14 at 1.56.00
> AM.png
>
>
> {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)