You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/04/02 22:35:32 UTC

[jira] Created: (HBASE-558) Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup

Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup
-----------------------------------------------------------------------------------------------------

                 Key: HBASE-558
                 URL: https://issues.apache.org/jira/browse/HBASE-558
             Project: Hadoop HBase
          Issue Type: Improvement
    Affects Versions: 0.2.0
            Reporter: stack




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HBASE-558) Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack reassigned HBASE-558:
---------------------------

    Assignee: stack

> Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-558
>                 URL: https://issues.apache.org/jira/browse/HBASE-558
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: stack
>            Assignee: stack
>            Priority: Minor
>             Fix For: 0.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-558) Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated HBASE-558:
--------------------------------

    Priority: Minor  (was: Major)

> Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-558
>                 URL: https://issues.apache.org/jira/browse/HBASE-558
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-558) Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-558.
-------------------------

    Resolution: Fixed

hbase and hadoop versions are available in the UI.

Just emission of starttime, java version and ulmit to hbase-daemon.sh.  Below is an example.

{code}
Thu May 15 19:20:16 UTC 2008 Starting regionserver on XX.XX.XX.13.powerset.com
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)
ulimit -n 16384
2008-05-15 19:20:17,016 INFO org.apache.hadoop.ipc.metrics.RpcMetrics: Initializing RPC Metrics with hostName=60020, port=60020
2008-05-15 19:20:17,094 DEBUG org.apache.hadoop.hbase.regionserver.HRegionServer: Telling master at XX.XX.XX.12.u.powerset.com:60000 that we are up
...
{code}

> Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-558
>                 URL: https://issues.apache.org/jira/browse/HBASE-558
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: stack
>            Priority: Minor
>             Fix For: 0.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-558) Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-558:
------------------------

    Fix Version/s: 0.2.0

Do for 0.2.0.  Not hard to do and helps debugging.

> Output hbase+hadoop+jvm version as well as java opts, ulimit, into master/regionserver log on startup
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-558
>                 URL: https://issues.apache.org/jira/browse/HBASE-558
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.2.0
>            Reporter: stack
>             Fix For: 0.2.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.