-
Notifications
You must be signed in to change notification settings - Fork 295
Slow Transaction Processing #2048
Comments
Here are the status logs sent to one peer and tx status from that same peer. As it can be seen, its taking too much time. |
Hello @YasirAzeem, please check that you did not send a hundred of transactions with max_proposal_size set to ten. If so, try to increase max_proposal_size and check. Please reply if the issue has been solved or it is still here. |
No I am just sending one transaction not 100s and my max proposal is set to
5 only
…On Mon, Feb 4, 2019, 5:03 PM Igor Egorov ***@***.*** wrote:
Hello @YasirAzeem <https://github.com/YasirAzeem>, please check that you
did not send a hundred of transactions with max_proposal_size set to ten.
If so, try to increase max_proposal_size and check.
Please reply if the issue has been solved or it is still here.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<hyperledger-iroha/iroha#2048 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AXV2WNOblc0puADQ1CZlHEqbXJo9k9_Bks5vKCF9gaJpZM4aOj6k>
.
|
@igor-egorov Issue is still there even with the new merge into master/latest branch. Still slow processing. Same logs. |
@YasirAzeem which client library do you use? |
Now I see that you are using python SDK |
Yes Python SDK present in example the one with |
@YasirAzeem sorry, but we are abandoning the support of code-generated libs. You can find a new library here: hyperledger-iroha/iroha#2028 Here is the video with a screencast on how to use this new library: https://www.youtube.com/watch?v=PN7WoLReDs4&frags=pl%2Cwn |
I don't think its the problem of the library as you can see from the logs file I sent, other nodes don't even have the transaction until a few seconds have elapsed. They show status as if there hasn't received it at all but after a few seconds all nodes accept it. Its all there is on |
@neewy Are you sure its only old Python SDK issue? It doesn't seem like that. |
@YasirAzeem Are you still having this problem with rc4? |
I set up 4 iroha nodes on GCP Compute Engine Instances.
Instances details are as follows:
1vCPU and 3.75 GB of RAM
Ubuntu 16.0 LTS
I used
latest
docker image for Iroha and ranirohad
with sampleconfig.docker
withMST
enabled
Here are the logs for
irohad
with verbosity 3log.txt
Each transaction takes around 40-50 seconds to commit. I am using Python SDK to push transactions to network and to check the status of the transaction.
The text was updated successfully, but these errors were encountered: