-
Notifications
You must be signed in to change notification settings - Fork 31
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
i/o timeouts #13
Comments
Try getting a goroutine dump of |
Are all your deps up to date? |
I run an update on both Let me run another one now and post another stacktrace while having this reproduced UPDATE |
I can repro it by varying |
In the latest simulations i have been running, i have noticed that i/o timeouts only happens when i use 7-8 or more actors. All simulations normally finish but i think that the results i get on 8 or more actor sims are corrupted:
https://github.com/conformal/btcsim/blob/fb66752c24ee9d9260d71269d25d304063b69da0/img/1-11.png https://github.com/conformal/btcsim/blob/fb66752c24ee9d9260d71269d25d304063b69da0/img/1-7.png ps. averaged the above results from the following simulations: |
I am suspecting that the reason behind i/o timeouts now happening to a-fixed-number-of-actors simulations (7 in my case) and more rather than randomly to any number [of actors] has to do with the transition from |
In some simulations, especially as the number of actors used is increasing, i/o timeouts may happen to the
btcwallet
rpc clients.The text was updated successfully, but these errors were encountered: