Repository: kafka
Updated Branches:
  refs/heads/0.10.1 6956a3819 -> d1f691a56


MINOR: Fix table of contents and section numbers in the documentation

Removed a non-existing reference in table of contents and fixed some section 
numbers.

Author: Vahid Hashemian <vahidhashem...@us.ibm.com>

Reviewers: Jason Gustafson <ja...@confluent.io>

Closes #2004 from vahidhashemian/doc/fix_toc

(cherry picked from commit 8e9e63138d96a607c1f0482c395e7f9d1005a182)
Signed-off-by: Jason Gustafson <ja...@confluent.io>


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/d1f691a5
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/d1f691a5
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/d1f691a5

Branch: refs/heads/0.10.1
Commit: d1f691a566a34ea3e2703ff99e24ac6984bf7aef
Parents: 6956a38
Author: Vahid Hashemian <vahidhashem...@us.ibm.com>
Authored: Mon Oct 10 17:09:52 2016 -0700
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Mon Oct 10 17:10:06 2016 -0700

----------------------------------------------------------------------
 docs/documentation.html | 1 -
 docs/ops.html           | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/d1f691a5/docs/documentation.html
----------------------------------------------------------------------
diff --git a/docs/documentation.html b/docs/documentation.html
index b62c4a6..877d6ef 100644
--- a/docs/documentation.html
+++ b/docs/documentation.html
@@ -99,7 +99,6 @@
                  <li><a href="#datacenters">6.2 Datacenters</a>
                  <li><a href="#config">6.3 Important Configs</a>
                      <ul>
-                         <li><a href="#serverconfig">Important Server 
Configs</a>
                          <li><a href="#clientconfig">Important Client 
Configs</a>
                          <li><a href="#prodconfig">A Production Server 
Configs</a>
                      </ul>

http://git-wip-us.apache.org/repos/asf/kafka/blob/d1f691a5/docs/ops.html
----------------------------------------------------------------------
diff --git a/docs/ops.html b/docs/ops.html
index b1f1d0c..236fef1 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -498,7 +498,7 @@ producer.purgatory.purge.interval.requests=100
 
 Our client configuration varies a fair amount between different use cases.
 
-<h3><a id="java" href="#java">Java Version</a></h3>
+<h3><a id="java" href="#java">6.4 Java Version</a></h3>
 
 From a security perspective, we recommend you use the latest released version 
of JDK 1.8 as older freely available versions have disclosed security 
vulnerabilities.
 
@@ -521,7 +521,7 @@ For reference, here are the stats on one of LinkedIn's 
busiest clusters (at peak
 
 The tuning looks fairly aggressive, but all of the brokers in that cluster 
have a 90% GC pause time of about 21ms, and they're doing less than 1 young GC 
per second.
 
-<h3><a id="hwandos" href="#hwandos">6.4 Hardware and OS</a></h3>
+<h3><a id="hwandos" href="#hwandos">6.5 Hardware and OS</a></h3>
 We are using dual quad-core Intel Xeon machines with 24GB of memory.
 <p>
 You need sufficient memory to buffer active readers and writers. You can do a 
back-of-the-envelope estimate of memory needs by assuming you want to be able 
to buffer for 30 seconds and compute your memory need as write_throughput*30.

Reply via email to