Custom Query (2447 matches)
Results (112 - 114 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#955 | Fixed | Bad percentage | andar | uno@… |
Description |
When the download of a blocklist starts, Deluge shows a strange percentage, maybe a variable has not been resetted. The screenshot is attached. |
|||
#2127 | WontFix | select() reactor has problems with >1024 File Descriptors | underscor | |
Description |
The select reactor has issues with more than 1024 file descriptors, which leads to errors like this when having a large number of connections. I'm not sure what the best path to take in this situation is. Either we could integrate with twistd, which does it's own intelligent reactor selection, or write logic to determine whether we're on Linux, and if so, opt for the poll() or epoll() reactor, and select() otherwise. Traceback (most recent call last):
--- <exception caught here> ---
exceptions.ValueError?: filedescriptor out of range in select() Unhandled error in Deferred: Traceback (most recent call last):
--- <exception caught here> ---
exceptions.KeyError?: <type 'instance'> |
|||
#2173 | Invalid | Core freezes under heavy load | underscor | |
Description |
Hi guys, Not quite sure what would be a good way to provide supporting information to help diagnose this, but please let me know what I can run/give you. Deluge pretty often will enter a state of "not-answering" under heavy load. This usually happens when downloading at ~>15MB/s. It will suddenly stop writing to disk, and stop responding to api probes. Any ideas on what I can do to help figure out why this is occuring? (We've (archive.org) been using it to fetch large amounts of data via bittorrent, and it's been working awesomely, aside from a few issues handling high-volume downloads as per above. Thanks for such a great project. =) ) |