Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
universe: update pushProofToFederation to make sure all servers are t…
…ried In this commit, we fix a bug that would cause universe proof push to fail for all servers, if anyone of them was unreachable, or rejected the proof. If we return `err` here, then eventually the context will be read by other goroutines, which is already cancelled at this point. This'll cause the push attempt to stop short. We now long and return `nil` so the other goroutines will continue. See #527 for more details.
- Loading branch information