[ 
https://issues.apache.org/jira/browse/PHOENIX-6658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6658:
---------------------------------
    Description: 
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 have introduced another bug, HBASE-26777, which causes 
failures in Phoenix.

  was:
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.


> Replace HRegion.get() calls
> ---------------------------
>
>                 Key: PHOENIX-6658
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6658
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: Istvan Toth
>            Priority: Major
>
> 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 have introduced another bug, HBASE-26777, which causes 
> failures in Phoenix.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to