[
https://issues.apache.org/jira/browse/PHOENIX-5788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kadir OZDEMIR updated PHOENIX-5788:
-----------------------------------
Description: PHOENIX-5709 skips generating index delete mutations if the
data table rows (and thus the index table rows) do not exist. However, it
allows the delete mutations to be applied on the data table. This does not
create a data integrity problem but creates an extra case to handle for the
inline verification implementation to consider. PHOENIX-5709 currently does not
handle this case. We should either apply these delete statements to both tables
or apply none of them.
> Handling deletes on non-existing rows
> -------------------------------------
>
> Key: PHOENIX-5788
> URL: https://issues.apache.org/jira/browse/PHOENIX-5788
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Kadir OZDEMIR
> Assignee: Kadir OZDEMIR
> Priority: Major
>
> PHOENIX-5709 skips generating index delete mutations if the data table rows
> (and thus the index table rows) do not exist. However, it allows the delete
> mutations to be applied on the data table. This does not create a data
> integrity problem but creates an extra case to handle for the inline
> verification implementation to consider. PHOENIX-5709 currently does not
> handle this case. We should either apply these delete statements to both
> tables or apply none of them.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)