-
Notifications
You must be signed in to change notification settings - Fork 598
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
9bf7038
commit bbf9f83
Showing
24 changed files
with
147 additions
and
97 deletions.
There are no files selected for viewing
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
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
9 changes: 9 additions & 0 deletions
9
ydb/docs/en/core/dev/troubleshooting/performance/hardware/toc_p.yaml
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,9 @@ | ||
items: | ||
- name: CPU | ||
href: cpu-bottleneck.md | ||
- name: Memory | ||
href: insufficient-memory.md | ||
- name: I/O bandwidth | ||
href: io-bandwidth.md | ||
- name: Disk space | ||
href: disk-space.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
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
9 changes: 9 additions & 0 deletions
9
ydb/docs/en/core/dev/troubleshooting/performance/infrastructure/toc_p.yaml
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,9 @@ | ||
items: | ||
- name: Network issues | ||
href: network.md | ||
- name: Data center outages | ||
href: dc-outage.md | ||
- name: Data center maintenance and drills | ||
href: dc-drills.md | ||
- name: Hardware issues | ||
href: hardware.md |
5 changes: 5 additions & 0 deletions
5
ydb/docs/en/core/dev/troubleshooting/performance/queries/toc_p.yaml
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,5 @@ | ||
items: | ||
- name: Transaction lock invalidation | ||
href: transaction-lock-invalidation.md | ||
- name: OVERLOADED errors | ||
href: overloaded-errors.md |
Binary file added
BIN
+206 KB
.../troubleshooting/performance/schemas/_assets/node-tablet-monitor-data-shard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
5 changes: 5 additions & 0 deletions
5
ydb/docs/en/core/dev/troubleshooting/performance/schemas/toc_p.yaml
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,5 @@ | ||
items: | ||
- name: Overloaded shards | ||
href: overloaded-shards.md | ||
- name: Excessive tablet splits and merges | ||
href: splits-merges.md |
3 changes: 3 additions & 0 deletions
3
ydb/docs/en/core/dev/troubleshooting/performance/system/toc_p.yaml
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 @@ | ||
items: | ||
- name: System clock drift | ||
href: system-clock-drift.md |
17 changes: 0 additions & 17 deletions
17
ydb/docs/en/core/dev/troubleshooting/performance/system/ydb-updates.md
This file was deleted.
Oops, something went wrong.
54 changes: 18 additions & 36 deletions
54
ydb/docs/en/core/dev/troubleshooting/performance/toc_p.yaml
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 |
---|---|---|
@@ -1,43 +1,25 @@ | ||
items: | ||
- name: Infrastructure issues | ||
items: | ||
- name: Network issues | ||
href: infrastructure/network.md | ||
- name: Data center outages | ||
href: infrastructure/dc-outage.md | ||
- name: Data center maintenance and drills | ||
href: infrastructure/dc-drills.md | ||
- name: Hardware issues | ||
href: infrastructure/hardware.md | ||
include: | ||
mode: link | ||
path: infrastructure/toc_p.yaml | ||
- name: Reaching resource limits | ||
items: | ||
- name: CPU | ||
href: hardware/cpu-bottleneck.md | ||
- name: Memory | ||
href: hardware/insufficient-memory.md | ||
- name: I/O bandwidth | ||
href: hardware/io-bandwidth.md | ||
- name: Disk space | ||
href: hardware/disk-space.md | ||
include: | ||
mode: link | ||
path: hardware/toc_p.yaml | ||
- name: OS issues | ||
items: | ||
- name: System clock drift | ||
href: system/system-clock-drift.md | ||
include: | ||
mode: link | ||
path: system/toc_p.yaml | ||
- name: YDB configuration issues | ||
items: | ||
- name: Rolling restart | ||
href: system/ydb-updates.md | ||
- name: Frequent tablet moves between nodes | ||
href: system/tablets-moved.md | ||
include: | ||
mode: link | ||
path: ydb/toc_p.yaml | ||
- name: Schema design issues | ||
items: | ||
- name: Overloaded shards | ||
href: schemas/overloaded-shards.md | ||
- name: Excessive tablet splits and merges | ||
href: schemas/splits-merges.md | ||
include: | ||
mode: link | ||
path: schemas/toc_p.yaml | ||
- name: Client application issues | ||
items: | ||
- name: Transaction lock invalidation | ||
href: queries/transaction-lock-invalidation.md | ||
- name: OVERLOADED errors | ||
href: queries/overloaded-errors.md | ||
include: | ||
mode: link | ||
path: queries/toc_p.yaml |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
5 changes: 5 additions & 0 deletions
5
ydb/docs/en/core/dev/troubleshooting/performance/ydb/toc_p.yaml
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,5 @@ | ||
items: | ||
- name: Rolling restart | ||
href: ydb-updates.md | ||
- name: Frequent tablet moves between nodes | ||
href: tablets-moved.md |
Oops, something went wrong.