[jira] [Commented] (HBASE-6095) ActiveMasterManager NullPointerException

2012-06-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287234#comment-13287234
 ] 

Hudson commented on HBASE-6095:
---

Integrated in HBase-0.92-security #109 (See 
[https://builds.apache.org/job/HBase-0.92-security/109/])
HBASE-6095 ActiveMasterManager NullPointerException (Revision 1343837)

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


> ActiveMasterManager NullPointerException
> 
>
> Key: HBASE-6095
> URL: https://issues.apache.org/jira/browse/HBASE-6095
> Project: HBase
>  Issue Type: Bug
>  Components: master
>Affects Versions: 0.94.1
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Fix For: 0.94.1
>
> Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>   byte [] bytes =
> ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>   // TODO: redo this to make it atomic (only added for tests)
>   ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

--
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-6095) ActiveMasterManager NullPointerException

2012-05-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13287180#comment-13287180
 ] 

Hudson commented on HBASE-6095:
---

Integrated in HBase-0.94-security #33 (See 
[https://builds.apache.org/job/HBase-0.94-security/33/])
HBASE-6095 ActiveMasterManager NullPointerException (Revision 1343838)

 Result = FAILURE
stack : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/ActiveMasterManager.java


> ActiveMasterManager NullPointerException
> 
>
> Key: HBASE-6095
> URL: https://issues.apache.org/jira/browse/HBASE-6095
> Project: HBase
>  Issue Type: Bug
>  Components: master
>Affects Versions: 0.94.1
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Fix For: 0.94.1
>
> Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>   byte [] bytes =
> ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>   // TODO: redo this to make it atomic (only added for tests)
>   ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

--
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-6095) ActiveMasterManager NullPointerException

2012-05-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285033#comment-13285033
 ] 

Hudson commented on HBASE-6095:
---

Integrated in HBase-0.92 #425 (See 
[https://builds.apache.org/job/HBase-0.92/425/])
HBASE-6095 ActiveMasterManager NullPointerException (Revision 1343837)

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


> ActiveMasterManager NullPointerException
> 
>
> Key: HBASE-6095
> URL: https://issues.apache.org/jira/browse/HBASE-6095
> Project: HBase
>  Issue Type: Bug
>  Components: master
>Affects Versions: 0.94.1
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Fix For: 0.94.1
>
> Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>   byte [] bytes =
> ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>   // TODO: redo this to make it atomic (only added for tests)
>   ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

--
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-6095) ActiveMasterManager NullPointerException

2012-05-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284970#comment-13284970
 ] 

Hudson commented on HBASE-6095:
---

Integrated in HBase-0.94 #223 (See 
[https://builds.apache.org/job/HBase-0.94/223/])
HBASE-6095 ActiveMasterManager NullPointerException (Revision 1343838)

 Result = FAILURE
stack : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/ActiveMasterManager.java


> ActiveMasterManager NullPointerException
> 
>
> Key: HBASE-6095
> URL: https://issues.apache.org/jira/browse/HBASE-6095
> Project: HBase
>  Issue Type: Bug
>  Components: master
>Affects Versions: 0.94.1
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Fix For: 0.94.1
>
> Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>   byte [] bytes =
> ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>   // TODO: redo this to make it atomic (only added for tests)
>   ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

--
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-6095) ActiveMasterManager NullPointerException

2012-05-25 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283601#comment-13283601
 ] 

Hadoop QA commented on HBASE-6095:
--

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12529744/hbase-6095.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 patch.  The patch command could not apply the patch.

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

This message is automatically generated.

> ActiveMasterManager NullPointerException
> 
>
> Key: HBASE-6095
> URL: https://issues.apache.org/jira/browse/HBASE-6095
> Project: HBase
>  Issue Type: Bug
>  Components: master
>Affects Versions: 0.94.1
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Fix For: 0.94.1
>
> Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>   byte [] bytes =
> ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>   // TODO: redo this to make it atomic (only added for tests)
>   ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

--
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-6095) ActiveMasterManager NullPointerException

2012-05-25 Thread ramkrishna.s.vasudevan (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-6095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283600#comment-13283600
 ] 

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

+1 on patch.

> ActiveMasterManager NullPointerException
> 
>
> Key: HBASE-6095
> URL: https://issues.apache.org/jira/browse/HBASE-6095
> Project: HBase
>  Issue Type: Bug
>  Components: master
>Affects Versions: 0.94.1
>Reporter: Jimmy Xiang
>Assignee: Jimmy Xiang
>Priority: Minor
> Fix For: 0.94.1
>
> Attachments: hbase-6095.patch
>
>
> It is for 0.94 and 0.92.  Trunk doesn't have the issue.
> {code}
>   byte [] bytes =
> ZKUtil.getDataAndWatch(watcher, watcher.masterAddressZNode);
>   // TODO: redo this to make it atomic (only added for tests)
>   ServerName master = ServerName.parseVersionedServerName(bytes);
> {code}
> bytes could be null.

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