-
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-8075] Peer Deliver client doesn't failover to OSN
If the peer is connected to a specific ordering node, and no blocks are received within a timely manner, when that ordering node loses connection - the peer gives up connecting to a different ordering node. This is because the total elapsed time includes the time waiting on the Recv() and it instead should only include the time that is spent while sleeping because of the exponential backoff. Change-Id: I4a75dad1f1fa2facf70498a3d9692598b89e8a44 Signed-off-by: yacovm <yacovm@il.ibm.com>
- Loading branch information
Showing
3 changed files
with
58 additions
and
6 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