Hello Tidy Bot, Kudu Jenkins, Adar Dembo, Grant Henke, Volodymyr Verovkin,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/15161
to look at the new patch set (#5).
Change subject: [clock] introduce time source auto selection
......................................................................
[clock] introduce time source auto selection
This patch introduces a new time source named 'auto'. When the
--time_source flag is set to 'auto', the system behaves as the
following:
* If the host is of known cloud instance type that provides
a dedicated NTP server, the time source is set to 'builtin'.
* If the host is of known cloud instance type that doesn't provide
a dedicated NTP server or the host is not recognized as a cloud
instance, the time source is set to 'system'.
In the former case, since --builtin_ntp_client_enable_auto_config_in_cloud
is set to 'true' by default, the built-in NTP client is configured
to use the dedicated NTP server provided by the cloud platform. To
disable the auto-configuration of the built-in NTP client and use
custom list of NTP servers specified by the --builtin_ntp_servers flag,
set --builtin_ntp_client_enable_auto_config_in_cloud=false.
Change-Id: If9f2bc94f4a1ad32fe365d4f6f0707913fb476a4
---
M src/kudu/client/client_examples-test.sh
M src/kudu/clock/builtin_ntp.cc
M src/kudu/clock/builtin_ntp.h
M src/kudu/clock/hybrid_clock-test.cc
M src/kudu/clock/hybrid_clock.cc
M src/kudu/clock/hybrid_clock.h
M src/kudu/mini-cluster/external_mini_cluster.cc
M src/kudu/util/test_util.cc
8 files changed, 289 insertions(+), 82 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/15161/5
--
To view, visit http://gerrit.cloudera.org:8080/15161
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If9f2bc94f4a1ad32fe365d4f6f0707913fb476a4
Gerrit-Change-Number: 15161
Gerrit-PatchSet: 5
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Volodymyr Verovkin <[email protected]>