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

[jira] [Created] (PHOENIX-5627) IndexScrutinyTool scrutinizes rows with expired TTLs

Geoffrey Jacoby created PHOENIX-5627:
----------------------------------------

             Summary: IndexScrutinyTool scrutinizes rows with expired TTLs
                 Key: PHOENIX-5627
                 URL: https://issues.apache.org/jira/browse/PHOENIX-5627
             Project: Phoenix
          Issue Type: Bug
            Reporter: Geoffrey Jacoby


Using the IndexScrutinyTool, we recently saw a case where rows that had expired TTLs were flagged as "inconsistent", because they were seen in one side but not the other. This occurred during both data table -> index and index -> data table verification. Regardless of whether they were indeed inconsistent or not, they shouldn't be seen at all by the scrutiny tool. 

In all cases the expired rows were only recently expired (so likely not cleaned up yet by compaction.) 



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