[
https://issues.apache.org/jira/browse/HBASE-23290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16974583#comment-16974583
]
Mingliang Liu commented on HBASE-23290:
---------------------------------------
Thanks [~stack]. Yes I think this should go to all
2.0.0+ branches as it's caused by [HBASE-18239], which has the following
change:
{code}
- line = "| %s | %s | %s | %s | %s |" % cells
+ line = format('| %s | %s | %s | %s | %s |', cells)
{code}
> 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
> 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)