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

If start fails make sure to shutdown server #4917

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

stuartwdouglas
Copy link
Member

It's possible start can fail after the server
has started in dev mode. We need to make sure it
is shut down to recover properly.

Possible fix for #4815

It's possible start can fail after the server
has started in dev mode. We need to make sure it
is shut down to recover properly.

Possible fix for quarkusio#4815
@cescoffier
Copy link
Member

Is it possible to write a test?
Wondering if the HotReload test support would work in this case.

@cescoffier cescoffier added this to the 0.27.0 milestone Oct 28, 2019
@cescoffier cescoffier added kind/bug Something isn't working area/vertx labels Oct 28, 2019
@stuartwdouglas
Copy link
Member Author

I think you would need to write an extension that was designed to fail at this particular place, otherwise it would be racy.

I don't really think it is worth it.

@cescoffier cescoffier merged commit 222edef into quarkusio:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants