Say that owner-first covers a certname with no resolved owner
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

This commit is contained in:
2026-09-13 14:13:44 +10:00
parent 72380f27e6
commit 85c9088293
+6 -6
View File
@@ -94,12 +94,12 @@ const (
// reply they all gave is the estate's answer; anything else leaves a backend
// whose reply is evidence about the backend, which is what 502 reports.
askPeers askOrder = iota
// askOwnerFirst: the path names one entity, the backend holding it is asked
// first and the rest only as fallbacks in case it does not answer. A backend
// that does not hold the entity replies 404 to say exactly that, which is not
// a dissent from the holder's reply, so requiring the two to agree asks a
// question nobody was posed. The first backend that answered is the one that
// knows.
// askOwnerFirst: the path names one entity, so the backend holding it is
// asked first — or, where no owner is known, they are asked in configured
// order — and the rest only as fallbacks. A backend that does not hold the
// entity replies 404 to say exactly that, which is not a dissent from the
// holder's reply, so requiring the two to agree asks a question nobody was
// posed. The first backend that answered is the one that knows.
askOwnerFirst
)