Skip to content

Check that app preload was successful before sending a command.#655

Merged
rafaelfranca merged 1 commit intorails:masterfrom
casperisfine:boot-crash-stuck
Nov 23, 2021
Merged

Check that app preload was successful before sending a command.#655
rafaelfranca merged 1 commit intorails:masterfrom
casperisfine:boot-crash-stuck

Conversation

@casperisfine
Copy link
Copy Markdown

Spring can get stuck if the application crash during boot

It only happens if writing the command to the client blocks, which generally is with payloads over a certain size.

If the preload failed, the application won't read the socket and the client will get stuck writing in it.

cc @rafaelfranca @etiennebarrie

Spring can get stuck if the application crash during boot

It only happens if writing the command to the client blocks,
which generally is with payloads over a certain size.

If the preload failed, the application won't read the socket
and the client will get stuck writing in it.
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

Successfully merging this pull request may close these issues.

3 participants