Files
coredns/test
Miek Gieben 1c45e262f5 middleware/proxy: remove singleinflight from dns (#717)
Singleinflight interferes with the health checking of upstream. If an
upstream would fail, singleinflight would mirror that error to to other
proxy *iff* multple identical queries would be inflight. This would lead
to marking *all* upstreams as bad, essentially collapsing multiple
upstreams into a SPOF. Clearly not what we want.

Singleinflight does have some nice properties, but I've opted to rip it
out entirely. Caching should almost (but not quite) as good.

Added a test case in test that uses 3 CoreDNS instances to reflect the
setup from #715.

Found another bug as well, where (when the policy would be nil), we
would always Spray even though we've found a healthy host.
2017-06-08 16:06:14 +01:00
..
2016-09-25 08:39:20 +01:00
2017-01-12 08:13:50 +00:00
2016-10-02 15:58:01 +01:00
2017-03-18 17:08:39 +00:00
2017-03-06 21:32:17 +00:00
2017-03-06 21:32:17 +00:00
2017-03-14 21:32:21 +00:00
2017-04-18 11:25:21 +01:00
2017-03-06 21:32:17 +00:00
2017-01-12 08:13:50 +00:00