Opened 15 years ago
Closed 10 years ago
#1330 closed bug (Fixed)
[Scheduler] Torrents in paused mode after restarting deluge while in red zone
Reported by: | tim-m89 | Owned by: | Calum |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.13 |
Component: | Plugin | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
deluge:1.3.0-rc1 libtorrent: 0.14.10.0
Upon transitioning from the scheduler red zone to green, torrents start up again but except for a few which are now in paused mode. How did they get in paused mode?
To be a little more detailed, I think it happens a little like this:
I have 4 torrents, none of which are in paused mode and I am currently in the scheduler's active green zone but I have the queue set to only 2 active like so:
Upon reaching the red zone the torrents stop but the active ones get assigned a mode of paused so that when the next green zone arrives the lower priority torrents are going instead like so:
If it helps to reproduce the bug I am currently starting and stopping deluge client & daemon during each red zone.
Change History (9)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
When the scheduler is in the red zone it pauses the libtorrent session.
The problem is that if you shutdown deluged while the session is paused, it will pause all torrents.
Not really sure how to avoid that...
comment:4 by , 15 years ago
It might just be easier to set the active torrent limit to 0 in the red state instead of pausing the session.
comment:5 by , 15 years ago
Milestone: | 1.3.0 → 1.4.0 |
---|
comment:6 by , 14 years ago
Priority: | major → trivial |
---|
comment:7 by , 13 years ago
Milestone: | 1.4.0 → 1.3.x |
---|---|
Summary: | scheduler plugin causing torrents to be in paused mode → [Scheduler] Torrents in paused mode after restarting deluge while in red zone |
comment:8 by , 10 years ago
Milestone: | 1.3.x → 1.3.13 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:9 by , 10 years ago
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
Fixed 1.3-stabe: [73152558317d47d]
Those above were not supposed to be track links but the numbers of of each torrent's priority like so:
#1 A
#2 A
#3 Q
#4 Q
#1 P
#2 P
#3 A
#4 A