fix style issue
This commit is contained in:
parent
175d330322
commit
4e393de0a0
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue