You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2019/06/27 16:09:12 UTC

[kafka] branch trunk updated: MINOR: Fix typos in upgrade guide (#7005)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cfea953  MINOR: Fix typos in upgrade guide (#7005)
cfea953 is described below

commit cfea95343dfe9f297bceb98676b7bc04e5035776
Author: A. Sophie Blee-Goldman <so...@confluent.io>
AuthorDate: Thu Jun 27 09:08:50 2019 -0700

    MINOR: Fix typos in upgrade guide (#7005)
    
    Reviewers: Bill Bejeck <bb...@gmail.com>, Guozhang Wang <wa...@gmail.com>
---
 docs/streams/developer-guide/memory-mgmt.html | 3 ++-
 docs/streams/upgrade-guide.html               | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/streams/developer-guide/memory-mgmt.html b/docs/streams/developer-guide/memory-mgmt.html
index 3b18bde..70f5d91 100644
--- a/docs/streams/developer-guide/memory-mgmt.html
+++ b/docs/streams/developer-guide/memory-mgmt.html
@@ -41,7 +41,8 @@
       <ul class="simple">
         <li><a class="reference internal" href="#record-caches-in-the-dsl" id="id1">Record caches in the DSL</a></li>
         <li><a class="reference internal" href="#record-caches-in-the-processor-api" id="id2">Record caches in the Processor API</a></li>
-        <li><a class="reference internal" href="#other-memory-usage" id="id3">Other memory usage</a></li>
+        <li><a class="reference internal" href="#rocksdb" id="id3">RocksDB</a></li>
+        <li><a class="reference internal" href="#other-memory-usage" id="id4">Other memory usage</a></li>
       </ul>
     </div>
     <div class="section" id="record-caches-in-the-dsl">
diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index 4b3dac2..2065445 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -127,7 +127,7 @@
 
     <p>
         RocksDB dependency was updated to version <code>5.18.3</code>.
-        The new version allows to specify more RocksDB configurations, including <code>WriteBufferManager</code> that help to limit RocksDB off-head memory usage.
+        The new version allows to specify more RocksDB configurations, including <code>WriteBufferManager</code> which helps to limit RocksDB off-heap memory usage.
         For more details please read <a href="https://issues.apache.org/jira/browse/KAFKA-8215">KAFKA-8215</a>.
     </p>