pengmq1 commented on a change in pull request #1730:
URL: https://github.com/apache/hbase/pull/1730#discussion_r443387757



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DateTieredStoreEngine.java
##########
@@ -94,6 +94,7 @@ public void forceSelect(CompactionRequestImpl request) {
         throws IOException {
       if (request instanceof DateTieredCompactionRequest) {
         return compactor.compact(request, ((DateTieredCompactionRequest) 
request).getBoundaries(),
+          ((DateTieredCompactionRequest) request).getBoundariesPolicies(),

Review comment:
       Yeah... I follow the use of `((DateTieredCompactionRequest) 
request).getBoundaries()` previous line of code.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to