liuxiaocs7 commented on code in PR #8276:
URL: https://github.com/apache/hbase/pull/8276#discussion_r3421109247


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreCompactor.java:
##########
@@ -377,7 +379,7 @@ protected boolean performCompaction(FileDetails fd, 
InternalScanner scanner, Cel
               String fName = MobUtils.getMobFileName(c);
               // Added to support migration
               try {
-                mobCell = mobStore.resolve(c, true, false).getCell();
+                mobCell = mobStore.resolve(c, cacheMobBlocksOnCompaction, 
false).getCell();

Review Comment:
   Hi, @guluo2016, thanks for the comments, agree with your points, this looks 
pre-existing, not introduced by HBASE-30177. I’ll open a separate JIRA and put 
the fix in a separate commit, WDYT.
   
   Thanks!



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

Reply via email to