Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-4102: Remote Kudu reads should be reported ......................................................................
IMPALA-4102: Remote Kudu reads should be reported Adds a profile counter for the number of kudu scan tokens (ranges) that are "expected" to be remote. Testing: Manual; Have been running with this on the Kudu cluster. Cannot easily simulate this in the minicluster because the scheduler considers multiple impalads on the same host to be local for the purposes of determining locality. See BackendConfig::LookUpBackendIp(). Change-Id: I74fd5773c4ae10267de80b6572d93197a4131696 Reviewed-on: http://gerrit.cloudera.org:8080/4687 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins --- M be/src/exec/kudu-scan-node.cc M be/src/exec/kudu-scan-node.h 2 files changed, 7 insertions(+), 0 deletions(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/4687 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I74fd5773c4ae10267de80b6572d93197a4131696 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Internal Jenkins
