You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kadir OZDEMIR (Jira)" <ji...@apache.org> on 2019/12/19 06:07:00 UTC

[jira] [Created] (PHOENIX-5640) Pending disable count should not be increased for rebuild write failures

Kadir OZDEMIR created PHOENIX-5640:
--------------------------------------

             Summary: Pending disable count should not be increased for rebuild write failures
                 Key: PHOENIX-5640
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5640
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.14.3, 5.0.0
            Reporter: Kadir OZDEMIR
            Assignee: Kadir OZDEMIR


For index rebuild write failures, PhoenixIndexFailurePolicy does not change the index state but unnecessarily increases the pending disable count that is maintained in the system catalog. This leads to system catalog corruption when view indexes experience index rebuild write failures. This is because PhoenixIndexFailurePolicy uses the physical table name instead of the logical table name when updating the system catalog.



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