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


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/RegionsRecoveryChore.java:
##########
@@ -94,11 +93,11 @@ protected void chore() {
           tableToReopenRegionsMap.forEach((tableName, regionNames) -> {
             try {
               LOG.warn("Reopening regions due to high storeFileRefCount. "
-                + "TableName: {} , noOfRegions: {}", tableName, 
regionNames.size());
-              hMaster.reopenRegions(tableName, regionNames, 
NONCE_GENERATOR.getNonceGroup(),

Review Comment:
   Hi, @charlesconnell, `RegionsRecoveryChore` used to reopen region whose 
`maxCompactedStoreFileRefCount` metric large than the configured 
`storeFileRefCountThreshold`, if throttle feature is enabled, we can avoid 
reopen them at the same time. At the same time, the default behavior will 
remain consistent with previous



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