[ 
https://issues.apache.org/jira/browse/HBASE-4368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284247#comment-13284247
 ] 

stack commented on HBASE-4368:
------------------------------

Is it called processlist in mysql?  Should we use that name instead?  
Otherwise, 'tasks' sounds good to me.  For the info port, you can read from 
Configuration the value of the int hbase.regionserver.info.port: i.e. 
conf.getInt("hbase.regionserver.info.port", 60030);  Its not a guarantee that 
server out on cluster has something up on this port but its better than a 
hardcoded 60030.
                
> Expose processlist in shell (per regionserver and perhaps by cluster)
> ---------------------------------------------------------------------
>
>                 Key: HBASE-4368
>                 URL: https://issues.apache.org/jira/browse/HBASE-4368
>             Project: HBase
>          Issue Type: Task
>          Components: shell
>            Reporter: stack
>              Labels: noob
>
> HBASE-4057 adds processlist and it shows in the RS UI.  This issue is about 
> getting the processlist to show in the shell, like it does in mysql.
> Labelling it noob; this is a pretty substantial issue but it shouldn't be too 
> hard -- it'd mostly be plumbing from RS into the shell.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to