-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-15840] Fix peer isolation after a long disconnect
- Add BootstrapPeers to gossip/discovery config - Prevent the aliveMsgStore from removing records of a bootstrap peer - Fix Ping() in dummyCommModule to create a new connection when the old one is stale - Add disableComm flag to dummyCommModule that prevents any messages from being sent. This is used by TestMsgStoreExpirationWithMembershipMessages() which relied on the above Ping() bug. - Add config argument to the createDiscoveryXXX() funcs Change-Id: Id11fcb55bfbfc59e6dab30641efa5d06f3230cc4 Signed-off-by: ronenschafferibm <ronen.schaffer@ibm.com>
- Loading branch information
Showing
3 changed files
with
97 additions
and
26 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