-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a26386d
commit c96fd0b
Showing
10 changed files
with
90 additions
and
51 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/condretryable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**Ошибки, которые, предположительно, могут быть исправлены с помощью повтора после реакции клиентского приложения** (conditionally retryable) — включают в себя отсутствие ответа в течение отведенного времени, запрос аутентификации. |
3 changes: 3 additions & 0 deletions
3
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/fast_backoff.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Короткая экспоненциальная задержка** – одна из стратегий задержек, применяемых в SDK.<br/> | ||
Первоначальный интервал при такой задержке составляет несколько **миллисекунд**. Для каждой последующей попытки интервал увеличивается по экспоненциальному закону.<br/> | ||
См. подробнее в статье [{#T}](../../error_handling.md#handling-retryable-errors). |
3 changes: 3 additions & 0 deletions
3
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/instant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Немедленный повтор** – одна из стратегий задержек, применяемых в SDK.<br/> | ||
Повторные попытки при такой стратегии совершаются немедленно.<br/> | ||
См. подробнее в статье [{#T}](../../error_handling.md#handling-retryable-errors). |
1 change: 1 addition & 0 deletions
1
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/nonretryable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**Ошибки, которые не могут быть исправлены с помощью повтора** (non retryable) — включают в себя некорректно сформированные запросы, внутренние ошибки YDB, запросы, несоответствующие схеме данных. В такой ситуации нет необходимости повторять запрос, требуется дополнительное вмешательство со стороны разработчика. |
1 change: 1 addition & 0 deletions
1
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/retryable.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
**Временные сбои** (retryable) — включают в себя кратковременную потерю сетевого соединения, временную недоступность или перегруженность одной из подсистем YDB, неспособность YDB ответить на запрос в течение установленного времени ожидания. В случае возникновения таких ошибок, повтор запроса, завершившегося с ошибкой, через некоторый промежуток времени с большой вероятностью будет выполнен успешно. |
3 changes: 3 additions & 0 deletions
3
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/slow_backoff.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Большая экспоненциальная задержка** – одна из стратегий задержек, применяемых в SDK.<br/> | ||
Первоначальный интервал при такой задержке составляет несколько **секунд**. Для каждой последующей попытки интервал увеличивается по экспоненциальному закону.<br/> | ||
См. подробнее в статье [{#T}](../../error_handling.md#handling-retryable-errors). |
3 changes: 3 additions & 0 deletions
3
ydb/docs/ru/core/reference/ydb-sdk/_includes/tooltips/test.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
**Большая экспоненциальная задержка** – одна из стратегий задержек, применяемых в SDK.<br/> | ||
Первоначальный интервал при такой задержке составляет несколько **секунд**. Для каждой последующей попытки интервал увеличивается по экспоненциальному закону.<br/> | ||
См. подробнее в статье [{#T}](../../error_handling.md#handling-retryable-errors). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.