CCweixiao commented on code in PR #5589:
URL: https://github.com/apache/hbase/pull/5589#discussion_r1437349435
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/StripeCompactionPolicy.java:
##########
@@ -260,6 +280,11 @@ protected StripeCompactionRequest
selectSingleStripeCompaction(StripeInformation
req = new SplitStripeCompactionRequest(filesToCompact,
si.getStartRow(bqIndex),
si.getEndRow(bqIndex), targetCount, targetKvs);
}
+ boolean isTryingMajor =
Review Comment:
The isTryingMajor is correctly defined?
@Apache9
--
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]