You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Chinmay Kulkarni (Jira)" <ji...@apache.org> on 2020/09/22 17:26:00 UTC

[jira] [Created] (PHOENIX-6154) Move check to client side to see if there are any child views that need to be dropped while dropping a table/view

Chinmay Kulkarni created PHOENIX-6154:
-----------------------------------------

             Summary: Move check to client side to see if there are any child views that need to be dropped while dropping a table/view
                 Key: PHOENIX-6154
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6154
             Project: Phoenix
          Issue Type: Sub-task
    Affects Versions: 5.0.0, 4.15.0
            Reporter: Thomas D'Silva
            Assignee: Chinmay Kulkarni
             Fix For: 5.1.0, 4.16.0


Remove  {{ViewUtil.dropChildViews(env, tenantIdBytes, schemaName, tableName);}} call in MetdataEndpointImpl.createTable

While creating a table or view we need to ensure that are not any child views that haven't been clean up by the DropChildView task yet. Move this check to the client (issue a scan against SYSTEM.CHILD_LINK to see if a single linking row exists).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)