kwohlfahrt/etcdmon

Occasional missed node deletion

Closed this issue · 1 comments

Occasionally, a node will be deleted and not be detected by etcdmon. This seems to be particularly likely when etcdmon is scheduled on the terminated node during an instance refresh.

This should hopefully be improved by switching to an informer-based architecture, rather than hacking our own watch/sync logic.