fix style issue

This commit is contained in:
guluo 2023-05-17 23:02:01 +08:00
parent 175d330322
commit 4e393de0a0
1 changed files with 2 additions and 2 deletions

View File

@ -4156,8 +4156,8 @@ public class HMaster extends HBaseServerBase<MasterRpcServices> implements Maste
}
RegionMetrics regionMetrics = sl.getRegionMetrics().get(regionInfo.getRegionName());
if (regionMetrics == null) {
LOG.error("Can not get compaction details for the region: " + regionInfo.getRegionNameAsString() +
" , it may be not online.");
LOG.error("Can not get compaction details for the region: "
+ regionInfo.getRegionNameAsString() + " , it may be not online.");
continue;
}
if (regionMetrics.getCompactionState() == CompactionState.MAJOR) {