Behavior on Container Shutdown
Container shutdown can be graceful or ungraceful.
Graceful Shutdown
When DPG receives graceful shutdown signal:
The DPG client will immediately stop listening to new requests and will be deleted from the single pane of glass in the CipherTrust Manager.
The DPG server will shutdown and container will be terminated.
Note
Interrupt (
SIGINT
) and Terminate (SIGTERM
) are the signals detected for graceful shutown.All other signals will be treated as ungraceful shutdown.
License will be automatically released after the deletion of the last client in the CipherTrust Manager.
Ungraceful Shutdown
When DPG receives ungraceful shutdown signal, the container will be immediately terminated without deleting the client from the single pane of glass in the CipherTrust Manager.