Behavior on Container Shutdown
Container shutdown can be graceful or ungraceful.
Graceful Shutdown
When CRDP receives graceful shutdown signal:
The CRDP client will immediately stop listening to new requests and will be deleted from the single pane of glass in the CipherTrust Manager.
The CRDP 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 client.
Ungraceful Shutdown
When CRDP receives ungraceful shutdown signal, the container will be immediately terminated without deleting the client from the single pane of glass in the CipherTrust Manager.
Note
For ungraceful shutdown, license will be automatically released after manually deleting the client from the single pane of glass in the CipherTrust Manager. The client entry will be first moved to Warning
and then Error
state based on the heartbeat configuration and its threshold value.