You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/04/09 07:16:28 UTC

[GitHub] [hbase] sunhelly commented on a change in pull request #3117: HBASE-25709 Close region may stuck when region is compacting and skip…

sunhelly commented on a change in pull request #3117:
URL: https://github.com/apache/hbase/pull/3117#discussion_r610400712



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/ScannerContext.java
##########
@@ -110,7 +110,13 @@
    */
   final ServerSideScanMetrics metrics;
 
-  ScannerContext(boolean keepProgress, LimitFields limitsToCopy, boolean trackMetrics) {
+  /**
+   * Set this to true will prevent the looping skip of heap cells, see HBASE-25709.

Review comment:
       Thank, @saintstack . I'll explain more here.




-- 
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:
users@infra.apache.org