You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/assignment/planning/AssignmentPlanner.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public AssignmentPlan computePlan(boolean tryAssigningAllPreviouslyAllocatedMode
79
79
if (planSatisfyingCurrentAssignments.arePreviouslyAssignedModelsAssigned() || tryAssigningAllPreviouslyAllocatedModels == false) {
80
80
bestPlan = planSatisfyingCurrentAssignments;
81
81
} else {
82
-
// try to resue any deployment that would otherwise drop to zero allocations
82
+
// try to reuse any deployment that would otherwise drop to zero allocations
0 commit comments