Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mqliang committed Nov 26, 2024
1 parent 28df5a8 commit d77cc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ private void updateSegmentMetrics(String tableNameWithType, TableConfig tableCon
}
}

// Do not allow minEVReplicasUp to be larger than maxISReplicas
// Do not allow minEVReplicasUp to be larger than maxISReplicasUp
minEVReplicasUp = Math.min(minEVReplicasUp, maxISReplicasUp);

int numSegmentsWithoutZKMetadata = segmentsWithoutZKMetadata.size();
Expand Down

0 comments on commit d77cc4e

Please sign in to comment.