postgresql_port
is an exception to the degraded state. Without it being properly set, even liveness condidtion is not met.OXLA_HOME
layout or versionEffects | Details |
---|---|
Database connection | If the Leader is degraded, user cannot connect to the database and all connection attempts will return degradation error. |
Query Handling | - When a degraded node receives a query, it responds with a degradation error and cannot process it. - If the Leader is degraded, the whole cluster is considered degraded and most queries are not processed. |
Degradation Types | - Permanent Degradation: Nodes permanently degraded are excluded from query planning. - Temporary Degradation: Nodes temporarily degraded are assumed to recover and are not considered in query planning. |
Query Execution | The SHOW NODES query requires the cluster to be ready and the scheduling node to not be degraded. It allows you to check the degradation status of each node in the cluster. A non-degraded leader collects data on every connected node, including degraded ones. |