bottlerocket-update-operator icon indicating copy to clipboard operation
bottlerocket-update-operator copied to clipboard

0.2.0: Controller should gracefully handle node deletion coinciding with a WATCH stream reset

Open cbgbt opened this issue 4 years ago • 1 comments

Issue or Feature Request:

The controller uses into_iter_touched(), which can miss deletion events under certain circumstances (see the linked docs).

We need to periodically refresh the entire Store object in the controller in case deletion events are missed.

cbgbt avatar Nov 02 '21 17:11 cbgbt

Rather than into_iter_touched(), we actually use try_flatten_touched(), which uses into_iter_touched().

cbgbt avatar Apr 05 '22 21:04 cbgbt