-
- Downloads
[FAB-13465] Max retry attempts for orderer replication
This change set adds an option to configure the block puller
used for the replication with a maximum retry attempts.
It is needed because during onboarding, a specific application channel
might become unavailable, but it shouldn't block onboarding now when
we have dynamic periodical onboarding for channels we were unable to join.
Change-Id: I12f4247040c258809885f0e5fdc07d60914a56e2
Signed-off-by:
yacovm <yacovm@il.ibm.com>
Showing
- orderer/common/cluster/deliver.go 10 additions, 1 deletionorderer/common/cluster/deliver.go
- orderer/common/cluster/deliver_test.go 71 additions, 0 deletionsorderer/common/cluster/deliver_test.go
- orderer/common/cluster/replication.go 24 additions, 1 deletionorderer/common/cluster/replication.go
- orderer/common/cluster/replication_test.go 146 additions, 6 deletionsorderer/common/cluster/replication_test.go
Loading
Please register or sign in to comment