Istvan Toth created HBASE-26778:
-----------------------------------
Summary: Replace HRegion.get() calls
Key: HBASE-26778
URL: https://issues.apache.org/jira/browse/HBASE-26778
Project: HBase
Issue Type: Bug
Reporter: Istvan Toth
HBASE-26036 made a change where Region.get() always clones Off-Heap cells
before returning them.
In HBase all non-test occurances of this code were changed to create their own
RegionScanner to avoid copying the off-heap cells. We should do the same.
This would also let Phoenix run correctly with HBase 2.4.5+ , as the fix in
HBASE-26036 seems to introduce another bug, HBASE-26777, which causes failures
in Phoenix.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)