[
https://issues.apache.org/jira/browse/PHOENIX-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16893679#comment-16893679
]
Hadoop QA commented on PHOENIX-5403:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12975933/PHOENIX-5403-v3.patch
against master branch at commit 601e4c82f66aaab180a98132155b2131fe479cc9.
ATTACHMENT ID: 12975933
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:red}-1 release audit{color}. The applied patch generated 1 release
audit warnings (more than the master's current 0 warnings).
{color:red}-1 lineLengths{color}. The patch introduces the following lines
longer than 100:
+ PreparedStatement stmt = conn.prepareStatement("select ?[2]
from \"SYSTEM\".\"CATALOG\" limit 1");
+ SingleTableColumnResolver visitor = new
SingleTableColumnResolver(connection, tableNode, true);
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2850//testReport/
Release audit warnings:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2850//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/2850//console
This message is automatically generated.
> Optimize metadata cache lookup of global tables using a tenant specific
> connection
> ----------------------------------------------------------------------------------
>
> Key: PHOENIX-5403
> URL: https://issues.apache.org/jira/browse/PHOENIX-5403
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.14.2
> Reporter: Thomas D'Silva
> Assignee: Chinmay Kulkarni
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-5403-v2.patch, PHOENIX-5403-v3.patch,
> PHOENIX-5403.patch, diff.patch
>
>
> If we use a teanant specific connection to look up a global table we always
> make an rpc to the server even if the UPDATE_CACHE_FREQUENCY is set on the
> table.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)