Skip to content

Commit 83c79f9

Browse files
Update ydb/docs/en/core/reference/ydb-sdk/health-check-api.md
Co-authored-by: Ivan Blinkov <[email protected]>
1 parent a850b7b commit 83c79f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ydb/docs/en/core/reference/ydb-sdk/health-check-api.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,25 @@ struct TSelfCheckSettings : public TOperationRequestSettings<TSelfCheckSettings>
109109
| `Group failed` | A storage group lost its integrity. |
110110
||`HealthCheck` checks various parameters (fault tolerance mode, number of failed disks, disk status, etc.) and, depending on this, sets the appropriate status and displays a message. |
111111
| **VDISK** ||
112-
| `System tablet BSC didn't provide known status` | This case is not expected, it inner proble. |
113-
| `VDisk is not available` | the disk is not operational at all. |
114-
| `VDisk is being initialized` | initialization in process. |
115-
| `Replication in progress` | the disk accepts queries, but not all the data was replicated. |
116-
| `VDisk have space issue` | These issues depend solely on the underlying `PDISK` layer. |
112+
| `System tablet BSC didn't provide known status` | This case is not expected; it is an internal problem. |
113+
| `VDisk is not available` | The disk is not operational at all. |
114+
| `VDisk is being initialized` | The disk initialization is in progress. |
115+
| `Replication in progress` | The disk accepts queries, but not all the data has yet been replicated. |
116+
| `VDisk has space issues` | These issues depend solely on the underlying `PDISK` layer. |
117117
| **PDISK** ||
118-
| `Unknown PDisk state` | `HealthCheck` the system can't parse pdisk state. |
119-
| `PDisk is inactive/PDisk state is FAULTY/BROKEN/TO_BE_REMOVED` | Indicates problems with a physical disk. |
118+
| `Unknown PDisk state` | `HealthCheck` cannot parse the PDisk state. |
119+
| `PDisk is inactive/PDisk state is FAULTY/BROKEN/TO_BE_REMOVED` | Indicates issues with a physical disk. |
120120
| `Available size is less than 12%/9%/6%` | Free space on the physical disk is running out. |
121121
| `PDisk is not available` | A physical disk is not available. |
122122
| **STORAGE_NODE** ||
123-
| `Storage node is not available` | A node with disks is not available. |
123+
| `Storage node is not available` | A storage node is not available. |
124124
| **COMPUTE** ||
125125
| `There are no compute nodes` | The database has no nodes to start the tablets. </br>Unable to determine `COMPUTE_NODE` issues below. |
126126
| `Compute has issues with system tablets` | These issues depend solely on the underlying `SYSTEM_TABLET` layer. |
127127
| `Some nodes are restarting too often` | These issues depend solely on the underlying `NODE_UPTIME` layer. |
128128
| `Compute is overloaded` | These issues depend solely on the underlying `COMPUTE_POOL` layer. |
129129
| `Compute quota usage` | These issues depend solely on the underlying `COMPUTE_QUOTA` layer. |
130-
| `Compute has issues with tablets`| These issues depend solely on the underlying `TABLET` layer. |
130+
| `Compute has issues with tablets` | These issues depend solely on the underlying `TABLET` layer. |
131131
| **COMPUTE_QUOTA** ||
132132
| `Paths quota usage is over 90%/99%/Paths quota exhausted` </br>`Shards quota usage is over 90%/99%/Shards quota exhausted` | Quotas exhausted |
133133
| **COMPUTE_NODE** | *This layer has no specific issues.* |

0 commit comments

Comments
 (0)