Skip to content
Snippets Groups Projects
Commit 924a09d1 authored by Mergen Imeev's avatar Mergen Imeev Committed by Alexander Turenko
Browse files

config: call extras.post_apply() if reload failed

This patch changes when extras.post_apply() is executed. Previously, it
would only run if a _post_apply() was successful and all previous reload
steps completed properly. It will now be executed, even if some reload
steps failed.

Note that if an error appears during startup, Tarantool will stop and
extras.post_apply() will not be executed.

Also note that if the startup or restart is successful, there will be no
change in behavior due to this patch.

Needed for https://github.com/tarantool/tarantool-ee/issues/643

NO_DOC=will be added in EE
NO_CHANGELOG=will be added in EE
parent 64afe49b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment