Externalized Elastic restart causing k8 cluster restarts
We have externalized our Elastic search as part of our migration to k8. We recently had an issue in our lower environment where a change to our Elastic cluster caused a pod restart. The Elastic cluster went yellow and momentarily had no master.We saw the following alert although we don't have a root cause yet: PEGA0102.
Our question is what is the impact to the Pega platform on k8 if an external Elastic cluster looses a master node for a few moments.
Below is the PegaSearch helm chart snippet that has a minimum of 1 master.
# IMPORTANT: https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#minimum_master_nodes # To prevent data loss, you must configure the discovery.zen.minimum_master_nodes setting so that each master-eligible # node is set to the minimum number of master-eligible nodes that must be visible in order to form a cluster. # Configure this value using the formula (n/2) + 1 where n is replica count or desired capacity. minimumMasterNodes: 1
***Edited by Moderator Marije to add existing Support Case IDS INC-B1654 & INC-B2073 ***