-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CPU goes crazy when opening a channel #1434
Comments
I've experienced the 20+ mins time to open a channel but not noticed the laptop CPU. I'll try to reproduce this later. |
Reproduced it again, this time with subkey account, also opened channel with hub. Took >40mins EDIT: Fired up another python client and now it's stuck since 20mins as well trying to open channel. So does not seem to be related to the hub |
@andrevmatos Could you please have a look at it and pull it into the next iteration? Thanks :) |
Already 6 days old. Pulling this into the iteration to get it solved. |
Logs:
raiden_2020-05-05T10_36_35.156Z.log Last week it looked like some kind of race condition: I tried to deposit once and it got stuck. Then I tried it for a second time and it worked within 5mins the same account. Not sure if that info helps |
These logs and profiling doesn't seem to indicate any reason for CPU overhead beyond what's already expected by the pending animation (which can be quite heavy sometimes). Besides that, the logs and deposit behavior you mentioned seems to be consistent with some on-chain events being missed, which can cause the animation to go for longer than expected. |
Thanks for filing a bug report :-)
Steps to Reproduce
This probably does not reproduce the issue consistently, but it's what I did
Expected Result
Actual Result
Additional Infos (Optional)
Also captured a profile for ~20secs
Profile-20200428T131202.json.zip
The text was updated successfully, but these errors were encountered: