coredns/plugin/pkg/uniq
Miek Gieben a1c97f82a6
plugin/ready: fix starts and restarts (#2814)
Add OnRestartFailed to the ready plugin and some various cleanups.

Document slightly better how things are supposed to work with multiple
`ready`'s in the multiple Server Blocks.

All manually tested with this Corefile:
~~~
. {
    log
    ready
}

example.org {
    log
    chaos
    ready
}
~~~
And then `kill -SIGUSR1` and curling the ready endpoint. This works
well, the FailedReload is triggered by adding a syntax error in the
Corefile.

See #2659

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-06-09 08:10:15 +01:00
..
uniq.go plugin/ready: fix starts and restarts (#2814) 2019-06-09 08:10:15 +01:00
uniq_test.go plugin/metrcs: fix datarace on listeners (#2835) 2019-05-18 18:34:46 +01:00