[
https://issues.apache.org/jira/browse/HBASE-27146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-27146:
------------------------------
Fix Version/s: 2.5.0
3.0.0-alpha-4
2.4.14
Hadoop Flags: Reviewed
Resolution: Fixed
Status: Resolved (was: Patch Available)
Pushed to branch-2.4+.
Thanks all for reviewing!
> Avoid CellUtil.cloneRow in MetaCellComparator
> ---------------------------------------------
>
> Key: HBASE-27146
> URL: https://issues.apache.org/jira/browse/HBASE-27146
> Project: HBase
> Issue Type: Improvement
> Components: meta, Offheaping, Performance
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
> Fix For: 2.5.0, 3.0.0-alpha-4, 2.4.14
>
>
> In HBASE-26981, a flame graph shows that we spend a lot of CPUs in
> CellUtils.cloneXXX.
> Since we need to split the row to different parts when comparing, we can not
> use ByteBuffer compare directly, but as least, we should try to avoid copy
> the content when the Cell is stored in a ByteBuffer.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)