Re: Endorsing Peer - High Availability : Not able to submit tx even if sufficient endorsing peers available
Brett T Logan <brett.t.logan@...>
Hi Adhav,
Assuming you are using Service Discovery:
Service Discovery uses Gossip metadata to determine available peers for endorsement. If you take one of your peers offline and then immediately submit a transaction you are likely going to hit this error. This is because I would assume Gossip hasn't updated its metadata yet and Service Discovery is using the last known layout that is no longer valid.
Your clients should have failover logic if the network can't tolerate data not being written to the ledger, i.e., your client application should attempt to resend the transaction at intervals that make logical sense for you application, up to the limits that make sense for you application.
Yacov can probably answer, what gossip config parameters affect the frequency with which gossip updates its metadata used by Service Discovery?
----- Original message -----
|
|||||
|