You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Viraj Jasani (Jira)" <ji...@apache.org> on 2024/02/11 19:20:00 UTC

[jira] [Resolved] (PHOENIX-7004) Validate the result returned by phoenix query is within scan range, if provided.

     [ https://issues.apache.org/jira/browse/PHOENIX-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viraj Jasani resolved PHOENIX-7004.
-----------------------------------
    Resolution: Implemented

> Validate the result returned by phoenix query is within scan range, if provided.
> --------------------------------------------------------------------------------
>
>                 Key: PHOENIX-7004
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-7004
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Rushabh Shah
>            Assignee: Divneet Kaur
>            Priority: Major
>
> Encountered an issue in production cluster where the range scan query returned incorrect results (result were out of range). 
> We were running hbck repair operations on the same table. Therefore there were region holes and region overlaps exactly at the same time while the query was running. Already created PHOENIX-7003 to harden inconsistency checks.
> In general, we should validate that the results returned back to customer (via PhoenixResultSet#next) is always within the scan boundaries if provided.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)