Hello forum.
One of you applications (running on linux) failed due to a DNS server not being available (it was apparently getting restarted). The linux box is set up with two DNS servers in /etc/resolv.conf:
Code:
nameserver 1.1.1.1
nameserver 1.1.1.2
It was the first server which was down for a short while. The second server was, according to logs on the DNS server itself, up while the first one was down.
So my question is this: Why did the application fail even though the second DNS server was up? My understanding of /etc/resolv.conf is that the first server is queried, and after 5 second of non-responsiveness the second server is queried. If this servers doesn't respond, the whole thing goes back to start for 2 more rounds. These values are, if I remember correctly, the default values.
So what may be the reason why the application didn't query that second server? Any ideas anyone?
- kenneho