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
I don't know if this is an iroha or a iroha-python issue but in brief, I was using send_blocks_stream_query to monitor some transactions using a separate thread and to get a change to stop the thread I was using the timeout parameter set to 2sec.
From the python client point of view it works well but after a day, I saw that the iroha server memory increased from 20Mb to 2GB and more than 26K pids where created (one per 2s):
Hi,
I don't know if this is an
iroha
or airoha-python
issue but in brief, I was usingsend_blocks_stream_query
to monitor some transactions using a separate thread and to get a change to stop the thread I was using the timeout parameter set to 2sec.From the python client point of view it works well but after a day, I saw that the iroha server memory increased from 20Mb to 2GB and more than 26K pids where created (one per 2s):
So I stopped using the
timeout
parameter and I found another way to kill the thread but in any case, I get this is a serious bug.Thanks!
The text was updated successfully, but these errors were encountered: