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 so it may happen
that of two dataclients the first loads routes twice and the second zero
times which would signal first route loaded condition although
routing table would only contain routes from the first dataclient.
This change fixes route update logic to signal first load only after
routes from all configured dataclients are received at least once.
Updates #1709
Updates #1710
---------
Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
0 commit comments