Skip to content

Commit cc4f7b9

Browse files
hammerheadamotl
authored andcommitted
Troubleshooting: Don't mention number of system tables
The number may change any day, and is not of any value to readers.
1 parent 30ef611 commit cc4f7b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/admin/troubleshooting/jcmd/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ JDK distribution, and it is integrated into the JVM.
9999
:::
100100

101101
:::{card} {material-outlined}`receipt_long;1.6em` Diagnosing a Running JVM
102-
:link: https://www.baeldung.com/running-jvm-diagnose#7-jfr-command-options
102+
:link: https://www.baeldung.com/running-jvm-diagnose
103103
This tutorial examines the jcmd utility, its commands, command options, and
104104
and how to use it.
105105
:::

docs/admin/troubleshooting/system-tables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Diagnostics with System Tables
66
==============================
77

8-
CrateDB maintains a set of diagnostic tables in the **sys** schema. It
9-
currently consists of ten tables that provide an overview of the cluster state.
8+
CrateDB maintains a set of diagnostic tables in the **sys** schema, which
9+
provide insights into the cluster state.
1010

1111
If something is going wrong, and you initially don't know why, they help you to
1212
analyze, identify the problem, and start mitigating it. While there is

0 commit comments

Comments
 (0)