Re: [ovs-dev] [PATCH ovn v2] controller: Change dns resolution to async.

2024-04-05 Thread Numan Siddique
On Fri, Apr 5, 2024 at 1:38 AM Naveen Yerramneni < naveen.yerramn...@nutanix.com> wrote: > Currently DNS resolution is a blocking call in OVN controller. > If DNS server is not reachable for any reason then, ovn-controller > thread blocks for longer time and other events are not processed. > >

[ovs-dev] [PATCH ovn v2] controller: Change dns resolution to async.

2024-04-04 Thread Naveen Yerramneni
Currently DNS resolution is a blocking call in OVN controller. If DNS server is not reachable for any reason then, ovn-controller thread blocks for longer time and other events are not processed. Ex: If we try to run ovn-appctl commands during this then, ovn-controller will not respond for a