Skip to content

Commit be29c80

Browse files
asm582openshift-merge-robot
authored andcommitted
fix typo in docs
1 parent f4fc954 commit be29c80

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkg/controller/queuejob/queuejob_controller_ex.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,11 +1614,11 @@ func larger(a, b string) bool {
16141614
}
16151615

16161616
//When an AW is deleted, do not add such AWs to the event queue.
1617-
//AW can never be brought back when it is deleted by external client, so do not bother adding it to event queue.
1618-
//There will be a scenario, where an AW is in middle to dispatch and it is deleted. at that point when such an
1619-
//AW is added to etcd a conflict error will be raised. This is cause the current AW to be skipped.
1620-
//If there are large number of delete's will informer miss few delete events is under question for this simplification.
1621-
//For 1K AW all of them are delete from the system, and the next resubmitted AW begins processing after in less than 2 mins
1617+
//AW can never be brought back when it is deleted by an external client, so do not bother adding it to event queue.
1618+
//There will be a scenario, where an AW is in middle of dispatch cycle and it may be deleted. At that point when such an
1619+
//AW is added to etcd a conflict error will be raised. This will cause the current AW to be skipped.
1620+
//If there are large number of delete's may be informer misses few delete events for this simplification.
1621+
//For 1K AW all of them are deleted from the system, and the next batch of re-submitted AW begins processing in less than 2 mins
16221622
func (cc *XController) deleteQueueJob(obj interface{}) {
16231623
qj, ok := obj.(*arbv1.AppWrapper)
16241624
if !ok {

0 commit comments

Comments
 (0)