James Taylor created PHOENIX-4236:
-------------------------------------
Summary: Snapshot reads over transactional tables
Key: PHOENIX-4236
URL: https://issues.apache.org/jira/browse/PHOENIX-4236
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
Assignee: Akshita Malhotra
Based on the way coprocessors are not invoked for snapshot reads, I'm not sure
it's working correctly for transactional tables. We need to either:
- Refactor the TransactionProcessor.preScannerOpen() method to be called prior
to creating the RegionScanner or
- Make sure the client is doing everything that coprocessor call is doing:
setting max versions, setting the time range, projecting family delete marker,
adding visibility filter.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)