-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORE-20543 Retry sending unauthenticated message to MGM (#6140)
An outbound unauthenticated message (only sent during first-time communication from member to MGM) is dropped if the MGM-info has not propagated through to the group reader after it has been published by the registration service. Although the membership worker retries registration when it does not hear back from the MGM after 40 seconds, this delay causes test pipelines to fail. This change implements retries on the link manager worker so that the message is scheduled to be republished to p2p.out (up to 3 times with backoff logic).
- Loading branch information
Showing
4 changed files
with
152 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters