[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-08-17 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


FAILURE: Integrated in Jenkins build HBASE-14070.HLC #233 (See 
[https://builds.apache.org/job/HBASE-14070.HLC/233/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 5c47cb5d491f78c00df0b09ed3899c9334c7fd85)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


FAILURE: Integrated in Jenkins build HBase-2.0 #261 (See 
[https://builds.apache.org/job/HBase-2.0/261/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev d776a3caae935f3e08d8a8a5d2ffdaf23cb9b41f)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


SUCCESS: Integrated in Jenkins build HBase-1.3-JDK8 #225 (See 
[https://builds.apache.org/job/HBase-1.3-JDK8/225/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 3e450f7a077632902fafa43dc7d9afa462125060)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3461 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/3461/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 5c47cb5d491f78c00df0b09ed3899c9334c7fd85)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #171 (See 
[https://builds.apache.org/job/HBase-1.2-JDK8/171/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 79c8031ebf2d11214f60a8fd0bf32195cd44c273)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


FAILURE: Integrated in Jenkins build HBase-1.4 #827 (See 
[https://builds.apache.org/job/HBase-1.4/827/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev cef9fffa3906eb8b01f0f2d76a39d9832a3d6fe6)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


SUCCESS: Integrated in Jenkins build HBase-1.2-IT #910 (See 
[https://builds.apache.org/job/HBase-1.2-IT/910/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 79c8031ebf2d11214f60a8fd0bf32195cd44c273)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


SUCCESS: Integrated in Jenkins build HBase-1.3-IT #148 (See 
[https://builds.apache.org/job/HBase-1.3-IT/148/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 3e450f7a077632902fafa43dc7d9afa462125060)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


FAILURE: Integrated in Jenkins build HBase-1.2-JDK7 #176 (See 
[https://builds.apache.org/job/HBase-1.2-JDK7/176/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 79c8031ebf2d11214f60a8fd0bf32195cd44c273)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Hudson (JIRA)

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

Hudson commented on HBASE-18473:


FAILURE: Integrated in Jenkins build HBase-1.3-JDK7 #210 (See 
[https://builds.apache.org/job/HBase-1.3-JDK7/210/])
HBASE-18473 VC.listLabels() erroneously closes any connection. (anoopsamjohn: 
rev 3e450f7a077632902fafa43dc7d9afa462125060)
* (edit) 
hbase-client/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityClient.java


> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-30 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-18473:


lgtm

> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-29 Thread Ashish Singhi (JIRA)

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

Ashish Singhi commented on HBASE-18473:
---

+1

> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>Reporter: Lars George
>Assignee: Anoop Sam John
>  Labels: beginner
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-alpha-2
>
> Attachments: HBASE-18473.patch
>
>
> In HBASE-13358 the {{VisibilityClient.listLabels()}} was amended to take in a 
> connection from the caller, which totally makes sense. But the patch forgot 
> to remove the unconditional call to {{connection.close()}} in the {{finally}} 
> block:
> {code}
> finally {
>   if (table != null) {
> table.close();
>   }
>   if (connection != null) {
> connection.close();
>   }
> }
> {code}
> Remove the second {{if}} completely.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HBASE-18473) VC.listLabels() erroneously closes any connection

2017-07-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-18473:
---

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m 
15s{color} | {color:blue} Docker mode activated. {color} |
| {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:red}-1{color} | {color:red} test4tests {color} | {color:red}  0m  
0s{color} | {color:red} 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} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  3m 
37s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
19s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
27s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green}  0m 
11s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  1m  
1s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
20s{color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green}  0m 
23s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green}  0m 
22s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green}  0m 
22s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green}  0m 
28s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green}  0m 
11s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green}  0m 
 0s{color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
31m 41s{color} | {color:green} Patch does not cause any errors with Hadoop 
2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7.1 2.7.2 2.7.3 or 3.0.0-alpha4. {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green}  0m 
57s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green}  0m 
18s{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green}  2m 
43s{color} | {color:green} hbase-client in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green}  0m 
 7s{color} | {color:green} The patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 43m 37s{color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.11.2 Server=1.11.2 Image:yetus/hbase:bdc94b1 |
| JIRA Issue | HBASE-18473 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12879519/HBASE-18473.patch |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux baaaba9b8dfd 3.13.0-116-generic #163-Ubuntu SMP Fri Mar 31 
14:13:22 UTC 2017 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 / 2d06a06 |
| Default Java | 1.8.0_131 |
| findbugs | v3.1.0-RC3 |
|  Test Results | 
https://builds.apache.org/job/PreCommit-HBASE-Build/7840/testReport/ |
| modules | C: hbase-client U: hbase-client |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/7840/console |
| Powered by | Apache Yetus 0.4.0   http://yetus.apache.org |


This message was automatically generated.



> VC.listLabels() erroneously closes any connection
> -
>
> Key: HBASE-18473
> URL: https://issues.apache.org/jira/browse/HBASE-18473
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0, 2.0.0-alpha-1
>