Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15013
Change subject: [server] validate RPC vs Raft maximum message size flags ...................................................................... [server] validate RPC vs Raft maximum message size flags Added a group validator to check for the consistency between settings of --rpc_max_message_size and --consensus_max_batch_size_bytes flags. The validator helps to avoid a non-operable state of a Kudu cluster if the mentioned flags are being tweaked in an inconsistent way. Change-Id: Ied3c2c7ee4f0df48636f5f7ed3adce1e69c28f9d --- M src/kudu/tserver/tablet_server.cc 1 file changed, 21 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/15013/1 -- To view, visit http://gerrit.cloudera.org:8080/15013 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ied3c2c7ee4f0df48636f5f7ed3adce1e69c28f9d Gerrit-Change-Number: 15013 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
