You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Jason Fehr (Code Review)" <ge...@cloudera.org> on 2023/05/25 15:16:21 UTC

[Impala-ASF-CR] IMPALA-12163: Fixes two issues when outputting RPC details.

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 <jf...@cloudera.com>
Gerrit-Reviewer: Abhishek Rawat <ar...@cloudera.com>
Gerrit-Reviewer: Andrew Sherman <as...@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <cs...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Reviewer: Jason Fehr <jf...@cloudera.com>