shibd Aborted, No Error in Logs
Kannan, Satheesh (ELS-CON)
s.kannan.1 at elsevier.com
Fri Jul 18 07:53:14 UTC 2025
Thanks for explaining.
I haven't seen this issue in earlier versions.
It could worth limiting MaxRequestWorkers on apache level to fix this issue. Any temporary workaround to fix this issue.
Any idea about limits number of tcp connection per ec2 instance?
In your Apache MPM configuration (e.g., in `/etc/httpd/conf.modules.d/00-mpm.conf` or your main config): `
``apache <IfModule mpm_prefork_module>
MaxRequestWorkers 256 </IfModule>
<IfModule mpm_worker_module> MaxRequestWorkers 300 </IfModule>
<IfModule mpm_event_module> MaxRequestWorkers 300 </IfModule> ```
Regards,
Satheesh
________________________________
From: users <users-bounces at shibboleth.net> on behalf of Cantor, Scott via users <users at shibboleth.net>
Sent: Wednesday, July 16, 2025 11:01 PM
To: Shib Users <users at shibboleth.net>
Cc: Cantor, Scott <cantor.2 at osu.edu>
Subject: Re: shibd Aborted, No Error in Logs
*** External email: use caution ***
> You should have the thread count there from the core, and that
> would indicate roughly how many sockets were open, though not
> one to one.
Concretely, I've seen maybe on the order of 20-30 sockets open on a heavily loaded worker mode Apache, as it basically matches the Apache child count "mostly", and probably double the child count is as much as I'd expect.
If it's more than that, somethiing's hanging it up getting work done and maybe causing more sockets than it should be, but the daemon generally doesn't do a lot of work that causes delays unless memcache or ODBC were used (*).
-- Scott
(*) Metadata aside, but that's more about memory than a cause of performance lag after startup, and MDQ obviates that anyway.
--
For Consortium Member technical support, see https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fshibboleth.atlassian.net%2Fwiki%2Fx%2FZYEpPw&data=05%7C02%7Cs.kannan.1%40elsevier.com%7C6e9444929a864eaf4db008ddc48eb41d%7C9274ee3f94254109a27f9fb15c10675d%7C0%7C0%7C638882839375299112%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=LxLe2ml83ql04rxTxH%2FlFjzebz6FNWN7pw2bENJVb6Q%3D&reserved=0<https://shibboleth.atlassian.net/wiki/x/ZYEpPw>
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
________________________________
Elsevier B.V. Registered Office: Radarweg 29, 1043 NX Amsterdam, The Netherlands, Registration No. 33158992, Registered in The Netherlands.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20250718/bb73ff89/attachment.htm>
More information about the users
mailing list