Chinmay Kulkarni created PHOENIX-6069:
-----------------------------------------
Summary: We should check that the parent table key is in the
region in the MetaDataEndpointImpl.dropTable code
Key: PHOENIX-6069
URL: https://issues.apache.org/jira/browse/PHOENIX-6069
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.15.0, 5.0.0
Reporter: Chinmay Kulkarni
Assignee: Chinmay Kulkarni
Fix For: 5.1.0, 4.16.0
The check
[here|https://github.com/apache/phoenix/blob/1d844950bb4ec8221873ecd2b094c20f427cd984/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java#L2231]
should check the parentLockKey instead of the lockKey for the current table
which we've already checked before this. Seems to be a copy-paste error.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)