You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2019/01/16 04:54:00 UTC

[jira] [Commented] (HBASE-21612) Add developer debug options in HBase Config for REST server

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

Pankaj Kumar commented on HBASE-21612:
--------------------------------------

[~stack] sir, pls review this.

> Add developer debug options in  HBase Config for REST server
> ------------------------------------------------------------
>
>                 Key: HBASE-21612
>                 URL: https://issues.apache.org/jira/browse/HBASE-21612
>             Project: HBase
>          Issue Type: Wish
>          Components: REST, scripts
>            Reporter: Pankaj Kumar
>            Assignee: Pankaj Kumar
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: HBASE-21612.patch
>
>
> Add developer debug options inĀ  HBase Config for REST server.
> Currently we have,
> {noformat}
> # export HBASE_MASTER_OPTS="$HBASE_MASTER_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8070"
> # export HBASE_REGIONSERVER_OPTS="$HBASE_REGIONSERVER_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8071"
> # export HBASE_THRIFT_OPTS="$HBASE_THRIFT_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8072"
> # export HBASE_ZOOKEEPER_OPTS="$HBASE_ZOOKEEPER_OPTS -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8073"
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)