Dan Burkert has submitted this change and it was merged. Change subject: Validate security flags with gflags validators ......................................................................
Validate security flags with gflags validators This allows validation to be done early in server startup, which works around a bug that leaves the filesystem in an inconsistent state if the server fails early. Change-Id: I1bf2f7f54a1366b73157bf2426a16b0a197c9f50 Reviewed-on: http://gerrit.cloudera.org:8080/6128 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/rpc/messenger.cc M src/kudu/server/webserver_options.cc 2 files changed, 96 insertions(+), 35 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6128 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1bf2f7f54a1366b73157bf2426a16b0a197c9f50 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot
