Skip to content

Commit 9b145a6

Browse files
committed
Update outdated comments
1 parent 3c7c320 commit 9b145a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/epp/requestcontrol/director.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ func (d *Director) HandleRequest(ctx context.Context, reqCtx *handlers.RequestCo
173173
snapshotOfCandidatePods := d.toSchedulerPodMetrics(candidatePods)
174174

175175
// Prepare per request data by running PrepareData plugins.
176-
// NOTE: Failure in prepare data plugins does not block the request processing.
177176
if d.runPrepareDataPlugins(ctx, reqCtx.SchedulingRequest, snapshotOfCandidatePods) != nil {
178177
return reqCtx, errutil.Error{Code: errutil.Internal, Msg: "failed to prepare request data"}
179178
}

0 commit comments

Comments
 (0)