Hello Kudu Jenkins, Adar Dembo,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/14301
to look at the new patch set (#2).
Change subject: [clock] move clock sync wait into HybridClock::Init()
......................................................................
[clock] move clock sync wait into HybridClock::Init()
This patch moves the logic to await on clock synchronisation from
SystemNtp::Init() into HybridClock::Init(). This is to consolidate
and reuse the logic for other clock sources, such as built-in NTP client
coming with one of follow-up patches.
Change-Id: I4bc5d3160a68932a31cde5ff221f74452bb14a21
---
M src/kudu/clock/hybrid_clock.cc
M src/kudu/clock/system_ntp.cc
M src/kudu/clock/time_service.h
3 files changed, 52 insertions(+), 64 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/14301/2
--
To view, visit http://gerrit.cloudera.org:8080/14301
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4bc5d3160a68932a31cde5ff221f74452bb14a21
Gerrit-Change-Number: 14301
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)