You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nicolas Spiegelberg (Created) (JIRA)" <ji...@apache.org> on 2011/11/24 02:20:39 UTC

[jira] [Created] (HBASE-4860) RegionSplitter Should Allow NSFRE during logical split verification

RegionSplitter Should Allow NSFRE during logical split verification
-------------------------------------------------------------------

                 Key: HBASE-4860
                 URL: https://issues.apache.org/jira/browse/HBASE-4860
             Project: HBase
          Issue Type: Bug
            Reporter: Nicolas Spiegelberg
            Assignee: Nicolas Spiegelberg
            Priority: Minor
             Fix For: 0.92.0, 0.94.0


When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Hudson commented on HBASE-4860:
-------------------------------

Integrated in HBase-TRUNK #2519 (See [https://builds.apache.org/job/HBase-TRUNK/2519/])
    HBASE-4860 RegionSplitter Should Allow NSFRE during logical split verification

nspiegelberg : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java

                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Hudson commented on HBASE-4860:
-------------------------------

Integrated in HBase-0.92 #172 (See [https://builds.apache.org/job/HBase-0.92/172/])
    HBASE-4860 RegionSplitter Should Allow NSFRE during logical split verification

nspiegelberg : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java

                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Hudson commented on HBASE-4860:
-------------------------------

Integrated in HBase-0.92-security #31 (See [https://builds.apache.org/job/HBase-0.92-security/31/])
    HBASE-4860 RegionSplitter Should Allow NSFRE during logical split verification

nspiegelberg : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java

                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Nicolas Spiegelberg updated HBASE-4860:
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.0
           Status: Resolved  (was: Patch Available)

resolving issue in 92 & trunk.
                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Hadoop QA commented on HBASE-4860:
----------------------------------

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

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

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    -1 javadoc.  The javadoc tool appears to have generated -162 warning messages.

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

    -1 findbugs.  The patch appears to introduce 66 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.client.TestInstantSchemaChange
                  org.apache.hadoop.hbase.client.TestAdmin
                  org.apache.hadoop.hbase.io.hfile.TestHFileBlock
                  org.apache.hadoop.hbase.util.hbck.TestOfflineMetaRebuildBase

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

This message is automatically generated.
                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.92.0, 0.94.0
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

stack updated HBASE-4860:
-------------------------


This will be in 0.92 afterall; cutting a new RC.
                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Hudson commented on HBASE-4860:
-------------------------------

Integrated in HBase-TRUNK-security #23 (See [https://builds.apache.org/job/HBase-TRUNK-security/23/])
    HBASE-4860 RegionSplitter Should Allow NSFRE during logical split verification

nspiegelberg : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/util/RegionSplitter.java

                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.94.0, 0.92.1
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Nicolas Spiegelberg updated HBASE-4860:
---------------------------------------

    Status: Patch Available  (was: Open)
    
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.92.0, 0.94.0
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Nicolas Spiegelberg updated HBASE-4860:
---------------------------------------

    Attachment: HBASE-4860.patch
    
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.92.0, 0.94.0
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

Nicolas Spiegelberg commented on HBASE-4860:
--------------------------------------------

Part of 89fb to trunk port.  See r1181918 
                
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.92.0, 0.94.0
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

--
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-4860) RegionSplitter Should Allow NSFRE during logical split verification

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

stack updated HBASE-4860:
-------------------------

    Fix Version/s:     (was: 0.92.1)
                       (was: 0.94.0)
                   0.92.0
    
> RegionSplitter Should Allow NSFRE during logical split verification
> -------------------------------------------------------------------
>
>                 Key: HBASE-4860
>                 URL: https://issues.apache.org/jira/browse/HBASE-4860
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nicolas Spiegelberg
>            Assignee: Nicolas Spiegelberg
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: HBASE-4860.patch
>
>
> When verifying that a split request has been logically completed, the client can throw a NoServerForRegionException if the parent & daughter regions are in flux at this time.  We should catch that error and retry later when the daughter regions should have been brought online.

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