Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hc api: updated possible problems #3482

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ydb/docs/en/core/reference/ydb-sdk/health-check-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ message IssueLog {
* `Pool usage over 90/95/99%`: One of the pools' CPUs is overloaded.
* `System tablet is unresponsive / response time over 1000ms/5000ms`: The system tablet is not responding or it takes too long to respond.
* `Tablets are restarting too often`: Tablets are restarting too often.
* `Tablets are dead`: Tablets are not started (or cannot be started).
* `Tablets/Followers are dead`: Tablets are not running (probably cannot be started).
* `Node is restarting too often`.
* `The number of node restarts has increased`: The number of node restarts has exceeded the threshold.
* `LoadAverage above 100%`: A physical host is overloaded.
* `There are no compute nodes`: The database has no nodes to start the tablets.
* `PDisk state is ...`: Indicates problems with a physical disk.
Expand All @@ -72,3 +74,4 @@ message IssueLog {
* `Group has no redundancy`: A storage group lost its redundancy.
* `Group failed`: A storage group lost its integrity.
* `Group degraded`: The number of disks allowed in the group is not available.
* `The nodes have a time difference of ... ms`: Potential issues with coordinating distributed transactions.
5 changes: 4 additions & 1 deletion ydb/docs/ru/core/reference/ydb-sdk/health-check-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ message IssueLog {
* `Pool usage over 90/95/99%` — один из CPU пулов перегружен.
* `System tablet is unresponsive / response time over 1000ms/5000ms` — системная таблетка не отвечает или отвечает долго.
* `Tablets are restarting too often` — таблетки слишком часто перезапускаются.
* `Tablets are dead` — таблетки не запущены (или не могут быть запущены).
* `Tablets/Followers are dead` — таблетки не запущены (или не могут быть запущены).
* `Node is restarting too often`,
blinkov marked this conversation as resolved.
Show resolved Hide resolved
* `The number of node restarts has increased`: количетство рестартов ноды превысило порог.
blinkov marked this conversation as resolved.
Show resolved Hide resolved
* `LoadAverage above 100%` — физический хост перегружен.
* `There are no compute nodes` — у базы нет нод для запуска таблеток.
* `PDisk state is ...` — сообщает о проблемах с физическим диском.
Expand All @@ -72,3 +74,4 @@ message IssueLog {
* `Group has no redundancy` — группа хранения потеряла избыточность.
* `Group failed` — группа хранения потеряла целостность.
* `Group degraded` — в группе недоступно допустимое число дисков.
* `The nodes have a time difference of ... ms` — возможные проблемы с координацией распределённых транзакций.
blinkov marked this conversation as resolved.
Show resolved Hide resolved
Loading