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 2018/12/18 03:03:00 UTC

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

Pankaj Kumar created HBASE-21612:
------------------------------------

             Summary: 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
            Reporter: Pankaj Kumar
            Assignee: Pankaj Kumar


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}

Let add for REST server also.



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