diff --git a/orchestrator/stage/stages.go b/orchestrator/stage/stages.go index b94bdffb5..a73fbc923 100644 --- a/orchestrator/stage/stages.go +++ b/orchestrator/stage/stages.go @@ -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 }