nginx has nice ability to trigger reloading of the configuration using a signal. It would by nice to have such an ability in tarantool too.
SIGHUP is used for reopening log file (for log rotating). SIGUSR1 triggers snapshotting.
The proposal is to use SIGUSR2.
Jira: TNTP-266