You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Stephen Chu (Created) (JIRA)" <ji...@apache.org> on 2012/02/18 09:04:00 UTC

[jira] [Created] (BIGTOP-411) Add TestRegionMover to HBase system tests

Add TestRegionMover to HBase system tests
-----------------------------------------

                 Key: BIGTOP-411
                 URL: https://issues.apache.org/jira/browse/BIGTOP-411
             Project: Bigtop
          Issue Type: Test
          Components: Tests
            Reporter: Stephen Chu
            Assignee: Stephen Chu


Adding TestRegionMover.java to HBase system tests.

This program unloads and reloads region servers and checks that regions do not get stuck in transition for too long. The region servers are specified by hostname.
                                                                                                                                                                  
Required arguments:                                                                                                                                                           
-Dregionservers=<regionserver1>,<regionserver2>,...                                                                                                                           

Optional arguments:                                                                                                                                                           
-Dload.iterations=<number of times to unload and load the region servers>                                                                                                     
-Dtimeout.intervals=<number of times to wait for no regions in transition>                                                                                                    
-Dtimeout.ms=<milliseconds to wait before checking for regions in transition>                                                                                                 


--
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] [Closed] (BIGTOP-411) Add TestRegionMover to HBase system tests

Posted by "Bruno Mahé (Closed JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BIGTOP-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Mahé closed BIGTOP-411.
-----------------------------

    
> Add TestRegionMover to HBase system tests
> -----------------------------------------
>
>                 Key: BIGTOP-411
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-411
>             Project: Bigtop
>          Issue Type: Test
>          Components: Tests
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>              Labels: patch, test
>             Fix For: 0.3.0
>
>         Attachments: TestMoveRootMetaRegionsDiff, TestRegionMoverDiff
>
>
> Adding TestRegionMover.java to HBase system tests.
> This program unloads and reloads region servers and checks that regions do not get stuck in transition for too long. The region servers are specified by hostname.
>                                                                                                                                                                   
> Required arguments:                                                                                                                                                           
> -Dregionservers=<regionserver1>,<regionserver2>,...                                                                                                                           
> Optional arguments:                                                                                                                                                           
> -Dload.iterations=<number of times to unload and load the region servers>                                                                                                     
> -Dtimeout.intervals=<number of times to wait for no regions in transition>                                                                                                    
> -Dtimeout.ms=<milliseconds to wait before checking for regions in transition>                                                                                                 

--
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] (BIGTOP-411) Add TestRegionMover to HBase system tests

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

Stephen Chu updated BIGTOP-411:
-------------------------------

    Attachment: TestMoveRootMetaRegionsDiff
    
> Add TestRegionMover to HBase system tests
> -----------------------------------------
>
>                 Key: BIGTOP-411
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-411
>             Project: Bigtop
>          Issue Type: Test
>          Components: Tests
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>              Labels: patch, test
>         Attachments: TestMoveRootMetaRegionsDiff, TestRegionMoverDiff
>
>
> Adding TestRegionMover.java to HBase system tests.
> This program unloads and reloads region servers and checks that regions do not get stuck in transition for too long. The region servers are specified by hostname.
>                                                                                                                                                                   
> Required arguments:                                                                                                                                                           
> -Dregionservers=<regionserver1>,<regionserver2>,...                                                                                                                           
> Optional arguments:                                                                                                                                                           
> -Dload.iterations=<number of times to unload and load the region servers>                                                                                                     
> -Dtimeout.intervals=<number of times to wait for no regions in transition>                                                                                                    
> -Dtimeout.ms=<milliseconds to wait before checking for regions in transition>                                                                                                 

--
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] (BIGTOP-411) Add TestRegionMover to HBase system tests

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

Stephen Chu updated BIGTOP-411:
-------------------------------

    Attachment: TestRegionMoverDiff

Attached is the patch.
                
> Add TestRegionMover to HBase system tests
> -----------------------------------------
>
>                 Key: BIGTOP-411
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-411
>             Project: Bigtop
>          Issue Type: Test
>          Components: Tests
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>              Labels: patch, test
>         Attachments: TestRegionMoverDiff
>
>
> Adding TestRegionMover.java to HBase system tests.
> This program unloads and reloads region servers and checks that regions do not get stuck in transition for too long. The region servers are specified by hostname.
>                                                                                                                                                                   
> Required arguments:                                                                                                                                                           
> -Dregionservers=<regionserver1>,<regionserver2>,...                                                                                                                           
> Optional arguments:                                                                                                                                                           
> -Dload.iterations=<number of times to unload and load the region servers>                                                                                                     
> -Dtimeout.intervals=<number of times to wait for no regions in transition>                                                                                                    
> -Dtimeout.ms=<milliseconds to wait before checking for regions in transition>                                                                                                 

--
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] (BIGTOP-411) Add TestRegionMover to HBase system tests

Posted by "Bruno Mahé (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213144#comment-13213144 ] 

Bruno Mahé commented on BIGTOP-411:
-----------------------------------

+1.
It would be nice to have constants declared instead of being hardcoded
                
> Add TestRegionMover to HBase system tests
> -----------------------------------------
>
>                 Key: BIGTOP-411
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-411
>             Project: Bigtop
>          Issue Type: Test
>          Components: Tests
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>              Labels: patch, test
>         Attachments: TestMoveRootMetaRegionsDiff, TestRegionMoverDiff
>
>
> Adding TestRegionMover.java to HBase system tests.
> This program unloads and reloads region servers and checks that regions do not get stuck in transition for too long. The region servers are specified by hostname.
>                                                                                                                                                                   
> Required arguments:                                                                                                                                                           
> -Dregionservers=<regionserver1>,<regionserver2>,...                                                                                                                           
> Optional arguments:                                                                                                                                                           
> -Dload.iterations=<number of times to unload and load the region servers>                                                                                                     
> -Dtimeout.intervals=<number of times to wait for no regions in transition>                                                                                                    
> -Dtimeout.ms=<milliseconds to wait before checking for regions in transition>                                                                                                 

--
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] (BIGTOP-411) Add TestRegionMover to HBase system tests

Posted by "Stephen Chu (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BIGTOP-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211100#comment-13211100 ] 

Stephen Chu commented on BIGTOP-411:
------------------------------------

Oops.

TestMoveRootMetaRegionsDiff was meant for https://issues.apache.org/jira/browse/BIGTOP-412, another test patch.
                
> Add TestRegionMover to HBase system tests
> -----------------------------------------
>
>                 Key: BIGTOP-411
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-411
>             Project: Bigtop
>          Issue Type: Test
>          Components: Tests
>            Reporter: Stephen Chu
>            Assignee: Stephen Chu
>              Labels: patch, test
>         Attachments: TestMoveRootMetaRegionsDiff, TestRegionMoverDiff
>
>
> Adding TestRegionMover.java to HBase system tests.
> This program unloads and reloads region servers and checks that regions do not get stuck in transition for too long. The region servers are specified by hostname.
>                                                                                                                                                                   
> Required arguments:                                                                                                                                                           
> -Dregionservers=<regionserver1>,<regionserver2>,...                                                                                                                           
> Optional arguments:                                                                                                                                                           
> -Dload.iterations=<number of times to unload and load the region servers>                                                                                                     
> -Dtimeout.intervals=<number of times to wait for no regions in transition>                                                                                                    
> -Dtimeout.ms=<milliseconds to wait before checking for regions in transition>                                                                                                 

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