Saurabh Katiyal has uploaded a new patch set (#19). ( http://gerrit.cloudera.org:8080/21426 )
Change subject: aIMPALA-12216: Print timestamp for impala-shell errors ...................................................................... aIMPALA-12216: Print timestamp for impala-shell errors This change will print timestamp of an exception or warning occurred during execution of a query via impala-shell. example: Query submitted at: 2024-08-22 16:17:57 (Coordinator: http://host:25000) Query state can be monitored at: http://localhost:25000/query_plan?query_id=e04dcc55e560d1ee:11173fe800000000 ^C Cancelling Query Opened TCP connection to localhost:21050 2024-08-22 16:17:58 [Exception] type=<class 'socket.error'> in FetchResults. [Errno 4] Interrupted system call 2024-08-22 16:17:58 [Warning] Cancelling Query 2024-08-22 16:17:58 [Warning] close session RPC failed: <class 'shell_exceptions.QueryCancelledByShellException'> Opened TCP connection to localhost:21050 [localhost:21050] default> Change-Id: I4abbd02aa9f61210b0333495bf191e72c22a5944 --- M shell/impala_client.py M shell/impala_shell.py M tests/custom_cluster/test_hs2_fault_injection.py M tests/custom_cluster/test_shell_jwt_auth.py M tests/shell/test_shell_commandline.py M tests/shell/test_shell_interactive.py M tests/shell/util.py 7 files changed, 119 insertions(+), 73 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/26/21426/19 -- To view, visit http://gerrit.cloudera.org:8080/21426 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4abbd02aa9f61210b0333495bf191e72c22a5944 Gerrit-Change-Number: 21426 Gerrit-PatchSet: 19 Gerrit-Owner: Saurabh Katiyal <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Saurabh Katiyal <[email protected]>
