You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
[I already posted this to the iroha main repo]
We are using Iroha 1.2 latest on kubernetes. Setup is a single peer, with a postgresql 13 DB - and under like 20 transactions per second.
We are using the python client. We are streaming through the results using a generator. here is the code:
Iroha works fine and then, every now and then, we start seeing the message:
'grpc._channel._MultiThreadedRendezvous ' errors and Iroha stops being responsive.
Do you think me using the generator being a problem under heavy load ?
Thank you so much,
Rafik
The text was updated successfully, but these errors were encountered:
turbopape
changed the title
receiving random grpc._channel._MultiThreadedRendezvous errors every 24hours or so
receiving random grpc._channel._MultiThreadedRendezvous errors from iroha server every 24hours or so
Aug 19, 2021
Hello,
[I already posted this to the iroha main repo]
We are using Iroha 1.2 latest on kubernetes. Setup is a single peer, with a postgresql 13 DB - and under like 20 transactions per second.
We are using the python client. We are streaming through the results using a generator. here is the code:
Iroha works fine and then, every now and then, we start seeing the message:
'grpc._channel._MultiThreadedRendezvous ' errors and Iroha stops being responsive.
Here is our configmap and genesys:
Do you think me using the generator being a problem under heavy load ?
Thank you so much,
Rafik
The text was updated successfully, but these errors were encountered: