[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15571:


FAILURE: Integrated in HBase-Trunk_matrix #819 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/819/])
HBASE-15571 Make MasterProcedureManagerHost accessible through (tedyu: rev 
8c7f044efbb8a84561d28a221343c7b65263934e)
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java


> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-15571:


HMaster interacts with the loaded procedure manager through 
MasterProcedureManagerHost.
So we need this class so that table backup procedure can execute globally 
barriered procedure.

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread stack (JIRA)

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

stack commented on HBASE-15571:
---

You fellows get the bit that we want to keep the *Services -- MasterServices 
and RegionServerServices -- narrow with minimal stuff in it because otherwise, 
we might as well just pass Master rather than MasterServices?

What is a MasterProcedureManagerHost? It is important enough to be exposed in 
*Services?

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15571:


SUCCESS: Integrated in HBase-1.3-IT #591 (See 
[https://builds.apache.org/job/HBase-1.3-IT/591/])
HBASE-15571 Make MasterProcedureManagerHost accessible through (tedyu: rev 
b7df66f1a811a130c6fcc57d110659601c9c0cdd)
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java


> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-15571:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} test4tests {color} | {color:green} 0m 
0s {color} | {color:green} The patch appears to include 1 new or modified test 
files. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 5m 
28s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 1m 29s 
{color} | {color:green} master passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 56s 
{color} | {color:green} master passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 6m 
0s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
22s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 3m 3s 
{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 1m 3s 
{color} | {color:green} master passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 1m 3s 
{color} | {color:green} master passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 1m 
14s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 1m 27s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 1m 27s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 57s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 57s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 6m 
22s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
22s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} Patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
44m 35s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.7.1. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 3m 
17s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 1m 4s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 1m 8s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:red}-1{color} | {color:red} unit {color} | {color:red} 183m 30s 
{color} | {color:red} hbase-server in the patch failed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
25s {color} | {color:green} Patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 264m 30s {color} 
| {color:black} {color} |
\\
\\
|| Reason || Tests ||
| Failed junit tests | 
hadoop.hbase.master.procedure.TestMasterFailoverWithProcedures |
| Timed out junit tests | 
org.apache.hadoop.hbase.snapshot.TestMobSecureExportSnapshot |
|   | org.apache.hadoop.hbase.snapshot.TestSecureExportSnapshot |
|   | org.apache.hadoop.hbase.security.access.TestNamespaceCommands |
|   | org.apache.hadoop.hbase.snapshot.TestMobExportSnapshot |
|   | org.apache.hadoop.hbase.snapshot.TestExportSnapshot |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12796411/15571.v2.patch |
| JIRA Issue | HBASE-15571 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux penates.apache.org 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT 
Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven 

[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15571:


FAILURE: Integrated in HBase-1.4 #64 (See 
[https://builds.apache.org/job/HBase-1.4/64/])
HBASE-15571 Make MasterProcedureManagerHost accessible through (tedyu: rev 
b7df66f1a811a130c6fcc57d110659601c9c0cdd)
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterServices.java
* 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java
* 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/MasterRpcServices.java


> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Fix For: 2.0.0, 1.4.0
>
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Stephen Yuan Jiang (JIRA)

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

Stephen Yuan Jiang commented on HBASE-15571:


+1 LGTM

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Stephen Yuan Jiang (JIRA)

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

Stephen Yuan Jiang commented on HBASE-15571:


yeah

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: 15571.v1.patch, 15571.v2.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-15571:


Did you mean making mpmHost private and access it through 
getMasterProcedureManagerHost() ?

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: 15571.v1.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Stephen Yuan Jiang (JIRA)

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

Stephen Yuan Jiang commented on HBASE-15571:


Could you replace all {{master.mpmHost}} usage with your change?

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: 15571.v1.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-15571:


Failed tests didn't seem to be related to patch.

> Make MasterProcedureManagerHost accessible through MasterServices
> -
>
> Key: HBASE-15571
> URL: https://issues.apache.org/jira/browse/HBASE-15571
> Project: HBase
>  Issue Type: Improvement
>Reporter: Ted Yu
>Assignee: Ted Yu
> Attachments: 15571.v1.patch
>
>
> One of the review comments for HBASE-15411 is to drop dependency on 
> HBaseAdmin in table backup procedure.
> See the comments starting with:
> https://issues.apache.org/jira/browse/HBASE-15411?focusedCommentId=15219215=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219215
> In order to execute procedure inside table backup procedure, we need access 
> to MasterProcedureManagerHost.
> This issue adds accessor to MasterServices for MasterProcedureManagerHost.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HBASE-15571) Make MasterProcedureManagerHost accessible through MasterServices

2016-03-31 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-15571:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} test4tests {color} | {color:green} 0m 
0s {color} | {color:green} The patch appears to include 1 new or modified test 
files. {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 3m 
55s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 55s 
{color} | {color:green} master passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 39s 
{color} | {color:green} master passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 5m 
16s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
19s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 2m 
24s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 48s 
{color} | {color:green} master passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 45s 
{color} | {color:green} master passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 1m 
0s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 1m 0s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 1m 0s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 39s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 39s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 5m 
11s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
17s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} Patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
33m 22s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.7.1. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 2m 
58s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 42s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 43s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:red}-1{color} | {color:red} unit {color} | {color:red} 132m 35s 
{color} | {color:red} hbase-server in the patch failed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
16s {color} | {color:green} Patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 194m 15s {color} 
| {color:black} {color} |
\\
\\
|| Reason || Tests ||
| Failed junit tests | 
hadoop.hbase.master.procedure.TestMasterFailoverWithProcedures |
| Timed out junit tests | 
org.apache.hadoop.hbase.security.access.TestNamespaceCommands |
|   | org.apache.hadoop.hbase.regionserver.TestHRegion |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12796349/15571.v1.patch |
| JIRA Issue | HBASE-15571 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux asf910.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP 
PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build/component/dev-support/hbase-personality.sh
 |
| git revision | master / d6fd859 |
| Default Java | 1.7.0_79 |
|