This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 8b727489eb787f9d0667192bb1160ed64e2aa70b 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]> --- docs/known_issues.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc index 0c3e9ac..8788585 100644 --- a/docs/known_issues.adoc +++ b/docs/known_issues.adoc @@ -114,6 +114,8 @@ different locations, it is recommended to measure the bandwidth and latency between servers to ensure they fit within the above guidelines. +* 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 4 GiB of memory for tablet servers,
