Skip to content

Commit

Permalink
modify networktopologyaware Explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosysbin committed Dec 16, 2024
1 parent 6d2e68d commit ebaedac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func (bp *networkTopologyAwarePlugin) OnSessionClose(ssn *framework.Session) {
// Explanation:
// The RootHypernode property of a job is the hypernode that serves as the smallest root in the hypernode tree.
// A job has multiple tasks, each belonging to a hypernode. This RootHypernode is the topmost and lowest common ancestor among the hypernodes of all tasks within the job.
// The key of the rootHypernodes is the name of the hyperNode, and the value is the rootHyperNode calculated by using the hyperNode based on the distribution of the tasks that the job has already run.

// Goals:
// - The tier to which the rootHypernode of a job belongs should be as low as possible.
Expand Down

0 comments on commit ebaedac

Please sign in to comment.