You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dataclients may load routes with arbitrary delays. When multiple
dataclients are used, it's possible that one dataclient loads routes
multiple times while another doesn't load any routes at all. This
could incorrectly signal that the first route has been loaded, even
though the routing table only contains routes from a single
dataclient.
This change fixes route update logic to signal first load only after
routes from all configured dataclients are received at least once.
An alternative to zalando#3447
Signed-off-by: Aleksandr Ponimaskin <[email protected]>
0 commit comments