[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-14 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934764#comment-13934764
 ] 

Hudson commented on HBASE-10738:


FAILURE: Integrated in HBase-TRUNK-on-Hadoop-1.1 #117 (See 
[https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/117/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577357)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13933954#comment-13933954
 ] 

Hadoop QA commented on HBASE-10738:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12634458/hbase-10738.patch
  against trunk revision .
  ATTACHMENT ID: 12634458

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:red}-1 tests included{color}.  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.

{color:green}+1 hadoop1.0{color}.  The patch compiles against the hadoop 
1.0 profile.

{color:green}+1 hadoop1.1{color}.  The patch compiles against the hadoop 
1.1 profile.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 1.3.9) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

{color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/8972//console

This message is automatically generated.

 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934143#comment-13934143
 ] 

stack commented on HBASE-10738:
---

+1

 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934422#comment-13934422
 ] 

Hudson commented on HBASE-10738:


FAILURE: Integrated in hbase-0.96-hadoop2 #237 (See 
[https://builds.apache.org/job/hbase-0.96-hadoop2/237/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577359)
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934446#comment-13934446
 ] 

Lars Hofhansl commented on HBASE-10738:
---

Looks like this would be good for 0.94 too. [~jxiang], any reason this 
shouldn't be in 0.94?


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934458#comment-13934458
 ] 

Hudson commented on HBASE-10738:


FAILURE: Integrated in HBase-TRUNK #5007 (See 
[https://builds.apache.org/job/HBase-TRUNK/5007/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577357)
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934475#comment-13934475
 ] 

Hudson commented on HBASE-10738:


SUCCESS: Integrated in HBase-0.98 #227 (See 
[https://builds.apache.org/job/HBase-0.98/227/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577358)
* 
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Jimmy Xiang (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934480#comment-13934480
 ] 

Jimmy Xiang commented on HBASE-10738:
-

Yes, it is good for 0.94 too. Checked into 0.94 as well. Thanks for reminding 
me.

 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Lars Hofhansl (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934484#comment-13934484
 ] 

Lars Hofhansl commented on HBASE-10738:
---

Thanks [~jxiang]!

 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934502#comment-13934502
 ] 

Hudson commented on HBASE-10738:


FAILURE: Integrated in hbase-0.96 #345 (See 
[https://builds.apache.org/job/hbase-0.96/345/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577359)
* 
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934518#comment-13934518
 ] 

Hudson commented on HBASE-10738:


FAILURE: Integrated in HBase-0.94-on-Hadoop-2 #51 (See 
[https://builds.apache.org/job/HBase-0.94-on-Hadoop-2/51/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577407)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934562#comment-13934562
 ] 

Hudson commented on HBASE-10738:


SUCCESS: Integrated in HBase-0.94-security #441 (See 
[https://builds.apache.org/job/HBase-0.94-security/441/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577407)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934579#comment-13934579
 ] 

Hudson commented on HBASE-10738:


FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #213 (See 
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/213/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577358)
* 
/hbase/branches/0.98/hbase-server/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934597#comment-13934597
 ] 

Hudson commented on HBASE-10738:


SUCCESS: Integrated in HBase-0.94 #1322 (See 
[https://builds.apache.org/job/HBase-0.94/1322/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577407)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-10738) AssignmentManager should shut down executors on stop

2014-03-13 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-10738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13934607#comment-13934607
 ] 

Hudson commented on HBASE-10738:


SUCCESS: Integrated in HBase-0.94-JDK7 #85 (See 
[https://builds.apache.org/job/HBase-0.94-JDK7/85/])
HBASE-10738 AssignmentManager should shut down executors on stop (jxiang: rev 
1577407)
* 
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java


 AssignmentManager should shut down executors on stop
 

 Key: HBASE-10738
 URL: https://issues.apache.org/jira/browse/HBASE-10738
 Project: HBase
  Issue Type: Bug
Reporter: Jimmy Xiang
Assignee: Jimmy Xiang
Priority: Minor
 Fix For: 0.96.2, 0.98.1, 0.99.0, 0.94.18

 Attachments: hbase-10738.patch


 This won't cause any issue in live cluster. However, in unit tests, it could 
 leak threads and slow down tests.



--
This message was sent by Atlassian JIRA
(v6.2#6252)