Deadline exceeded when performing any action
Hello all,
Versions
Peers / orderers: 2.5.10 Fabric CA: 1.5.13 I have the following hyperledger fabric setup:
2 Orgs, 1 peer each 4 Orderer nodes in etcraft fashion 2 NodeJS clietns for Org 1 with load balancer in front of them 7 Java chaincodes installed using chaincode as a service deployment fashion I can use the client using APIs that I implemented to submit transaction and evaluate transaction on all the chaincodes.
But sometimes I get the below issue and the response time for any read or write action is very huge
{ "error": { "message": "4 DEADLINE_EXCEEDED: Deadline exceeded after 5.000s, remote_addr=10.200.1.35:7051", "stack": "GatewayError: 4 DEADLINE_EXCEEDED: Deadline exceeded after 5.000s, remote_addr=10.200.1.35:7051\n" " at newGatewayError (/usr/src/app/node_modules/@hyperledger/fabric-gateway/dist/gatewayerror.js:54:12)\n" " at Object.callback (/usr/src/app/node_modules/@hyperledger/fabric-gateway/dist/client.js:102:60)\n" " at Object.onReceiveStatus (/usr/src/app/node_modules/@grpc/grpc-js/build/src/client.js:193:36)\n" " at Object.onReceiveStatus (/usr/src/app/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:361:141)\n" " at Object.onReceiveStatus (/usr/src/app/node_modules/@grpc/grpc-js/build/src/client-interceptors.js:324:181)\n" " at /usr/src/app/node_modules/@grpc/grpc-js/build/src/resolving-call.js:135:78\n" " at process.processTicksAndRejections (node:internal/process/task_queues:85:11)" } }
Can anyone help me please.
Thanks,
Source: hyperledger/fabric