Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9121 )
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_duration_too_long_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 Reviewed-on: http://gerrit.cloudera.org:8080/9117 Reviewed-by: Todd Lipcon <[email protected]> Tested-by: Kudu Jenkins Reviewed-on: http://gerrit.cloudera.org:8080/9121 Reviewed-by: Lars Volker <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/kudu/rpc/rpc-test.cc M be/src/kudu/rpc/rpcz_store.cc 2 files changed, 9 insertions(+), 1 deletion(-) Approvals: Todd Lipcon: Looks good to me, but someone else must approve Lars Volker: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9121 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie587ee602e83bb65d74f7ee622a9bc47897f2574 Gerrit-Change-Number: 9121 Gerrit-PatchSet: 3 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
