sharmaar12 commented on PR #7149:
URL: https://github.com/apache/hbase/pull/7149#issuecomment-3269446290

   > To be honest I cannot see in this code where the actual refresh happens. I 
see that how the procedure is getting executed on the affected regions, but 
where do we refresh the hfiles from disk? Where do we make a list of available 
HFiles from the filesystem?
   
   The refresh HFiles is happening in doCall() of 
[RefreshHFilesCallable.java](https://github.com/apache/hbase/pull/7149/files#diff-8513defcad3eb06c40f0857b688de77aba68f12a59048944cdd6314c937d051d).
 The exact code snippet responsible for this is:
   ```
    for (Store store : region.getStores()) {
           store.refreshStoreFiles();
         }
   ```
   


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