This is an automated email from the ASF dual-hosted git repository. granthenke pushed a commit to branch branch-1.9.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit f145fdf2c580072708119e3d55acde4f6a2d8421 Author: jhc <[email protected]> AuthorDate: Mon Mar 18 10:50:50 2019 +0800 add document for KUDU-2080 Change-Id: I7a802a846ad5ec93ce4e0022ec279f1b4c6cc5db Reviewed-on: http://gerrit.cloudera.org:8080/12774 Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> (cherry picked from commit 8b727489eb787f9d0667192bb1160ed64e2aa70b) Reviewed-on: http://gerrit.cloudera.org:8080/13099 Tested-by: Grant Henke <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- docs/known_issues.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc index 88e6ba5..3ab0f26 100644 --- a/docs/known_issues.adoc +++ b/docs/known_issues.adoc @@ -112,6 +112,8 @@ * Multi-data-center/multi-availability-zone configurations with a network latency over 100ms and bandwidth under 10 Gbps are not well tested and therefore not recommended. +* All masters must be started at the same time when the cluster is started for the very first time. + == Server management * Production deployments should configure a least 4GB of memory for tablet servers,
