Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/15298
Change subject: WIP [ksck] report on misconfiguration of time source flags
......................................................................
WIP [ksck] report on misconfiguration of time source flags
This patch adds functionality to report on misconfiguration of the time
source specific flags in Kudu cluster. Particularly, with this patch
ksck issues a warning if different masters or different servers have
different settings for the following flags:
* --time_source
* --builtin_ntp_servers
For testing, I ran a small Kudu cluster and verified that ksck
reports on misconfiguration as expected.
WIP:
* collect feedback on this approach: maybe, a better option is to
introduce new RPC methods into the GenericService interface
(see src/kudu/server/server_base.proto for details)?
* add automated tests to exercise the new functionality
Change-Id: I2afbfac9327f85b212ecf8d8f43a2139f90db6bb
---
M src/kudu/tools/ksck-test.cc
M src/kudu/tools/ksck.cc
M src/kudu/tools/ksck.h
M src/kudu/tools/ksck_remote.cc
M src/kudu/tools/ksck_remote.h
M src/kudu/tools/ksck_results.cc
M src/kudu/tools/ksck_results.h
7 files changed, 252 insertions(+), 38 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/98/15298/1
--
To view, visit http://gerrit.cloudera.org:8080/15298
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2afbfac9327f85b212ecf8d8f43a2139f90db6bb
Gerrit-Change-Number: 15298
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>