On 12/18/25 11:46 AM, Ilya Maximets wrote:
> A python counterpart of the following commit:
>
> 0b29edb5cbdc ("dns-resolve: Do not treat never accessed responses as
> expired.")
>
> The same issue exists in the python code where we may never connect
> to a remote server if our DNS TTL is lower than the backoff interval.
>
> Fix it in the same way as we did in C implementation - allow using
> the entry if it was never used after requesting for up to 5 minutes,
> as this is not really caching, but a "transaction in progress" type
> of situation.
>
> More details in the commit message for the C version.
>
> Signed-off-by: Ilya Maximets <[email protected]>
> ---
Recheck-request: github-robot
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev