Skip to content

Commit

Permalink
fix work plan: with new model, don't run all stages together on first…
Browse files Browse the repository at this point in the history
… segment
  • Loading branch information
sduchesneau committed Mar 21, 2024
1 parent 17c5215 commit dcfe421
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions orchestrator/stage/stages.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,6 @@ func (s *Stages) allocSegments(segmentIdx int) {
}

func (s *Stages) dependenciesCompleted(u Unit) bool {
if u.Segment <= s.stages[u.Stage].segmenter.FirstIndex() {
return true
}
if u.Stage == 0 {
return true
}
Expand Down

0 comments on commit dcfe421

Please sign in to comment.