[
https://issues.apache.org/jira/browse/PHOENIX-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16826535#comment-16826535
]
Hadoop QA commented on PHOENIX-5231:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12967078/PHOENIX-5231.4.x-HBase-1.3.patch
against 4.x-HBase-1.3 branch at commit
c1e7744c4b2b4591c15a62421ab39c048fbc2090.
ATTACHMENT ID: 12967078
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 15 new
or modified tests.
{color:red}-1 javac{color}. The patch appears to cause mvn compile goal to
fail .
Compilation errors resume:
[ERROR] COMPILATION ERROR :
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/GuidePostsCacheWrapper.java:[20,38]
cannot find symbol
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/GuidePostsCacheWrapper.java:[54,31]
cannot find symbol
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/StatsLoaderImpl.java:[56,75]
incompatible types: org.apache.hadoop.hbase.client.Table cannot be converted
to org.apache.hadoop.hbase.client.HTableInterface
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java:[1800,17]
cannot find symbol
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on
project phoenix-core: Compilation failure: Compilation failure:
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/GuidePostsCacheWrapper.java:[20,38]
cannot find symbol
[ERROR] symbol: class TableDescriptor
[ERROR] location: package org.apache.hadoop.hbase.client
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/GuidePostsCacheWrapper.java:[54,31]
cannot find symbol
[ERROR] symbol: class TableDescriptor
[ERROR] location: class org.apache.phoenix.query.GuidePostsCacheWrapper
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/StatsLoaderImpl.java:[56,75]
incompatible types: org.apache.hadoop.hbase.client.Table cannot be converted
to org.apache.hadoop.hbase.client.HTableInterface
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build@2/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java:[1800,17]
cannot find symbol
[ERROR] symbol: class TableDescriptor
[ERROR] location: class org.apache.phoenix.query.ConnectionQueryServicesImpl
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :phoenix-core
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2532//console
This message is automatically generated.
> Configurable Stats Cache
> ------------------------
>
> Key: PHOENIX-5231
> URL: https://issues.apache.org/jira/browse/PHOENIX-5231
> Project: Phoenix
> Issue Type: Test
> Reporter: Daniel Wong
> Assignee: Daniel Wong
> Priority: Major
> Attachments: PHOENIX-5231.4.x-HBase-1.3.patch, PHOENIX-5231.v3.patch
>
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> Currently, the phoenix stats cache is per
> ConnectionQuerySerivce/ConnectionProfile, which leads to duplicated cached
> entry (the guideposts) and waste resources if these separate connections are
> querying the same underlying table. It would be good to be able to provide a
> configurable stats cache as control the cache level so it could be per JVM.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)