[jira] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-04-04 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7624:
---

Integrated in HBase-0.94-security-on-Hadoop-23 #13 (See 
[https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/13/])
HBASE-7624 Backport HBASE-5359 and HBASE-7596 to 0.94 (Jefferey Zhong) 
(Revision 1455730)

 Result = FAILURE
tedyu : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableAddFamilyHandler.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableDeleteFamilyHandler.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableEventHandler.java
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/handler/TestTableDescriptorModification.java


> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.6
>
> Attachments: hbase-7624_0.patch, hbase-7624_1.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-05 Thread Jeffrey Zhong (JIRA)

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

Jeffrey Zhong commented on HBASE-7624:
--

I forgot to mention my patch also include a table resource leak fix in the 
TableEventHandler.reOpenAllRegions where we don't close HTable instance. 

thanks,
-Jeffrey

> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-08 Thread Jeffrey Zhong (JIRA)

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

Jeffrey Zhong commented on HBASE-7624:
--

[~nspiegelberg], [~mbertozzi] Could you please review the JIRA ticket? If we 
don't need this JIRA, I can fix the leak of HTable instance in 
TableEventHandler.reOpenAllRegions in other JIRAs.

Thanks,
-Jeffrey

> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-09 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-7624:
--

Looks good to me.

[~jeffreyz], any chance to run this through the full 0.94 test suite, just to 
be safe (mvn clean -PrunAllTests -Dmaven.test.redirectTestOutputToFile=true 
install assembly:single  -DskipITs -Prelease)

If not, not a big deal, I'll run on one our machines at work.


> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-11 Thread Jeffrey Zhong (JIRA)

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

Jeffrey Zhong commented on HBASE-7624:
--

Sure. Let me to run the test suit for the issue because I also do the same for 
JIRA HBASE-7824.
 

> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-12 Thread Lars Hofhansl (JIRA)

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

Lars Hofhansl commented on HBASE-7624:
--

Thanks Jeffrey.

+1


> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch, hbase-7624_1.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-12 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-7624:
---

Integrated to 0.94

Thanks for the backport, Jeff.

Thanks for the review, Lars.

> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch, hbase-7624_1.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-12 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7624:
---

Integrated in HBase-0.94 #893 (See 
[https://builds.apache.org/job/HBase-0.94/893/])
HBASE-7624 Backport HBASE-5359 and HBASE-7596 to 0.94 (Jefferey Zhong) 
(Revision 1455730)

 Result = SUCCESS
tedyu : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableAddFamilyHandler.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableDeleteFamilyHandler.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableEventHandler.java
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/handler/TestTableDescriptorModification.java


> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch, hbase-7624_1.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

--
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] [Commented] (HBASE-7624) Backport HBASE-5359 and HBASE-7596 to 0.94

2013-03-12 Thread Hudson (JIRA)

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

Hudson commented on HBASE-7624:
---

Integrated in HBase-0.94-security #121 (See 
[https://builds.apache.org/job/HBase-0.94-security/121/])
HBASE-7624 Backport HBASE-5359 and HBASE-7596 to 0.94 (Jefferey Zhong) 
(Revision 1455730)

 Result = FAILURE
tedyu : 
Files : 
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableAddFamilyHandler.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableDeleteFamilyHandler.java
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/handler/TableEventHandler.java
* 
/hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/handler/TestTableDescriptorModification.java


> Backport HBASE-5359 and HBASE-7596 to 0.94
> --
>
> Key: HBASE-7624
> URL: https://issues.apache.org/jira/browse/HBASE-7624
> Project: HBase
>  Issue Type: Bug
>Reporter: Lars Hofhansl
>Assignee: Jeffrey Zhong
> Fix For: 0.94.7
>
> Attachments: hbase-7624_0.patch, hbase-7624_1.patch
>
>
> Both HBASE-5359 and HBASE-7596 are useful and should be added to 0.94.

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