Rushabh Shah created PHOENIX-7004:
-------------------------------------
Summary: 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
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)