[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Sean Busbey (JIRA)

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

Sean Busbey commented on HBASE-15390:
-

precommit only tests modules that have changed. if you'd like to have the tests 
in other modules run, you'll have to touch something in that module.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Sean Busbey (JIRA)

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

Sean Busbey commented on HBASE-15390:
-

yep! everything except the per-branch post-commit checks.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

[~busbey] it seems like the build is marked as failed because of checkstyle 
errors before most of the tests have a chance to run?

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

Thanks [~busbey], that puzzled me when I saw it.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Sean Busbey (JIRA)

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

Sean Busbey commented on HBASE-15390:
-

The build will be marked as a failure for either of the checkstyle or lack of 
tests flagged in the report. However, it doesn't do that until after it 
finishes running tests.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


FAILURE: Integrated in HBase-Trunk_matrix #782 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/782/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev 3adcc750e3f843a12a0985ae64027112a9e1f9e9)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/CallQueueTooBigException.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetricsConnection.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetaCache.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


ABORTED: Integrated in HBase-1.3 #606 (See 
[https://builds.apache.org/job/HBase-1.3/606/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev efa6620a1d72cabed97e769c59b7c3f9fbf1afb8)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetricsConnection.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetaCache.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/CallQueueTooBigException.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390-addendum.patch, 
> HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

[~busbey] I see - thanks! That's also true for builds triggered manually, right?

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-15390:
---

| (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: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 
31s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 26s 
{color} | {color:green} master passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 17s 
{color} | {color:green} master passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 1m 
56s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
10s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 0m 
57s {color} | {color:green} master passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 26s 
{color} | {color:green} master passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 18s 
{color} | {color:green} master passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m 
19s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 26s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 26s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 17s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 17s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 2m 
3s {color} | {color:green} hbase-client: patch generated 0 new + 97 unchanged - 
1 fixed = 97 total (was 98) {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
12s {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} 
25m 48s {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} 1m 
13s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 26s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 18s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 1m 4s 
{color} | {color:green} hbase-client in the patch passed. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
8s {color} | {color:green} Patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 40m 44s {color} 
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12793839/HBASE-15390.v1.patch |
| JIRA Issue | HBASE-15390 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux asf904.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 / 3bf0945 |
| Default Java | 1.7.0_79 |
| Multi-JDK versions |  /home/jenkins/tools/jav

[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

Finished running tests for the module, or all tests? Because for the build 
above the build was marked as failed after running only hbase-client tests, it 
seems?

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

Pushed to master, branch-1 and branch-1.3.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-19 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


SUCCESS: Integrated in HBase-1.4 #26 (See 
[https://builds.apache.org/job/HBase-1.4/26/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev a317a0f89c3d3ea10814b176ca230d719a984d9b)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390-addendum.patch, 
> HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Elliott Clark (JIRA)

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

Elliott Clark commented on HBASE-15390:
---

Can we get a comment on why that if is needed?
+1 with the comment added.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390-addendum.patch, 
> HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


SUCCESS: Integrated in HBase-1.3-IT #557 (See 
[https://builds.apache.org/job/HBase-1.3-IT/557/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev 94d576025fd158dae03dd6a6b50a62483b0f04e0)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetaCache.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetricsConnection.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/CallQueueTooBigException.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


FAILURE: Integrated in HBase-1.4 #24 (See 
[https://builds.apache.org/job/HBase-1.4/24/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev 94d576025fd158dae03dd6a6b50a62483b0f04e0)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetricsConnection.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/CallQueueTooBigException.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/MetaCache.java
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionManager.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncProcess.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

Pushed addendum to master, branch-1, branch-1.3. This should fixed the tests 
broken by this commit like TestCorruptedRegionStoreFile (which is a LargeTest, 
so got caught late)

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390-addendum.patch, 
> HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Elliott Clark (JIRA)

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

Elliott Clark commented on HBASE-15390:
---

+1
remove the unused import.

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


SUCCESS: Integrated in HBase-1.3 #607 (See 
[https://builds.apache.org/job/HBase-1.3/607/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev f81348894b60921b2974c1a5712d98588c14c2a5)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390-addendum.patch, 
> HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-18 Thread Hudson (JIRA)

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

Hudson commented on HBASE-15390:


SUCCESS: Integrated in HBase-1.3-IT #559 (See 
[https://builds.apache.org/job/HBase-1.3-IT/559/])
HBASE-15390 Unnecessary MetaCache evictions cause elevated number of (antonov: 
rev a317a0f89c3d3ea10814b176ca230d719a984d9b)
* 
hbase-client/src/main/java/org/apache/hadoop/hbase/exceptions/ClientExceptionsUtil.java


> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 2.0.0, 1.3.0
>
> Attachments: HBASE-15390-addendum.patch, 
> HBASE-15390.branch-1.3.v1.patch, HBASE-15390.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-15390:
---

| (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: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} 4m 
35s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 54s 
{color} | {color:green} branch-1.3 passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 37s 
{color} | {color:green} branch-1.3 passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 0m 
23s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
23s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 1m 
30s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 50s 
{color} | {color:green} branch-1.3 passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 31s 
{color} | {color:green} branch-1.3 passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m 
29s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 43s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 43s 
{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 with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 22s 
{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} checkstyle {color} | {color:red} 0m 18s 
{color} | {color:red} hbase-client: patch generated 4 new + 86 unchanged - 0 
fixed = 90 total (was 86) {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
15s {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} 
18m 51s {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 1s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 34s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 18s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 1m 50s 
{color} | {color:green} hbase-client in the patch passed with JDK v1.8.0. 
{color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 1m 44s 
{color} | {color:green} hbase-client in the patch passed with JDK v1.7.0_79. 
{color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
12s {color} | {color:green} Patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 38m 4s {color} | 
{color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12793622/HBASE-15390.branch-1.3.v1.patch
 |
| JIRA Issue | HBASE-15390 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux asf900.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 

[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-15 Thread Mikhail Antonov (JIRA)

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

Mikhail Antonov commented on HBASE-15390:
-

Not sure why build has stopped at this point. Do we abort the build due to 
checkstyle errors?

> Unnecessary MetaCache evictions cause elevated number of requests to meta
> -
>
> Key: HBASE-15390
> URL: https://issues.apache.org/jira/browse/HBASE-15390
> Project: HBase
>  Issue Type: Bug
>  Components: Client
>Affects Versions: 1.2.0
>Reporter: Mikhail Antonov
>Assignee: Mikhail Antonov
>Priority: Blocker
> Fix For: 1.3.0, 1.2.1
>
> Attachments: HBASE-15390.branch-1.3.v1.patch
>
>
>  - In ClientExceptionsUtil#findException() we don't unwrap correctly all 
> remote exceptions but a few selected ones;
>more specifically, we don't unwrap correctly all remote exceptions where 
> getCause() exception doesn't have a constructor (String message)
>  - In AsyncProcess#receiveGlobalFailure() we don't check for 
> #isMetaClearingException() if tableName is null
>  - We don't have metric on client side to track number of cache drops



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


[jira] [Commented] (HBASE-15390) Unnecessary MetaCache evictions cause elevated number of requests to meta

2016-03-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on HBASE-15390:
---

| (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: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 
45s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 31s 
{color} | {color:green} branch-1.3 passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 18s 
{color} | {color:green} branch-1.3 passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} checkstyle {color} | {color:green} 0m 
16s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
18s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} findbugs {color} | {color:green} 0m 
56s {color} | {color:green} branch-1.3 passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 35s 
{color} | {color:green} branch-1.3 passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 19s 
{color} | {color:green} branch-1.3 passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} mvninstall {color} | {color:green} 0m 
19s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 30s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 30s 
{color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} compile {color} | {color:green} 0m 15s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} javac {color} | {color:green} 0m 15s 
{color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} checkstyle {color} | {color:red} 0m 13s 
{color} | {color:red} hbase-client: patch generated 4 new + 86 unchanged - 0 
fixed = 90 total (was 86) {color} |
| {color:green}+1{color} | {color:green} mvneclipse {color} | {color:green} 0m 
8s {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} 
12m 37s {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} 1m 
13s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 26s 
{color} | {color:green} the patch passed with JDK v1.8.0 {color} |
| {color:green}+1{color} | {color:green} javadoc {color} | {color:green} 0m 19s 
{color} | {color:green} the patch passed with JDK v1.7.0_79 {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 1m 33s 
{color} | {color:green} hbase-client in the patch passed with JDK v1.8.0. 
{color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 1m 32s 
{color} | {color:green} hbase-client in the patch passed with JDK v1.7.0_79. 
{color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 
9s {color} | {color:green} Patch does not generate ASF License warnings. 
{color} |
| {color:black}{color} | {color:black} {color} | {color:black} 26m 42s {color} 
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12793622/HBASE-15390.branch-1.3.v1.patch
 |
| JIRA Issue | HBASE-15390 |
| Optional Tests |  asflicense  javac  javadoc  unit  findbugs  hadoopcheck  
hbaseanti  checkstyle  compile  |
| uname | Linux proserpina.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 |
| Personality |