Question
How to gracefully shutdown ignite cluster
We are using PEGA 7.3 with Apache ignite in standalone mode, can someone please clarify below questions.
How to shutdown and remove a particular node from the ignite cluster?
How to gracefully shutdown entire ignite cluster?
I have already looked at the PEGA provided media/scripts files for 7.3 and don't see PEGA OOB script to shutdown ignite cluster.
Thanks
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
It sounds like you're using Ignite in client / server mode, correct?
If so, then there is no script to shut the server instances down. Just killing the process should do (killing the server pids or closing the corresponding terminal window). And as far as the entire cluster, I don't believe there are any recommendations for a graceful shutdown beyond making sure the clients (Pega nodes) are brought down first. My understanding is that there will be changes in this area in 7.3.1, but I do not have anything specific I can share regarding this at this time.