Apache9 commented on code in PR #4881:
URL: https://github.com/apache/hbase/pull/4881#discussion_r1020907942
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CellChunkImmutableSegment.java:
##########
@@ -159,8 +159,12 @@ private void initializeCellSet(int numOfCells,
MemStoreSegmentsIterator iterator
offsetInCurentChunk = ChunkCreator.SIZEOF_CHUNK_HEADER;
}
if (action == MemStoreCompactionStrategy.Action.COMPACT &&
!alreadyCopied) {
- // for compaction copy cell to the new segment (MSLAB copy)
- c = maybeCloneWithAllocator(c, false);
+ /**
Review Comment:
Use // instead of /**? This is not a javadoc.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]