Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
PHOENIX-5645 wasn't included in the master (5.x) branch because an HBase 2.x change prevented the logic from being useful in the case of deletes, since HBase 2.x no longer allows us to show deleted cells on an SCN query before the point of deletion. Unfortunately, PHOENIX-5645 wound up requiring a lot of follow-up work in the IndexTool and IndexScrutinyTool to deal with its implications, and because of that, the 4.x and 5.x codebases around indexes have diverged a good bit.
This work item is to get them back in sync, even though the behavior in the face of deletes will be somewhat different, and so most likely some tests will have to be changed or Ignored.
Attachments
Attachments
Issue Links
- blocks
-
PHOENIX-6068 (5.x) Read repair reduces the number of rows returned for LIMIT queries
- Closed
-
PHOENIX-6067 (5.x) Global Secondary Index Parity with 4.x
- Closed
- causes
-
PHOENIX-6099 PHOENIX-5881 uses apache commons logging and breaks mvn verify
- Closed
- depends upon
-
HBASE-24321 Add writable MinVersions and read-only Scan to coproc ScanOptions
- Resolved
- duplicates
-
PHOENIX-4378 Unable to set KEEP_DELETED_CELLS to true on RS scanner
- Closed
- incorporates
-
PHOENIX-4277 Treat delete markers consistently with puts for point-in-time scans
- Resolved
-
PHOENIX-5637 Queries with SCN return expired rows
- Resolved
- links to