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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03f80e2  [docs] update on clock synchronization in 'known issues'
03f80e2 is described below

commit 03f80e2b884b14fccd2ebc1b2c4284238b91ec5c
Author: Alexey Serbin <[email protected]>
AuthorDate: Wed Jan 19 11:09:14 2022 -0800

    [docs] update on clock synchronization in 'known issues'
    
    Change-Id: Ic3ade268887380dc36e0314b04c1e624c12ac563
    Reviewed-on: http://gerrit.cloudera.org:8080/18161
    Tested-by: Kudu Jenkins
    Reviewed-by: Andrew Wong <[email protected]>
---
 docs/known_issues.adoc | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/known_issues.adoc b/docs/known_issues.adoc
index 0324c02..1079ab3 100644
--- a/docs/known_issues.adoc
+++ b/docs/known_issues.adoc
@@ -126,8 +126,11 @@ include::top.adoc[tags=version]
 
 * Tablet servers can’t change address/port.
 
-* Kudu has a hard requirement on having up-to-date NTP. Kudu masters and 
tablet servers
-  will crash when out of sync.
+* Kudu has a requirement on having the server-side clock synchronized with NTP.
+  Kudu masters and tablet servers crash if detecting that the clock is out of
+  sync. For the clock synchronization, either synchronize the local clock
+  using an NTP server such as `ntpd` or `chronyd`, or use the built-in NTP
+  client for Kudu masters and tablet servers.
 
 == Scale
 

Reply via email to