You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2016/10/11 00:09:29 UTC

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

Repository: kafka
Updated Branches:
  refs/heads/trunk e972d2afd -> 8e9e63138


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 <va...@us.ibm.com>

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

Closes #2004 from vahidhashemian/doc/fix_toc


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

Branch: refs/heads/trunk
Commit: 8e9e63138d96a607c1f0482c395e7f9d1005a182
Parents: e972d2a
Author: Vahid Hashemian <va...@us.ibm.com>
Authored: Mon Oct 10 17:09:52 2016 -0700
Committer: Jason Gustafson <ja...@confluent.io>
Committed: Mon Oct 10 17:09:52 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/8e9e6313/docs/documentation.html
----------------------------------------------------------------------
diff --git a/docs/documentation.html b/docs/documentation.html
index f1b747c..75c0467 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/8e9e6313/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.