You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2019/10/30 03:27:34 UTC

[kudu] branch branch-1.11.x updated (724b25e -> fb6590f)

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

alexey pushed a change to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from 724b25e  [docs] add KUDU-2980 into 1.11.0 release notes
     new 1202df0  [docs] added a note about NVM-based cache into known issues
     new fb6590f  [docs] note on inconsistency of 'live_row_count' metric

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/known_issues.adoc | 8 ++++++++
 1 file changed, 8 insertions(+)


[kudu] 02/02: [docs] note on inconsistency of 'live_row_count' metric

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit fb6590f90500583487da3dd1af6851ed9cd2ee4b
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Mon Oct 28 22:28:53 2019 -0700

    [docs] note on inconsistency of 'live_row_count' metric
    
    Added a note on possible inconsistent readings of the 'live_row_count'
    and 'on_disk_size' metrics.  See KUDU-2986 for details.
    
    Change-Id: I0ecea71b69664b53b9e6a899c0bc2f4b0506b650
    Reviewed-on: http://gerrit.cloudera.org:8080/14565
    Tested-by: Kudu Jenkins
    Reviewed-by: Grant Henke <gr...@apache.org>
    (cherry picked from commit d11bc7c127cdb8b06719abfacc6ac217d5be4f6d)
    Reviewed-on: http://gerrit.cloudera.org:8080/14579
    Tested-by: Alexey Serbin <as...@cloudera.com>
---
 docs/known_issues.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 98527a1..d0151f3 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -199,3 +199,8 @@ to communicate only the most important known issues.
 
 * NVM-based cache doesn't work reliably on RH6/CentOS6
   (see link:https://issues.apache.org/jira/browse/KUDU-2978[KUDU-2978]).
+
+* When upgrading a Kudu cluster to 1.11.0 version with existing pre-1.11.0
+  tables, the `live_row_count` and `on_disk_size` metrics might produce
+  inconsistent readings in some scenarios
+  (see link:https://issues.apache.org/jira/browse/KUDU-2986[KUDU-2986]).


[kudu] 01/02: [docs] added a note about NVM-based cache into known issues

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 1202df0b9b7846e9312d0453e205088ef54bbfa4
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Fri Oct 18 12:23:14 2019 -0700

    [docs] added a note about NVM-based cache into known issues
    
    The NVM-based cache doesn't work reliably on RH6/CentOS6 once
    memkind was introduced.  See KUDU-2978 for details.
    
    Change-Id: Ieca7f77f1401bcef2af1242fc0090c62c0bb45f6
    Reviewed-on: http://gerrit.cloudera.org:8080/14510
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Tested-by: Kudu Jenkins
    (cherry picked from commit eb06559f50281a8b4dede2d2aaf8088e45f20069)
    Reviewed-on: http://gerrit.cloudera.org:8080/14577
    Reviewed-by: Grant Henke <gr...@apache.org>
---
 docs/known_issues.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 083654b..98527a1 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -196,3 +196,6 @@ to communicate only the most important known issues.
   to start up. It is recommended to limit the number of tablets per server to 1000
   or fewer. Consider this limitation when pre-splitting your tables. If you notice slow
   start-up times, you can monitor the number of tablets per server in the web UI.
+
+* NVM-based cache doesn't work reliably on RH6/CentOS6
+  (see link:https://issues.apache.org/jira/browse/KUDU-2978[KUDU-2978]).