Hello Kudu Jenkins, Adar Dembo, Greg Solovyev, Hao Hao,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14227
to look at the new patch set (#3).
Change subject: [mini_cluster] introduce 'builtin' clock source
......................................................................
[mini_cluster] introduce 'builtin' clock source
This patch introduces the built-in NTP client into the external
minicluster test scaffolding. With this patch, it's possible
to synchronize the built-in NTP client of the minicluster's masters
and tablet servers with chronyd NTP server which is run as a part
of the minicluster as well. The latter runs in server-only mode
(i.e. not driving the system clock), using the machine's clock
as a reference (for details, see 'man chronyd', '-x' option).
Change-Id: I5c334ae6fa1fb12b033de7f8e8584b8dd3aa2d32
---
M src/kudu/integration-tests/master_migration-itest.cc
M src/kudu/mini-cluster/external_mini_cluster.cc
M src/kudu/mini-cluster/external_mini_cluster.h
3 files changed, 56 insertions(+), 20 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/14227/3
--
To view, visit http://gerrit.cloudera.org:8080/14227
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5c334ae6fa1fb12b033de7f8e8584b8dd3aa2d32
Gerrit-Change-Number: 14227
Gerrit-PatchSet: 3
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Greg Solovyev <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)