Skip to content

Commit

Permalink
docs: Shorten top-level headings in Troubleshooting Guide
Browse files Browse the repository at this point in the history
The top level headings in the Troubleshooting Guide wrap in the table of
contents on the web site because they are too long. Let's shorten those
headings so they are easier to read in the TOC.

Change-Id: Iccd0daf7954f79760a20f1fd281c3d167114a063
Reviewed-on: http://gerrit.cloudera.org:8080/6681
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <[email protected]>
  • Loading branch information
mpercy committed May 4, 2017
1 parent 1fe2e98 commit 14e9d3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/troubleshooting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
:sectlinks:
:experimental:

== Issues starting the Master or Tablet Server
== Startup Errors

[[req_hole_punching]]
=== Errors During Hole Punching Test

Kudu requires hole punching capabilities in order to be efficient. Hole punching support
depends upon your operation system kernel version and local filesystem implementation.

Expand Down Expand Up @@ -66,7 +67,8 @@ WARNING: The file block manager is known to scale and perform poorly, and should
only be used for small-scale evaluation and development.

[[ntp]]
=== NTP clock synchronization
=== NTP Clock Synchronization

For the master and tablet server daemons, the server's clock must be synchronized using NTP.
In addition, the *maximum clock error* (not to be mistaken with the estimated error)
be below a configurable threshold. The default value is 10 seconds, but it can be set with the flag
Expand Down Expand Up @@ -164,7 +166,7 @@ heap memory dump, it does contain stack memory and therefore it is possible for
application data to appear in a minidump. If confidential or personal
information is stored on the cluster, do not share minidump files.

== Troubleshooting Performance Issues
== Performance Troubleshooting

[[kudu_tracing]]
=== Kudu Tracing
Expand Down

0 comments on commit 14e9d3d

Please sign in to comment.