Skip to content

Commit abc1071

Browse files
asararatnakaryacovm
authored andcommitted
[FAB-4426]GOSSIP_BOOTSTRAP param update in e2e_cli
when USELEADERELECTION is disabled and made Anchor peers as Org leaders in each organization then peer1.org2 can't fetch blocks from orderer since it's not configured to connect to the ordering service. Also refer [FAB-4345] Change-Id: Ibc889f4bf374cd42bece9fb9dab6be74ac714b40 Signed-off-by: ratnakar <[email protected]>
1 parent 95e3dbe commit abc1071

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/e2e_cli/base/docker-compose-base.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ services:
7878
- CORE_PEER_ID=peer0.org2.example.com
7979
- CORE_PEER_ADDRESS=peer0.org2.example.com:7051
8080
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0.org2.example.com:7051
81-
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:7051
8281
- CORE_PEER_LOCALMSPID=Org2MSP
8382
volumes:
8483
- /var/run/:/host/var/run/
@@ -97,7 +96,7 @@ services:
9796
- CORE_PEER_ID=peer1.org2.example.com
9897
- CORE_PEER_ADDRESS=peer1.org2.example.com:7051
9998
- CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1.org2.example.com:7051
100-
- CORE_PEER_GOSSIP_BOOTSTRAP=peer1.org2.example.com:7051
99+
- CORE_PEER_GOSSIP_BOOTSTRAP=peer0.org2.example.com:7051
101100
- CORE_PEER_LOCALMSPID=Org2MSP
102101
volumes:
103102
- /var/run/:/host/var/run/

0 commit comments

Comments
 (0)