You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2019/08/22 05:07:46 UTC

[kudu-CR] [clock] introduce mini chronyd

Hello Kudu Jenkins, Adar Dembo, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/13916

to look at the new patch set (#4).

Change subject: [clock] introduce mini_chronyd
......................................................................

[clock] introduce mini_chronyd

This patch introduces a wrapper around chronyd, so it's possible to run
multiple instances of chronyd reference NTP servers as part of Kudu
mini-cluster, providing reference for NTP clients.

In addition, this patch contains tests to cover the newly introduced
functionality.

Change-Id: Id9d06d218828240f2a2980ef5ec30428f86277f7
---
M build-support/dist_test.py
M src/kudu/clock/CMakeLists.txt
A src/kudu/clock/test/mini_chronyd-test.cc
A src/kudu/clock/test/mini_chronyd.cc
A src/kudu/clock/test/mini_chronyd.h
M src/kudu/mini-cluster/CMakeLists.txt
M src/kudu/mini-cluster/external_mini_cluster.cc
M src/kudu/mini-cluster/external_mini_cluster.h
M src/kudu/mini-cluster/internal_mini_cluster.h
9 files changed, 777 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/16/13916/4
-- 
To view, visit http://gerrit.cloudera.org:8080/13916
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id9d06d218828240f2a2980ef5ec30428f86277f7
Gerrit-Change-Number: 13916
Gerrit-PatchSet: 4
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)