Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rahulEth/ab5ba397e01ea91123a1e7f145644af7 to your computer and use it in GitHub Desktop.
Save rahulEth/ab5ba397e01ea91123a1e7f145644af7 to your computer and use it in GitHub Desktop.
Hyperledger Fabric

Error:[ { status: 'SUCCESS', info: '' }, { event_status: 'TIMEOUT' } ]

possible cause :

in case of raft or kafka, some time while electing a new Orderer Leader or if there is no leader available, orderering service don't respond or response come too late 300 sec or more.

possible solution :

1.make sure your all orderer's are up to date and part of the quorum.
2.there is always leader Orderer present.

suggestions :

to withstand n fault orderer nodes
in kafka minimum number of orderering node for CFT = 3n + 1;
in raft minimum number of orderering node for CFT = 2n + 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment