Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0.0, 4.14.3
-
None
-
None
Description
Phoenix uses HBase PageFilter to limit the number of rows returned by scans. If a scanned index row is unverified, GlobalIndexChecker repairs this rows. This repair operation leads to either skipping the unverified row or scanning its repaired version. Every scanned row including unverified rows are counted by the page filter. Since unverified rows are counted but not returned for the query, the actual number of rows returned for a LIMIT query becomes less than the set limit (i.e., page size) for the query.
Attachments
Attachments
Issue Links
- is cloned by
-
PHOENIX-6068 (5.x) Read repair reduces the number of rows returned for LIMIT queries
- Closed
- is part of
-
PHOENIX-6067 (5.x) Global Secondary Index Parity with 4.x
- Closed
- links to