hyperledger / fabric-ca

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
441 stars 712 forks source link

[Documentation update]Update configtx.rst #342

Closed xiayanzheng closed 1 year ago

xiayanzheng commented 1 year ago

fix following issue after run configtxgen -profile OrgsOrdererGenesis -outputBlock /tmp/hyperledger/org0/orderer/genesis.block -channelID syschannel by fix format.

Signed-off-by: LF xiayanzheng@outlook.com

Type of change

Description

Additional details

Related issues

xiayanzheng commented 1 year ago

add GODEBUG=netdns=go to peer1-org1 and peer2-org1's environment variables to fix following issue 2022-12-16 10:19:04.262 UTC [grpc] HandleSubConnStateChange -> DEBU 01a pickfirstBalancer: HandleSubConnStateChange: 0xc00214c9b0, CONNECTING fatal error: unexpected signal during runtime execution [signal SIGSEGV: segmentation violation code=0x1 addr=0x63 pc=0x7f877852d259]

jkneubuh commented 1 year ago

Hi @xiayanzheng - in which build of Fabric-CA did you encounter the SIGSEGV?

There have been some recent changes in support of the arm64 chipset, it's possible this is a regression. If so, we should fix this in the build, not with a docs workaround. How / where did you encounter the error?

xiayanzheng commented 1 year ago

Hi @xiayanzheng - in which build of Fabric-CA did you encounter the SIGSEGV?

There have been some recent changes in support of the arm64 chipset, it's possible this is a regression. If so, we should fix this in the build, not with a docs workaround. How / where did you encounter the error?

Hi @jkneubuh I encountered this issue in ‘hyperledger/fabric-peer 1.4.0 imageID: 304fac59b501‘. I was trying to follow this guide to bring up peers for both org1 and org2, both org's peer1 was successfully up and running without issue, but when I launching peer2 for both org, the error showed up, after I add GODEBUG=netdns=go environment variable for both org‘s peer2 the error disappeared.

denyeart commented 1 year ago

If there is an issue with peer please report to https://github.com/hyperledger/fabric/issues , note that v1.4.0 is very outdated and not maintained, it would be good to know if the problem exists with v2.x peers.