Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.1
-
None
-
Reviewed
Description
The cpu profiling shows that during PE randomWrite testing, about 1 percent of time is spent in cloneFamily. Reviewing code found that when a cell is DBB backed ByteBuffKeyValueCell (which is default with Netty Rpc), cell.getFamilyArray() will call cloneFamily() and there is again a cloneFamily() in the following line of the code. since this is the critical write path processing, this needs to be optimized.
Attachments
Attachments
Issue Links
- Is contained by
-
HBASE-20188 Evaluate and address performance delta between branch-1 and branch-2
- Resolved
- links to