You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/02/16 17:19:00 UTC

[jira] [Commented] (IMPALA-9182) Print the socket address of the client closing a session or cancelling a query from the WebUI

    [ https://issues.apache.org/jira/browse/IMPALA-9182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17493369#comment-17493369 ] 

ASF subversion and git services commented on IMPALA-9182:
---------------------------------------------------------

Commit 92ce6fe48e75d7780efe9a275122554e59aac916 in impala's branch refs/heads/master from wzhou-code
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=92ce6fe ]

IMPALA-10931 (part2): Fixed rebased Kudu source to compile

This patch applies various fixes to Impala and to the copied Kudu
source code in be/src/kudu/* to allow everything to compile and pass
Impala exhaustive tests.

Highlights of the changes made:
- Some flags that have a DEFINE in both Kudu and Impala are modified
  to change one of the DEFINEs to a DECLARE.
- Fixed backend unit-test bloom-filter-test.cc due to the changes for
  block bloom filter false positive rate correction in
  kudu/util/block_bloom_filter.cc.
- Set initial values of Sockaddr variables as Sockaddr::Wildcard().
- The parameter type of kudu::RpcSidecar::FromFaststring() was changed,
  need to change the caller code in Impala.
- openssl_util.h was moved from directory kudu/security to kudu/util.
  need to change including path in Impala.

This patch was in part based on the patches that were applied the last
time we rebased the Kudu code in IMPALA-9335. All changes from those
commits that are still relevant were included here.

Went through all commits that have been applied to the be/src/kudu
directory since the last rebase and ensured that all relevant changes
from those are included here. These include patches for IMPALA-9182,
IMPALA-10779, IMPALA-9940 and commit d9a38c0bac (Limit short versions
of KUDU_* macros to Kudu source).

Testing:
- Passed core debug build, core ASAN build and exhaustive release
  build.

Change-Id: Ia9919c06e60d132d997093abb7b14825847e07c7
Reviewed-on: http://gerrit.cloudera.org:8080/18155
Reviewed-by: Joe McDonnell <jo...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> Print the socket address of the client closing a session or cancelling a query from the WebUI
> ---------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-9182
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9182
>             Project: IMPALA
>          Issue Type: Improvement
>    Affects Versions: Impala 3.3.0
>            Reporter: Vincent Tran
>            Assignee: Vincent Tran
>            Priority: Minor
>             Fix For: Impala 3.4.0
>
>
> When an agent cancels a query or closes a session via the Impalad's debug web UI, we generate these statuses, respectively:
>  
> {noformat}
> Cancelled from Impala's debug web interface
> Session closed from Impala's debug web interface
> {noformat}
> To improve observability, we can print the socket address of the client making the request to the status:
>  
> {noformat}
> Cancelled from Impala's debug web interface by client at <host>:<port>
> Session closed from Impala's debug web interface by client at <host>:<port>
> {noformat}
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org