You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2018/07/18 22:46:45 UTC

[1/2] kudu git commit: [DOCS] Removed KUDU-1942 and KUDU-2032 from Known Issues List

Repository: kudu
Updated Branches:
  refs/heads/master c2cecb005 -> 521189744


[DOCS] Removed KUDU-1942 and KUDU-2032 from Known Issues List

Change-Id: I84bdf0193df08241ea632e1b1b51476bba40403c
Reviewed-on: http://gerrit.cloudera.org:8080/10953
Tested-by: Kudu Jenkins
Reviewed-by: Dan Burkert <da...@apache.org>


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

Branch: refs/heads/master
Commit: cb03085b355a02586f0f4a808e32f5c21b92b532
Parents: c2cecb0
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Mon Jul 16 10:46:50 2018 -0700
Committer: Dan Burkert <da...@apache.org>
Committed: Wed Jul 18 22:46:06 2018 +0000

----------------------------------------------------------------------
 docs/known_issues.adoc | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/cb03085b/docs/known_issues.adoc
----------------------------------------------------------------------
diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 1bfb4e7..1171ca1 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -179,9 +179,3 @@ to communicate only the most important known issues.
   to start up. It is recommended to limit the number of tablets per server to 100 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.
-
-* Kerberos authentication does not function correctly on hosts which contain
-  capital letters in their hostname.
-
-* Kerberos authentication does not function correctly if `rdns = false` is configured
-  in `krb5.conf`.


[2/2] kudu git commit: [DOCS] Updated the max and recommended numbers of tablets per server

Posted by da...@apache.org.
[DOCS] Updated the max and recommended numbers of tablets per server

Change-Id: Ida16e45477bd18206f25db8cc2bf890742d4ec63
Reviewed-on: http://gerrit.cloudera.org:8080/10969
Tested-by: Kudu Jenkins
Reviewed-by: Dan Burkert <da...@apache.org>


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

Branch: refs/heads/master
Commit: 521189744471b7f8c4168a814f64943c776a82b1
Parents: cb03085
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Tue Jul 17 17:46:34 2018 -0700
Committer: Dan Burkert <da...@apache.org>
Committed: Wed Jul 18 22:46:09 2018 +0000

----------------------------------------------------------------------
 docs/known_issues.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/52118974/docs/known_issues.adoc
----------------------------------------------------------------------
diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 1171ca1..687266e 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -136,7 +136,8 @@
 * Recommended maximum amount of stored data, post-replication and post-compression,
   per tablet server is 8TB.
 
-* Recommended maximum number of tablets per tablet server is 2000, post-replication.
+* The maximum number of tablets per tablet server is 2000, post-replication,
+  but we recommend 1000 tablets or fewer per tablet server.
 
 * Maximum number of tablets per table for each tablet server is 60, post-replication,
   at table-creation time.
@@ -176,6 +177,7 @@ to communicate only the most important known issues.
   and clients will experience frequent timeouts, and the cluster may become unusable.
 
 * If a tablet server has a very large number of tablets, it may take several minutes
-  to start up. It is recommended to limit the number of tablets per server to 100 or fewer.
+  to start up. It is recommended to limit the number of tablets per server to 1000
+  or fewer. The maximum allowed number of tablets per server is 2000.
   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.