Michael Ho has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9117
Change subject: KUDU-2270: Add a flag to control logging in RpczStore::LogTrace() ...................................................................... KUDU-2270: Add a flag to control logging in RpczStore::LogTrace() This change adds a new flag FLAGS_rpc_too_long_duration_ms which controls the duration above which a RPC is considered too long and is logged at INFO level in the log. Previously, this threshold is hardcoded to 1000ms which may be too short for a busy Impalad demon, leading to massive log spew. Change-Id: Ie587ee602e83bb65d74f7ee622a9bc47897f2574 --- M src/kudu/rpc/rpc-test.cc M src/kudu/rpc/rpcz_store.cc 2 files changed, 41 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/9117/1 -- To view, visit http://gerrit.cloudera.org:8080/9117 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ie587ee602e83bb65d74f7ee622a9bc47897f2574 Gerrit-Change-Number: 9117 Gerrit-PatchSet: 1 Gerrit-Owner: Michael Ho <[email protected]>
