Slow shutting down [win 10] 3.2.0RC1

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
noob
Newbie
Newbie
Posts: 7
Joined: September 8th, 2020, 9:14 pm

Slow shutting down [win 10] 3.2.0RC1

Post by noob »

If I download something and then delete the download without pausing clicking on the delete icon and then if I want to restart or shut it down it takes too much time 15/20 + more seconds and sometimes download shut down so I have to manually force it shut down from Task manager.
noob
Newbie
Newbie
Posts: 7
Joined: September 8th, 2020, 9:14 pm

Re: Slow shutting down [win 10] 3.2.0RC1

Post by noob »

Ok not just 15/20seconds its not shutting down now. 1 minutes have passed it is not shutting down.
noob
Newbie
Newbie
Posts: 7
Joined: September 8th, 2020, 9:14 pm

Re: Slow shutting down [win 10] 3.2.0RC1

Post by noob »

3.1.1 doesnt have these problems.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Slow shutting down [win 10] 3.2.0RC1

Post by safihre »

Could you enable Debug logging in the Status and Interface settings window and then try again, after that send me the logs (click Show Logging in the Status window) at [email protected]?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
noob
Newbie
Newbie
Posts: 7
Joined: September 8th, 2020, 9:14 pm

Re: Slow shutting down [win 10] 3.2.0RC1

Post by noob »

There is another thing I am noticing between 3.1.1 vs 3.2.0RC1
3.1.1 aggressively wants to connect to provider servers. and it retries quickly if anything goes wrong vs 3.2.0 is slower and takes much time. same thing for pause resume too.
Im monitoring the connections with third-party apps. Im back to 3.1.1 and its UI feels snappy and smoother too.
I will reinstall the 3.2.0 RC1 and will send you Debug log.
User avatar
safihre
Administrator
Administrator
Posts: 5338
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Slow shutting down [win 10] 3.2.0RC1

Post by safihre »

There have been some changes to ignore servers if they haven't participated in a while, maybe those are interfering with expected behavior.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Puzzled
Full Member
Full Member
Posts: 160
Joined: September 2nd, 2017, 3:02 am

Re: Slow shutting down [win 10] 3.2.0RC1

Post by Puzzled »

I don't know about the slow shutdown, but the problem with connecting could be because the simplified article search delay will also make it skip the busy_threads checks. It should probably only skip the server checks if there are no busy_threads. I suggest moving the next_article_search check below the server.restart block.

Edit: The next_article_search delay should be skipped completely if there are busy_threads. Resetting the connections will reset the try_list, so the article will have to be fetched again.
Post Reply