You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "nileema shingte (JIRA)" <ji...@apache.org> on 2011/06/30 03:47:28 UTC

[jira] [Created] (HBASE-4046) expose more statistics from HBase Master node

expose more statistics from HBase Master node
---------------------------------------------

                 Key: HBASE-4046
                 URL: https://issues.apache.org/jira/browse/HBASE-4046
             Project: HBase
          Issue Type: Improvement
            Reporter: nileema shingte
            Assignee: nileema shingte
            Priority: Minor


We can add the following statistics to the master. Some stats that can be added are: 
1. number of logs split 
2. size of logs split
3. number of region servers online 
4. number of region servers opened
5. number of region servers expired 


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4046) expose more statistics from HBase Master node

Posted by "Elliott Clark (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13286186#comment-13286186 ] 

Elliott Clark commented on HBASE-4046:
--------------------------------------

Looks good.  Though it might be worth it to use atomic int's and longs for the new counters so that most of the new methods can drop their synchronized attribute.
                
> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>          Components: metrics
>    Affects Versions: 0.92.0
>            Reporter: nileema shingte
>            Assignee: Elliott Clark
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
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

        

[jira] [Commented] (HBASE-4046) expose more statistics from HBase Master node

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

stack commented on HBASE-4046:
------------------------------

Patch looks great.  Does it work?  How did you test it?  Also, would you mind filing out the release notes section Nileema so its easier for folks to notice your new addition.

Good stuff.

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4046) expose more statistics from HBase Master node

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

Elliott Clark updated HBASE-4046:
---------------------------------

    Resolution: Not A Problem
        Status: Resolved  (was: Patch Available)

These should all be there now that master has migrated to metrics2.
                
> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>          Components: metrics
>    Affects Versions: 0.92.0
>            Reporter: nileema shingte
>            Assignee: Elliott Clark
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-4046) expose more statistics from HBase Master node

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

nileema shingte updated HBASE-4046:
-----------------------------------

    Attachment: HBASE-4046.patch

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4046) expose more statistics from HBase Master node

Posted by "Elliott Clark (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458194#comment-13458194 ] 

Elliott Clark commented on HBASE-4046:
--------------------------------------

After all of the metrics2 stuff, I think num of regions opened is the only metrics that hasn't been created.  I'll get a patch up that does that soon.
                
> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>          Components: metrics
>    Affects Versions: 0.92.0
>            Reporter: nileema shingte
>            Assignee: Elliott Clark
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-4046) expose more statistics from HBase Master node

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

nileema shingte updated HBASE-4046:
-----------------------------------

    Status: Patch Available  (was: Open)

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (HBASE-4046) expose more statistics from HBase Master node

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

stack reassigned HBASE-4046:
----------------------------

    Assignee: Elliott Clark  (was: nileema shingte)

Anything to be recovered from this patch Elliott?
                
> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>          Components: metrics
>    Affects Versions: 0.92.0
>            Reporter: nileema shingte
>            Assignee: Elliott Clark
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
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

        

[jira] [Updated] (HBASE-4046) expose more statistics from HBase Master node

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

Todd Lipcon updated HBASE-4046:
-------------------------------

          Component/s: metrics
    Affects Version/s: 0.92.0

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>          Components: metrics
>    Affects Versions: 0.92.0
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4046) expose more statistics from HBase Master node

Posted by "Otis Gospodnetic (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104627#comment-13104627 ] 

Otis Gospodnetic commented on HBASE-4046:
-----------------------------------------

Nileema - +1 for getting this in.  Long live metrics!


> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4046) expose more statistics from HBase Master node

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

nileema shingte updated HBASE-4046:
-----------------------------------

    Status: Patch Available  (was: In Progress)

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Work started] (HBASE-4046) expose more statistics from HBase Master node

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

Work on HBASE-4046 started by nileema shingte.

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>         Attachments: HBASE-4046.patch
>
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4046) expose more statistics from HBase Master node

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

nileema shingte updated HBASE-4046:
-----------------------------------

    Status: Open  (was: Patch Available)

> expose more statistics from HBase Master node
> ---------------------------------------------
>
>                 Key: HBASE-4046
>                 URL: https://issues.apache.org/jira/browse/HBASE-4046
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: nileema shingte
>            Assignee: nileema shingte
>            Priority: Minor
>
> We can add the following statistics to the master. Some stats that can be added are: 
> 1. number of logs split 
> 2. size of logs split
> 3. number of region servers online 
> 4. number of region servers opened
> 5. number of region servers expired 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira