comnetwork commented on a change in pull request #3777:
URL: https://github.com/apache/hbase/pull/3777#discussion_r737341407
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactionPipeline.java
##########
@@ -95,7 +103,7 @@ public VersionedSegmentsList getVersionedList() {
public VersionedSegmentsList getVersionedTail() {
synchronized (pipeline){
- List<ImmutableSegment> segmentList = new ArrayList<>();
+ LinkedList<ImmutableSegment> segmentList = new LinkedList<>();
Review comment:
Ok, thank you for review, I would to try to fix the List problem,
--
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]