Skip to content

service: fix stop order between service & dependencies#890

Merged
NicolasMahe merged 1 commit intodevfrom
fix/service/stop-order
Apr 17, 2019
Merged

service: fix stop order between service & dependencies#890
NicolasMahe merged 1 commit intodevfrom
fix/service/stop-order

Conversation

@ilgooz
Copy link
Copy Markdown
Contributor

@ilgooz ilgooz commented Apr 17, 2019

this bug was introduced by #884.

service itself should always be stopped first to give it a chance to properly shutdown itself. if depencies were stopped first, service may try to reconnect them or may start some fault toleration protocols for no reason.

this bug was introduced by #884.

service itself should always be stopped first to give it a chance to properly shutdown itself. if depencies were stopped first, service may try to reconnect them or may start some fault toleration protocols for no reason.
@NicolasMahe NicolasMahe merged commit b3c35cd into dev Apr 17, 2019
@NicolasMahe NicolasMahe deleted the fix/service/stop-order branch April 17, 2019 14:20
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.

4 participants