Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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.
Attachments
Issue Links
- is related to
-
HBASE-26981 The CPU usage of the regionserver node where the meta table is located is too high
- Reopened
- links to