Skip to content

Commit 7a76f8f

Browse files
committed
Minor style edits
1 parent ac92b3a commit 7a76f8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/sql/pages/troubleshoot/degraded-state-handling.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Node degradation refers to the condition in which a node cannot perform most que
88

99
In Redpanda SQL, most errors that would crash a server should instead put it into a degraded state. Below are the key terms related to the node or cluster state:
1010

11-
* *Liveness*: The node serves incoming client connections, for example via psql. It does not have to allow the user to connect to the database. Returning an error on a connection attempt still meets the liveness condition.
12-
* *Readiness*: The cluster can execute queries. It requires the leader node to be in a proper state. If the leader node is degraded, the cluster is not ready to execute queries.
11+
* Liveness: The node serves incoming client connections, for example via psql. It does not have to allow the user to connect to the database. Returning an error on a connection attempt still meets the liveness condition.
12+
* Readiness: The cluster can execute queries. It requires the leader node to be in a proper state. If the leader node is degraded, the cluster is not ready to execute queries.
1313

14-
WARNING: *Exception:* An invalid `postgresql_port` is an exception to the degraded state. Without it being properly set, even the liveness condition is not met.
14+
WARNING: Exception: An invalid `postgresql_port` is an exception to the degraded state. Without it being properly set, even the liveness condition is not met.
1515

1616
== Degradation state period
1717

18-
The degradation state of a node can be either *permanent* or *temporary*.
18+
The degradation state of a node can be either permanent or temporary.
1919

2020
=== Permanent degradation
2121

@@ -47,8 +47,8 @@ a| * When a degraded node receives a query, it responds with a degradation error
4747
* If the leader is degraded, the whole cluster is considered degraded and most queries are not processed.
4848

4949
| Degradation types
50-
a| * *Permanent degradation*: Nodes that are permanently degraded are excluded from query planning.
51-
* *Temporary degradation*: Nodes that are temporarily degraded are assumed to recover and are not considered in query planning.
50+
a| * Permanent degradation: Nodes that are permanently degraded are excluded from query planning.
51+
* Temporary degradation: Nodes that are temporarily degraded are assumed to recover and are not considered in query planning.
5252

5353
| Query execution
5454
| 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.

0 commit comments

Comments
 (0)