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

Hudson commented on PHOENIX-4522:
---------------------------------

SUCCESS: Integrated in Jenkins build Phoenix-master #1912 (See 
[https://builds.apache.org/job/Phoenix-master/1912/])
PHOENIX-4522 Fail to remove the schema from client-side cache (Chia-Ping 
(jtaylor: rev 5f733b38978c7caaab3428fa5680eab614f56cb2)
* (edit) phoenix-core/src/main/java/org/apache/phoenix/schema/PMetaDataImpl.java
* (edit) 
phoenix-core/src/test/java/org/apache/phoenix/schema/PMetaDataImplTest.java


> 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
>            Assignee: Chia-Ping Tsai
>            Priority: Critical
>             Fix For: 5.0.0, 4.14.0, 4.13.2-cdh5.11.2
>
>         Attachments: PHOENIX-4522.v0.patch
>
>
> We always pass the wrong key to remove the schema
> {code:title=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)

Reply via email to