Chia-Ping Tsai created PHOENIX-4522:
---------------------------------------
Summary: 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
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)