Skip to content

Commit

Permalink
Add comment re. "least loaded" node is determined in terms of memory …
Browse files Browse the repository at this point in the history
…only
  • Loading branch information
edsavage committed Nov 24, 2023
1 parent 8e4fff1 commit 6b9030a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ static boolean dummyEntityFitsOnLeastLoadedNode(
return false;
}

// Note: we check least loaded based _only_ on memory...
Optional<MlJobRequirements> leastLoadedNodeRequirements = perNodeJobRequirements.values()
.stream()
.map(
Expand Down

0 comments on commit 6b9030a

Please sign in to comment.