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
LastQueriedAt can be older than LastUsefulAt . We update LastQueried at as soon as we "successfully" query a peer i.e. we don't see any errors after the query RPC.
However, we update LastUsefulAt at the end of the lookup once all queries/query RPCs are complete.
So, LastUsefulAt is updated for all peers together, but AFTER LastQueriedAt is updated during the individual queries.
I'm not sure if this is a bug at all. The relative ordering between LastQueriedAt and LastUsefulAt isn't used to determine anything.
I've noticed that LastQueriedAt can be older than LastUsefulAt. I think we're failing to track LastQueriedAt in some cases.
The text was updated successfully, but these errors were encountered: