Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19932 )
Change subject: IMPALA-12163: Fixes two issues when outputting RPC details. ...................................................................... IMPALA-12163: Fixes two issues when outputting RPC details. The end time of the exact same rpc call was different between stdout and the rpc details file because the end time was calculated each time the details were written out instead of calculating the end time once and reusing that value. The duration of each rpc call was being calculated incorrectly. Change-Id: Ifd9dec189d0f6fb8713fb1c7b2b6c663e492ef05 Reviewed-on: http://gerrit.cloudera.org:8080/19932 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M shell/impala_client.py M tests/shell/test_shell_commandline.py 2 files changed, 32 insertions(+), 7 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19932 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifd9dec189d0f6fb8713fb1c7b2b6c663e492ef05 Gerrit-Change-Number: 19932 Gerrit-PatchSet: 5 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]>
