discover why proxy11 struggles with restarting apache #13245
Labels
No labels
announcement
anubis
authentication
aws
backlog
blocked
bodhi
ci
cloud
communishift
copr
database
day-to-day
dc-move
deprecated
dev
discourse
dns
downloads
easyfix
epel
firmitas
forgejo_migration
Gain
High
Gain
Low
Gain
Medium
gitlab
greenwave
hardware
help wanted
high-trouble
koji
koschei
lists
low-trouble
medium-trouble
mirrorlists
monitoring
Needs investigation
odcs
OpenShift
ops
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
release-monitoring
releng
request-for-resources
s390x
security
SMTP
sprint-0
sprint-1
src.fp.o
staging
unfreeze
waiverdb
websites-general
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/tickets#13245
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of request
We've had continual alerts from proxy11 when the ticketkey cron reloads apache - for some reason it takes up to a minute to reload. This triggers the the TCP:80 aliveness check from Zabbix, resulting in a lot of warnings.
We have spent some time on this but not found the cause yet. To cut down on monitoring warnings, I've disabled this trigger (the item still records, so we have data) for proxy11 specifically. We should track down the cause here, since no other proxy does this, and then re-enable the trigger.
Link to enable/disable: https://zabbix.fedoraproject.org/zabbix.php?action=trigger.list&context=host&filter_hostids%5B%5D=10711&filter_name=apache&filter_state=-1&filter_status=1
good ol claude suggests that we need to set GracefulShutdownTimeout which is 0 by default, so it waits for all existing connections to finish.
What value should it be though? How long can it take and the test still works?
I tried setting it to 5 and it does seem to start faster. I guess we can check on monday and see if it stopped alerting, and if so, roll the change out with a freeze break or wait until after freeze.
I moved proxy11 to a new virthost and it's been fine since. Must have been something with the (really) old one.