Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14301
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 2 files changed, 46 insertions(+), 62 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/01/14301/1 -- 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: newchange Gerrit-Change-Id: I4bc5d3160a68932a31cde5ff221f74452bb14a21 Gerrit-Change-Number: 14301 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
