You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2012/06/07 19:39:22 UTC

[jira] [Created] (HBASE-6190) TestPriorityCompactionQueue throws NPE

Jimmy Xiang created HBASE-6190:
----------------------------------

             Summary: TestPriorityCompactionQueue throws NPE
                 Key: HBASE-6190
                 URL: https://issues.apache.org/jira/browse/HBASE-6190
             Project: HBase
          Issue Type: Test
          Components: test
    Affects Versions: 0.90.6
            Reporter: Jimmy Xiang
            Assignee: Jimmy Xiang
             Fix For: 0.90.7
         Attachments: hbase-6190.patch

0.90 only.

java.lang.NullPointerException
	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Jimmy Xiang updated HBASE-6190:
-------------------------------

    Attachment: hbase-6190.patch
    
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Hadoop QA commented on HBASE-6190:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12531278/hbase-6190.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/2121//console

This message is automatically generated.
                
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Jimmy Xiang updated HBASE-6190:
-------------------------------

    Status: Patch Available  (was: Open)

Minor change, make sure the start key is smaller than the end key.
                
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190-v2.patch, hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Jimmy Xiang updated HBASE-6190:
-------------------------------

    Status: Patch Available  (was: Open)
    
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Jimmy Xiang updated HBASE-6190:
-------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Thanks Dave for review it.  Pushed to 0.90 branch.
                
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190-v2.patch, hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Jimmy Xiang updated HBASE-6190:
-------------------------------

    Status: Open  (was: Patch Available)
    
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190-v2.patch, hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Hadoop QA commented on HBASE-6190:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12531291/hbase-6190-v2.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/2123//console

This message is automatically generated.
                
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190-v2.patch, hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

David S. Wang commented on HBASE-6190:
--------------------------------------

+1
                
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

--
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-6190) TestPriorityCompactionQueue throws NPE

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

Jimmy Xiang updated HBASE-6190:
-------------------------------

    Attachment: hbase-6190-v2.patch
    
> TestPriorityCompactionQueue throws NPE
> --------------------------------------
>
>                 Key: HBASE-6190
>                 URL: https://issues.apache.org/jira/browse/HBASE-6190
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.90.6
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>             Fix For: 0.90.7
>
>         Attachments: hbase-6190-v2.patch, hbase-6190.patch
>
>
> 0.90 only.
> java.lang.NullPointerException
> 	at org.apache.hadoop.hbase.regionserver.HRegion.getRegionId(HRegion.java:622)
> 	at org.apache.hadoop.hbase.regionserver.CompactSplitThread.preRequest(CompactSplitThread.java:78)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.addToRegionsInQueue(PriorityCompactionQueue.java:146)
> 	at org.apache.hadoop.hbase.regionserver.PriorityCompactionQueue.add(PriorityCompactionQueue.java:188)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.addRegion(TestPriorityCompactionQueue.java:79)
> 	at org.apache.hadoop.hbase.regionserver.TestPriorityCompactionQueue.testPriorityQueue(TestPriorityCompactionQueue.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho

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