etcd/etcdserver
Marek Siarkowicz 9399dd1628 Fix progress notification for watch that doesn't get any events
When implementing the fix for progress notifications
(https://github.com/etcd-io/etcd/pull/15237) we made a incorrect
assumption that that unsynched watches will always get at least one event.

Unsynched watches include not only slow watchers, but also newly created
watches that requested current or older revision. In case that non of the events
match watch filter, those newly created watches might become synched
without any event going through.

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
2024-03-11 20:20:15 +01:00
..
2024-02-20 08:55:55 -08:00
2019-05-28 15:39:35 -07:00
2024-02-20 08:55:55 -08:00
2016-05-12 20:49:40 -07:00
2020-08-12 18:38:35 -07:00
2024-02-20 08:55:55 -08:00
2019-05-28 15:39:35 -07:00