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

Spring Boot- Graceful shutdown is not working with spring boot version 3.3.5 #43087

Closed
bhuyan1703 opened this issue Nov 10, 2024 · 5 comments
Closed

Comments

@bhuyan1703
Copy link

Hi, I have upgraded my spring-boot-starter-parent version 3.1.5 to 3.2.5 in my spring boot project. But with this spring boot version graceful shut down is not working. Kindly suggest!

I have added the below mentioned properties in my yaml file.
server:
shutdown: "graceful"
spring:
lifecycle:
timeout-per-shutdown-phase: "4200s"

Kindly Note: I am using spring-boot-starter-webflux instead of spring-boot-starter-web dependency.

Thanks.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 10, 2024
@philwebb
Copy link
Member

Could you please provide a sample application along with the steps needed to replicate the issue. Thanks.

@philwebb philwebb added the status: waiting-for-feedback We need additional information before we can continue label Nov 10, 2024
@snicoll
Copy link
Member

snicoll commented Nov 10, 2024

When you do, please make sure to show that the app works with 3.1.5 and fails with 3.2.5.

@philwebb
Copy link
Member

This may also be a duplicate of #21426

@spring-projects-issues
Copy link
Collaborator

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

@spring-projects-issues spring-projects-issues added the status: feedback-reminder We've sent a reminder that we need additional information before we can continue label Nov 17, 2024
@spring-projects-issues
Copy link
Collaborator

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.

@spring-projects-issues spring-projects-issues closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2024
@spring-projects-issues spring-projects-issues removed status: waiting-for-feedback We need additional information before we can continue status: feedback-reminder We've sent a reminder that we need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged labels Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants