Skip to content

Commit

Permalink
fix: illegal job sequence during barrier enter in router pickup (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
atzoum committed Aug 10, 2023
1 parent 48f1717 commit 5017146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions router/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ func (rt *Handle) findWorkerSlot(workers []*worker, job *jobsdb.JobT, blockedOrd
}
rt.logger.Debugf("EventOrder: job %d of orderKey %s is blocked (previousFailedJobID: %s)", job.JobID, orderKey, previousFailedJobIDStr)
slot.Release()
blockedOrderKeys[orderKey] = struct{}{}
return nil, types.ErrBarrierExists
//#EndJobOrder
}
Expand Down

0 comments on commit 5017146

Please sign in to comment.