Jason Fehr has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19932
Change subject: IMPALA-12163: Fixes an issue when outputting RPC details where the start and end times could be longer than the call duration. Additionally, the end time of the exact same rpc call was different between stdout and the rpc details file. ...................................................................... IMPALA-12163: Fixes an issue when outputting RPC details where the start and end times could be longer than the call duration. Additionally, the end time of the exact same rpc call was different between stdout and the rpc details file. The fix was to only retrieve the current time once and re-use that value instead of multiple retrievals of the current time. Change-Id: Ifd9dec189d0f6fb8713fb1c7b2b6c663e492ef05 --- M shell/impala_client.py M tests/shell/test_shell_commandline.py 2 files changed, 26 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/32/19932/1 -- 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: newchange Gerrit-Change-Id: Ifd9dec189d0f6fb8713fb1c7b2b6c663e492ef05 Gerrit-Change-Number: 19932 Gerrit-PatchSet: 1 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
