You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2018/01/06 22:59:00 UTC

[jira] [Commented] (PHOENIX-4522) Fail to remove the schema from client-side cache

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

Hadoop QA commented on PHOENIX-4522:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12904956/PHOENIX-4522.v0.patch
  against master branch at commit 2136b002c37db478ffea11233f9ebb80276d2594.
  ATTACHMENT ID: 12904956

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 3 new or modified tests.

    {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:green}+1 lineLengths{color}.  The patch does not introduce lines longer than 100

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1703//testReport/
Release audit warnings: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1703//artifact/patchprocess/patchReleaseAuditWarnings.txt
Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/1703//console

This message is automatically generated.

> Fail to remove the schema from client-side cache
> ------------------------------------------------
>
>                 Key: PHOENIX-4522
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4522
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Chia-Ping Tsai
>            Priority: Critical
>             Fix For: 4.13.0, 5.0.0
>
>         Attachments: PHOENIX-4522.v0.patch
>
>
> We always pass the wrong key to remove the schema
> {code:PMetaDataImpl.java}
>     @Override
>     public void removeSchema(PSchema schema, long schemaTimeStamp) {
>         this.metaData.schemas.remove(SchemaUtil.getSchemaKey(schema.getSchemaName()));
>     }
> {code}



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