-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
high enough tracker errors cause all trackers to fail #1386
Comments
What's probably happening is that the tracker with the connection issues is causing sockets/HTTP calls to queue up, blocking calls that would otherwise succeed quickly. The simplest solution is to just disable the tracker that's causing issues, otherwise you can look into increasing the limits of |
this doesnt happen with transmission torrent client (I think) maybe a interval should be used before trying timeouted trackers (which I think rtorrent has) and remove the buggy http from http queue unitl next interval (which it seems rtorrent doesnt) just removing a tracker would not be the solution as rotternt is used for many seedoxes that are set up and left to run and this would cause the seeding to stop for all trackers even with one tracker failing. |
Are those udp trackers? |
no. |
I've started working on making trackers multithreaded, however it's going to take some time. Will have to revisit this issue when that is done. |
thank you. |
I have about 1200 torrent in rtorrent.
about 300 of them are from a tracker that has connection issues.
when I run those torrent and they get timeout error after some short time all of torrents (not just the that specific tracker) timeout.
all of them..
The text was updated successfully, but these errors were encountered: