Currently, we gracefully stop the client by directly stopping the container (simulating SigTerm).
This results in sporadic dirty database if the container was stopped before the client gracefully shutdown.
The setup has been extended so that SigInt (Ctrl+C) can be propagated from Norma -> Container -> Client.
This SigInt is now used to signal graceful client stop before actually stopping the container.
Currently, we gracefully stop the client by directly stopping the container (simulating
SigTerm
). This results in sporadic dirty database if the container was stopped before the client gracefully shutdown.The setup has been extended so that
SigInt
(Ctrl+C) can be propagated from Norma -> Container -> Client. ThisSigInt
is now used to signal graceful client stop before actually stopping the container.