File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1614,11 +1614,11 @@ func larger(a, b string) bool {
1614
1614
}
1615
1615
1616
1616
//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
1622
1622
func (cc * XController ) deleteQueueJob (obj interface {}) {
1623
1623
qj , ok := obj .(* arbv1.AppWrapper )
1624
1624
if ! ok {
You can’t perform that action at this time.
0 commit comments