Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid propogating agent join failures
When a gossip join failure happens do not propogate that up the call chain because a join failure is most likely transient and the retry logic built in the networkdb is going to retry and succeed. This error propagation makes the initialization of ingress network/sandbox to abort which causes a problem even after the gossip join on retry is successfull. Signed-off-by: Jana Radhakrishnan <[email protected]>
- Loading branch information