Skip to content

Commit

Permalink
fix space checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhaobo99 authored and huangzhaobo committed Oct 19, 2024
1 parent 508cd62 commit fce6a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ private long init(List<DatanodeStorageReport> reports) {
logUtilizationCollections();
metrics.setNumOfOverUtilizedNodes(overUtilized.size());
metrics.setNumOfUnderUtilizedNodes(underUtilized.size());

Preconditions.checkState(dispatcher.getStorageGroupMap().size() - excludedOverUtilizedNum
== overUtilized.size() + underUtilized.size() + aboveAvgUtilized.size()
+ belowAvgUtilized.size(),
Expand Down

0 comments on commit fce6a4f

Please sign in to comment.