Bug 27115

Summary: Restarting koha-common fails to restart SIP2 server
Product: Koha Reporter: Joonas Kylmälä <joonas.kylmala>
Component: PackagingAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: mtj, nugged, wizzyrea
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Joonas Kylmälä 2020-11-30 08:01:55 UTC
Sometimes when we run "systemctl restart koha-commmon" the SIP server doesn't get restarted but might just get stopped leading to longer than expected downtime. There is probably some sort of race condition.
Comment 1 Katrin Fischer 2023-07-01 14:24:26 UTC
I am not sure if this is still valid, but at least there is no mention of SIP in the output of koha-common restart:

sudo service koha-common restart
Restarting Koha ILS: koha-commonStopping Plack daemon for kohadev:.
Stopping Z39.50/SRU daemon for kohadev:.
Stopping Koha worker daemon for kohadev (default):.
Stopping Koha worker daemon for kohadev (long_tasks):.
Stopping Koha indexing daemon for kohadev:.
Successfully stopped all services for instance koha-common:.
Starting Plack daemon for kohadev:.
Starting Z39.50/SRU daemon for kohadev:.
Starting Koha worker daemon for kohadev (default):.
Starting Koha worker daemon for kohadev (long_tasks):.
Starting Koha indexing daemon for kohadev:.
.
Comment 2 Liz Rea 2024-08-05 15:30:13 UTC
I've seen this too, I think it happens when there are a lot of SIP workers/processes and it takes some time for them to kill.