Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9384 )
Change subject: IMPALA-6347: Monitor queue depth size for outgoing RPCs for Reactor threads ...................................................................... IMPALA-6347: Monitor queue depth size for outgoing RPCs for Reactor threads On systems with slow networking large queuing can occur in the Reactor threads. It would be good to quantify how much queueing occurred. This patch extracts the OutboundTransfer queue size information from KRPC and displays it on the /rpcz webpage. Testing: Tested by running queries both on a local mini-cluster and a remote cluster and manually confirming from the webpages that connections are made between the different nodes that exchange with each other and show number of queued calls. Change-Id: I84fea531e98d3e84fcc57bf7533655218bc91f4c Reviewed-on: http://gerrit.cloudera.org:8080/9384 Reviewed-by: Sailesh Mukil <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/rpc/rpc-mgr.cc M www/rpcz.tmpl 2 files changed, 48 insertions(+), 1 deletion(-) Approvals: Sailesh Mukil: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9384 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I84fea531e98d3e84fcc57bf7533655218bc91f4c Gerrit-Change-Number: 9384 Gerrit-PatchSet: 15 Gerrit-Owner: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
