You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ta...@apache.org on 2019/05/20 16:07:14 UTC

[impala] branch master updated: Fix docs for catalogd automatic invalidate flags

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

tarmstrong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f1b00c  Fix docs for catalogd automatic invalidate flags
5f1b00c is described below

commit 5f1b00c0809657bd3fa07567670ac88714f7f253
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Fri May 17 13:26:03 2019 -0700

    Fix docs for catalogd automatic invalidate flags
    
    --invalidate_tables_timeout_s and
    --invalidate_tables_on_memory_pressure do not need
    to be applied to impalads - they have no effect.
    
    I confirmed with Todd Lipcon and checked that the
    flag was only accessed in CatalogServiceCatalog,
    not either of the Impalad catalog implementations.
    
    Change-Id: Ie4774757569cea4eaf15f37fae1ad81769f5267a
    Reviewed-on: http://gerrit.cloudera.org:8080/13367
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Alex Rodoni <ar...@cloudera.com>
    Reviewed-by: Tim Armstrong <ta...@cloudera.com>
---
 docs/topics/impala_metadata.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/docs/topics/impala_metadata.xml b/docs/topics/impala_metadata.xml
index 78a7d8e..061a83c 100644
--- a/docs/topics/impala_metadata.xml
+++ b/docs/topics/impala_metadata.xml
@@ -59,8 +59,8 @@ under the License.
           Time-based invalidation with the
           <codeph>&#8209;&#8209;invalidate_tables_timeout_s</codeph> flag:
           <codeph>Catalogd</codeph> invalidates tables that are not recently used in the
-          specified time period (in seconds). This flag needs to be applied to both
-          <codeph>impalad</codeph> and <codeph>catalogd</codeph>.
+          specified time period (in seconds). This flag needs to be applied to
+          <codeph>catalogd</codeph> only.
         </li>
 
         <li>
@@ -68,8 +68,7 @@ under the License.
           <codeph>&#8209;&#8209;invalidate_tables_on_memory_pressure</codeph> flag: When the
           memory pressure reaches 60% of JVM heap size after a Java garbage collection in
           <codeph>catalogd</codeph>, Impala invalidates 10% of the least recently used tables.
-          This flag needs to be applied to both <codeph>impalad</codeph> and
-          <codeph>catalogd</codeph>.
+          This flag needs to be applied to <codeph>catalogd</codeph> only.
         </li>
       </ul>