Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/nginx] Nginx not shutting down gracefully by-default #65691

Closed
sztanpet opened this issue Apr 25, 2024 · 4 comments · May be fixed by #75942
Closed

[bitnami/nginx] Nginx not shutting down gracefully by-default #65691

sztanpet opened this issue Apr 25, 2024 · 4 comments · May be fixed by #75942
Assignees
Labels
nginx solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@sztanpet
Copy link

Name and Version

bitnami/nginx:1.25.5

What architecture are you using?

amd64

What steps will reproduce the bug?

  • docker stop the container while serving a request, before nginx had time to serve the response
  • observe that the container stopped immediately, the response was never returned

What is the expected behavior?

STOPSIGNAL SIGQUIT

What do you see instead?

docker stop first sends a SIGTERM (by default) expecting the container to gracefully shut down, and if that did not happen, it sends a SIGKILL to forcefully shut it down
SIGTERM for nginx is not the graceful exit signal, SIGQUIT is, but STOPSIGNAL is not configured to SIGQUIT correctly

Additional information

No response

@sztanpet sztanpet added the tech-issues The user has a technical issue about an application label Apr 25, 2024
@github-actions github-actions bot added the triage Triage is needed label Apr 25, 2024
@sztanpet sztanpet changed the title Nginx not shutting down gracefully by-default [bitnami/nginx] Nginx not shutting down gracefully by-default Apr 25, 2024
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

@sztanpet
Copy link
Author

Not interested, sorry.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label May 12, 2024
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nginx solved stale 15 days without activity tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants