Files
kubernetes/pkg
Xiang Li abbbd7c2f2 cache: reflector should never stop watching
A recent change tries to separate resync and relist. The motivation
was to avoid triggering relist when a resync is required.

However, the change is not effective since it stops the watcher. As hongchao
mentioned in the original comment, today's storage interface will not deliever
any progress notification to the watch chan. So any watcher that does not receive
events for the last few seconds will not be able to catch up from the previous
index after a hard close since the index of the last received event is out of
the cache window inside etcd2.

This pull request tries to fix this issue by not stoping watcher when a resync is
required.
2016-05-22 18:04:20 -07:00
..
2016-05-21 23:23:29 +02:00
2016-05-10 12:03:41 -04:00
2016-05-20 23:25:18 -07:00
2015-12-20 21:59:59 -05:00
2016-05-21 23:23:29 +02:00
2016-05-11 18:07:35 -04:00
2016-02-24 11:22:02 -05:00
2016-05-22 08:28:29 -04:00
2016-03-02 20:46:32 -05:00