You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/15 12:16:00 UTC

[jira] [Commented] (PHOENIX-5841) When data columns get TTLed, we need inline index validation to publish a metric for this

    [ https://issues.apache.org/jira/browse/PHOENIX-5841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17265992#comment-17265992 ] 

ASF GitHub Bot commented on PHOENIX-5841:
-----------------------------------------

stoty commented on pull request #765:
URL: https://github.com/apache/phoenix/pull/765#issuecomment-760907951


   This has been already committed both to master and 4.x


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> When data columns get TTLed, we need inline index validation to publish a metric for this
> -----------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-5841
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5841
>             Project: Phoenix
>          Issue Type: Improvement
>            Reporter: Gokcen Iskender
>            Assignee: Gokcen Iskender
>            Priority: Major
>         Attachments: PHOENIX-5841.4.x.001.patch, PHOENIX-5841.4.x.002.patch, PHOENIX-5841.4.x.003.patch, PHOENIX-5841.master.001.patch, PHOENIX-5841.master.002.patch, PHOENIX-5841.master.003.patch
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> We do index writes as full row writes. This means all columns keep get re-written to index and they have a current timestamp.
> However, if there is a column that did not get updated for a long time (like Created_By type of columns that don't change) index inline validation marks these as "Index has extra columns". We need to publish an extra metric to distinguish these cases since they are expected to be not matching rows.



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