Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19160
Change subject: [clock] ...................................................................... [clock] Changelist 27ac60210 added 'unsafe' tag for the --use_hybrid_clock flag. However, that also means that setting --use_hybrid_clock=true would require adding --unlock_unsafe_flags as well, and that's a bit strange. To address that, this patch adds a group validator for --use_hybrid_clock and --unlock_unsafe_flags, so now only setting --use_hybrid_clock=false would result an error or just corresponding warning if --unlock_unsafe_flags are added, but adding --use_hybrid_clock --use_hybrid_clock=true wouldn't result in any error or warning. This is a follow-up to 27ac602108ab5e6b4e2211c2bfae3b36badc3121. Change-Id: Ie93db07f58ea3a5bac03f536852d6126e1174c3b --- M src/kudu/clock/hybrid_clock.cc 1 file changed, 21 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/60/19160/1 -- To view, visit http://gerrit.cloudera.org:8080/19160 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie93db07f58ea3a5bac03f536852d6126e1174c3b Gerrit-Change-Number: 19160 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
