You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2011/08/26 20:27:29 UTC

[jira] [Created] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

Limit the number of regions in transitions displayed on master webpage.
-----------------------------------------------------------------------

                 Key: HBASE-4257
                 URL: https://issues.apache.org/jira/browse/HBASE-4257
             Project: HBase
          Issue Type: Improvement
          Components: master
            Reporter: Jonathan Hsieh


HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Commented] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

Hudson commented on HBASE-4257:
-------------------------------

Integrated in HBase-TRUNK #2173 (See [https://builds.apache.org/job/HBase-TRUNK/2173/])
    HBASE-4257  Limit the number of regions in transitions displayed on master webpage.

todd : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/jamon/org/apache/hbase/tmpl/master/AssignmentManagerStatusTmpl.jamon
* /hbase/trunk/src/test/java/org/apache/hadoop/hbase/master/TestMasterStatusServlet.java


> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>            Assignee: Todd Lipcon
>             Fix For: 0.92.0
>
>         Attachments: hbase-4257.txt, hbase-4257.txt
>
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Updated] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

Todd Lipcon updated HBASE-4257:
-------------------------------

    Attachment: hbase-4257.txt

Here's a simple patch that limits it to 100 RITs on the main page, and indicates if there are more that are not shown. It will also always show META or ROOT if they're in transition.

I was too lazy to add pagination at this point. You can see the full list in the new status dump servlet at /dump.

> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>            Assignee: Todd Lipcon
>         Attachments: hbase-4257.txt, hbase-4257.txt
>
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Commented] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

Ted Yu commented on HBASE-4257:
-------------------------------

Good idea.
How about provide pagination on this page ?

> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Assigned] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

Todd Lipcon reassigned HBASE-4257:
----------------------------------

    Assignee: Todd Lipcon

> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>            Assignee: Todd Lipcon
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Updated] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

Todd Lipcon updated HBASE-4257:
-------------------------------

    Attachment: hbase-4257.txt

accidental other change slipped into previous patch.

> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>            Assignee: Todd Lipcon
>         Attachments: hbase-4257.txt, hbase-4257.txt
>
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Resolved] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

Todd Lipcon resolved HBASE-4257.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.92.0
     Hadoop Flags: [Reviewed]

Committed to trunk, thanks for review.

> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>            Assignee: Todd Lipcon
>             Fix For: 0.92.0
>
>         Attachments: hbase-4257.txt, hbase-4257.txt
>
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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

        

[jira] [Commented] (HBASE-4257) Limit the number of regions in transitions displayed on master webpage.

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

stack commented on HBASE-4257:
------------------------------

+1

> Limit the number of regions in transitions displayed on master webpage.
> -----------------------------------------------------------------------
>
>                 Key: HBASE-4257
>                 URL: https://issues.apache.org/jira/browse/HBASE-4257
>             Project: HBase
>          Issue Type: Improvement
>          Components: master
>            Reporter: Jonathan Hsieh
>            Assignee: Todd Lipcon
>         Attachments: hbase-4257.txt, hbase-4257.txt
>
>
> HBASE-3837 added a table to the master web page that displays regions in transitions.  There is a possibility that a massive number of RIT's could be present which would make displaying this page slow.  This should be limited to a reasonable number (100?) on the main page and provide a link to another page that displays all information.

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