You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "rajeshbabu (JIRA)" <ji...@apache.org> on 2012/06/27 13:37:42 UTC

[jira] [Created] (HBASE-6281) Assignment need not be called for disabling table regions during clean cluste start up.

rajeshbabu created HBASE-6281:
---------------------------------

             Summary: Assignment need not be called for disabling table regions during clean cluste start up.
                 Key: HBASE-6281
                 URL: https://issues.apache.org/jira/browse/HBASE-6281
             Project: HBase
          Issue Type: Bug
    Affects Versions: 0.94.0, 0.92.1
            Reporter: rajeshbabu
            Assignee: rajeshbabu
             Fix For: 0.92.2, 0.96.0, 0.94.1


Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hadoop QA commented on HBASE-6281:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12534117/HBASE-6281_94_2.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    -1 patch.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/2304//console

This message is automatically generated.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Attachment: HBASE-6281_trunk.patch
    
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Summary: Assignment need not be called for disabling table regions during clean cluster start up.  (was: Assignment need not be called for disabling table regions during clean cluste start up.)
    
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Zhihong Ted Yu commented on HBASE-6281:
---------------------------------------

I ran the two failed tests and they passed.

Patch integrated to trunk.

Thanks for the patch, Rajesh.

Please prepare patches for 0.94 and 0.92
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hudson commented on HBASE-6281:
-------------------------------

Integrated in HBase-0.94-security #39 (See [https://builds.apache.org/job/HBase-0.94-security/39/])
    HBASE-6281 Assignment need not be called for disabling table regions during clean cluster start up. (Rajesh)

Submitted by:Rajesh	
Reviewed by:Ram, Stack, Ted (Revision 1356396)

     Result = SUCCESS
ramkrishna : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java

                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, 6281.addendum, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Attachment: HBASE-6281_92.patch

Patch for 92. Added TestAssignmentManager to test this scenario.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hadoop QA commented on HBASE-6281:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12533661/HBASE-6281_trunk.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 hadoop2.0.  The patch compiles against the hadoop 2.0 profile.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 6 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/2274//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2274//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2274//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/2274//console

This message is automatically generated.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hadoop QA commented on HBASE-6281:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12533906/6281-trunk-v2.txt
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 hadoop2.0.  The patch compiles against the hadoop 2.0 profile.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    -1 findbugs.  The patch appears to introduce 6 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

     -1 core tests.  The patch failed these unit tests:
                       org.apache.hadoop.hbase.regionserver.TestAtomicOperation
                  org.apache.hadoop.hbase.replication.TestReplication

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/2287//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2287//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2287//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/2287//console

This message is automatically generated.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Zhihong Ted Yu updated HBASE-6281:
----------------------------------

    Attachment: 6281-trunk-v2.txt
    
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Zhihong Ted Yu updated HBASE-6281:
----------------------------------

    Hadoop Flags: Reviewed
    
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Zhihong Ted Yu commented on HBASE-6281:
---------------------------------------

For src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java in 0.92:
{code}
public class TestAssignmentManager {
  private static final Log LOG = LogFactory.getLog(TestActiveMasterManager.class);
{code}
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Status: Patch Available  (was: Open)

Attached patch for 94 and trunk. Please review and provide comments/suggestions.
running test suite for 94 and let you know result by tomorrow. 
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.94.0, 0.92.1
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Zhihong Ted Yu commented on HBASE-6281:
---------------------------------------

For 0.92, there is no src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java
It would be nice if you can create the file and put your test there.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hudson commented on HBASE-6281:
-------------------------------

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #75 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/75/])
    HBASE-6281 Assignment need not be called for disabling table regions during clean cluster start up (Rajesh) (Revision 1355532)

     Result = FAILURE
tedyu : 
Files : 
* /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java

                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu commented on HBASE-6281:
-----------------------------------

@Ted,
Thanks for review. I will prepare patch for 92 and upload patches addressing above comment.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Zhihong Ted Yu commented on HBASE-6281:
---------------------------------------

Patch looks good.
{code}
+    // Skip assignment for regions of tables in DISABLING state also because during clean cluster startup no
+    // RS is alive and regions map also doesn't have any information about the regions. See HBASE-6281.
{code}
Please wrap long lines above.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

stack updated HBASE-6281:
-------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed to 0.92.  Thanks for patch Rajesh.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

ramkrishna.s.vasudevan commented on HBASE-6281:
-----------------------------------------------

Committed to 0.94.  Will close this after integrating into 0.92
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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] (HBASE-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Lars Hofhansl closed HBASE-6281.
--------------------------------

    
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.94.1, 0.96.0
>
>         Attachments: 6281.addendum, 6281-trunk-v2.txt, HBASE-6281_92.patch, HBASE-6281_94_2.patch, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Attachment: HBASE-6281_94.patch
    
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

ramkrishna.s.vasudevan commented on HBASE-6281:
-----------------------------------------------

@Ted
0.92 patch is ready with new testcase.  Will upload tomorrow.  For now i will commit 0.94 before it becomes stale.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

stack commented on HBASE-6281:
------------------------------

Added the addendum.  Thanks Rajesh.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, 6281.addendum, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Lars Hofhansl commented on HBASE-6281:
--------------------------------------

I'll commit the 0.94 patch soon.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hudson commented on HBASE-6281:
-------------------------------

Integrated in HBase-0.94 #290 (See [https://builds.apache.org/job/HBase-0.94/290/])
    HBASE-6281 Assignment need not be called for disabling table regions during clean cluster start up. (Rajesh)

Submitted by:Rajesh	
Reviewed by:Ram, Stack, Ted (Revision 1356396)

     Result = SUCCESS
ramkrishna : 
Files : 
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java

                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, 6281.addendum, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Attachment: 6281.addendum

Sorry for the mistake. Added addendum addressing Ted's comment.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, 6281.addendum, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

rajeshbabu updated HBASE-6281:
------------------------------

    Attachment: HBASE-6281_94_2.patch

patch for 94 addressing Ted's comment. Upload patch for 92 soon(Working on tests for 92).
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

Hudson commented on HBASE-6281:
-------------------------------

Integrated in HBase-0.92 #466 (See [https://builds.apache.org/job/HBase-0.92/466/])
    HBASE-6281 Assignment need not be called for disabling table regions during clean cluster start up (Revision 1357302)

     Result = FAILURE
stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/catalog/CatalogTracker.java
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java

                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, 6281.addendum, HBASE-6281_92.patch, HBASE-6281_94.patch, HBASE-6281_94_2.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

--
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-6281) Assignment need not be called for disabling table regions during clean cluster start up.

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

stack commented on HBASE-6281:
------------------------------

+1 on patch.  Good find.
                
> Assignment need not be called for disabling table regions during clean cluster start up.
> ----------------------------------------------------------------------------------------
>
>                 Key: HBASE-6281
>                 URL: https://issues.apache.org/jira/browse/HBASE-6281
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.1, 0.94.0
>            Reporter: rajeshbabu
>            Assignee: rajeshbabu
>             Fix For: 0.92.2, 0.96.0, 0.94.1
>
>         Attachments: 6281-trunk-v2.txt, HBASE-6281_94.patch, HBASE-6281_trunk.patch
>
>
> Currently during clean cluster start up if there are tables in DISABLING state, we do bulk assignment through assignAllUserRegions() and after region is OPENED in RS, master checks if the table is in DISBALING/DISABLED state (in Am.regionOnline) and again calls unassign.  This roundtrip can be avoided even before calling assignment.
> This JIRA is to address the above scenario.

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