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

        

Reply via email to