mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-06-07 22:31:55 +00:00
update
This commit is contained in:
parent
d4c953cd8a
commit
d1235d8a73
@ -924,6 +924,8 @@ func (pool *ResourcePool) doAcquireResource(job Job) []NodeStatus {
|
|||||||
//log.Info(allocation)
|
//log.Info(allocation)
|
||||||
if allocation.Flags["valid"] {
|
if allocation.Flags["valid"] {
|
||||||
|
|
||||||
|
log.Info(allocation.TasksOnNode)
|
||||||
|
|
||||||
for range job.Tasks { //append would cause uncertain order
|
for range job.Tasks { //append would cause uncertain order
|
||||||
ress = append(ress, NodeStatus{ClientID: "null"})
|
ress = append(ress, NodeStatus{ClientID: "null"})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user