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 2022/11/26 15:53:20 UTC

[GitHub] [hbase] wchevreuil commented on a diff in pull request #4868: HBASE-27474 Evict blocks on split/merge; Avoid caching reference/hlinks if compaction is enabled

wchevreuil commented on code in PR #4868:
URL: https://github.com/apache/hbase/pull/4868#discussion_r1032803507


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/CloseRegionProcedure.java:
##########
@@ -45,14 +46,17 @@ public class CloseRegionProcedure extends RegionRemoteProcedureBase {
   // wrong(but do not make it wrong intentionally). The client can handle this error.
   private ServerName assignCandidate;
 
+  private Optional<Boolean> evictCache;

Review Comment:
   Yes, we do. Changed on last commit.



-- 
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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org