Jason Fehr has uploaded a new patch set (#3). ( 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 --- M shell/impala_client.py M tests/shell/test_shell_commandline.py 2 files changed, 32 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/32/19932/3 -- 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: newpatchset Gerrit-Change-Id: Ifd9dec189d0f6fb8713fb1c7b2b6c663e492ef05 Gerrit-Change-Number: 19932 Gerrit-PatchSet: 3 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]>
