You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Tobias Herbert (Created) (JIRA)" <ji...@apache.org> on 2012/01/25 21:35:47 UTC

[jira] [Created] (HBASE-5279) NPE in Master after upgrading to 0.92.0

NPE in Master after upgrading to 0.92.0
---------------------------------------

                 Key: HBASE-5279
                 URL: https://issues.apache.org/jira/browse/HBASE-5279
             Project: HBase
          Issue Type: Bug
          Components: master
    Affects Versions: 0.92.0
            Reporter: Tobias Herbert
            Priority: Critical


I have upgraded my environment from 0.90.4 to 0.92.0

after the table migration I get the following error in the master (permanent)

{noformat}
2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
java.lang.NullPointerException
        at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
        at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
        at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
        at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
        at java.lang.Thread.run(Thread.java:662)
2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
{noformat}

I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then

{noformat}
2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
{noformat}

my patch was simple to go around the NPE (as the other code around the lines)
but I don't know if that's correct


--
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-5279) NPE in Master after upgrading to 0.92.0

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

Hudson commented on HBASE-5279:
-------------------------------

Integrated in HBase-TRUNK #2665 (See [https://builds.apache.org/job/HBase-TRUNK/2665/])
    HBASE-5279 NPE in Master after upgrading to 0.92.0 -- REVERT OVERCOMMIT TO HREGION (Revision 1245768)
HBASE-5279 NPE in Master after upgrading to 0.92.0 (Revision 1245767)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

stack : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/catalog/MetaReader.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Zhihong Yu updated HBASE-5279:
------------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)
    
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Assignee: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

stack commented on HBASE-5279:
------------------------------

Skipping should be fine.  You have a scan of .META. from before upgrade?

Are you up now?
                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>         Attachments: HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Hudson commented on HBASE-5279:
-------------------------------

Integrated in HBase-0.92-security #91 (See [https://builds.apache.org/job/HBase-0.92-security/91/])
    HBASE-5279 NPE in Master after upgrading to 0.92.0 (Revision 1245769)

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

                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Tobias Herbert updated HBASE-5279:
----------------------------------

    Attachment: HBASE-5279.patch
    
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>         Attachments: HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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] [Assigned] (HBASE-5279) NPE in Master after upgrading to 0.92.0

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

Zhihong Yu reassigned HBASE-5279:
---------------------------------

    Assignee: Tobias Herbert
    
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Assignee: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

stack commented on HBASE-5279:
------------------------------

Committed to 0.92 and to TRUNK.  Thanks for the patch Tobias.
                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

stack updated HBASE-5279:
-------------------------

    Status: Patch Available  (was: Open)
    
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Hadoop QA commented on HBASE-5279:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12515016/HBASE-5279-v2.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 -136 warning messages.

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

    -1 findbugs.  The patch appears to introduce 158 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.mapreduce.TestImportTsv
                  org.apache.hadoop.hbase.mapred.TestTableMapReduce
                  org.apache.hadoop.hbase.mapreduce.TestHFileOutputFormat

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

This message is automatically generated.
                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Tobias Herbert commented on HBASE-5279:
---------------------------------------

unfortunately I have no scan from .META. from before the upgrade.
but with this patch I am up now :-)
                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>         Attachments: HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Hudson commented on HBASE-5279:
-------------------------------

Integrated in HBase-TRUNK-security #114 (See [https://builds.apache.org/job/HBase-TRUNK-security/114/])
    HBASE-5279 NPE in Master after upgrading to 0.92.0 -- REVERT OVERCOMMIT TO HREGION (Revision 1245768)
HBASE-5279 NPE in Master after upgrading to 0.92.0 (Revision 1245767)

     Result = FAILURE
stack : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

stack : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/catalog/MetaReader.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

stack updated HBASE-5279:
-------------------------

    Attachment: HBASE-5279-v2.patch

Version of patch that will work w/ hadoopqa
                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

Hudson commented on HBASE-5279:
-------------------------------

Integrated in HBase-0.92 #288 (See [https://builds.apache.org/job/HBase-0.92/288/])
    HBASE-5279 NPE in Master after upgrading to 0.92.0 (Revision 1245769)

     Result = SUCCESS
stack : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/catalog/MetaReader.java
* /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java

                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279-v2.patch, HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

--
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-5279) NPE in Master after upgrading to 0.92.0

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

stack updated HBASE-5279:
-------------------------

    Fix Version/s: 0.92.1

Consider this for inclusion in 0.92.1
                
> NPE in Master after upgrading to 0.92.0
> ---------------------------------------
>
>                 Key: HBASE-5279
>                 URL: https://issues.apache.org/jira/browse/HBASE-5279
>             Project: HBase
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.92.0
>            Reporter: Tobias Herbert
>            Priority: Critical
>             Fix For: 0.92.1
>
>         Attachments: HBASE-5279.patch
>
>
> I have upgraded my environment from 0.90.4 to 0.92.0
> after the table migration I get the following error in the master (permanent)
> {noformat}
> 2012-01-25 18:23:48,648 FATAL master-namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Unhandled exception. Starting shutdown.
> java.lang.NullPointerException
>         at org.apache.hadoop.hbase.master.AssignmentManager.rebuildUserRegions(AssignmentManager.java:2190)
>         at org.apache.hadoop.hbase.master.AssignmentManager.joinCluster(AssignmentManager.java:323)
>         at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:501)
>         at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:326)
>         at java.lang.Thread.run(Thread.java:662)
> 2012-01-25 18:23:48,650 INFO namenode,60000,1327512209588 org.apache.hadoop.hbase.master.HMaster - Aborting
> {noformat}
> I think that's because I had a hard crash in the cluster a while ago - and the following WARN since then
> {noformat}
> 2012-01-25 21:20:47,121 WARN namenode,60000,1327513078123-CatalogJanitor org.apache.hadoop.hbase.master.CatalogJanitor - REGIONINFO_QUALIFIER is empty in keyvalues={emails,,xxx./info:server/1314336400471/Put/vlen=38, emails,,1314189353300.xxx./info:serverstartcode/1314336400471/Put/vlen=8}
> {noformat}
> my patch was simple to go around the NPE (as the other code around the lines)
> but I don't know if that's correct

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