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

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

Commit 10d1be051bd56c4f74a2193c6962aa7fcaf92290 in impala's branch 
refs/heads/master from Tamas Mate
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=10d1be0 ]

IMPALA-7734: Catalog and Statestore memz page shows useless memory

The MemTracker is removed from StatestoreD main and CatalogD main as
it is not used. The /memz page related metrics are refactored to a
a separate file. When the MemTracker is not available during callback
initialization it should not be part of the callback either. Therefore,
when MemTracker is not part of the callback it is not displayed.

Before/after pictures of the /memz page can be found in the Jira.

Change-Id: I1a42434b98aec1d9e0be6ae52325049378fdde23
Reviewed-on: http://gerrit.cloudera.org:8080/13670
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Catalog and Statestore memz page shows useless memory breakdown
> ---------------------------------------------------------------
>
>                 Key: IMPALA-7734
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7734
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 3.0, Impala 2.12.0, Impala 3.1.0
>            Reporter: Tim Armstrong
>            Assignee: Tamas Mate
>            Priority: Minor
>              Labels: newbie, observability, ramp-up, supportability
>         Attachments: after.png, before.png
>
>
> If you look at catalogd memz, e.g. at localhost:25020/memz, it has a bogus 
> breakdown. The catalogd does not use the MemTracker infrastructure since the 
> vast majority of it's memory consumption is in the JVM.
> {noformat}
> Breakdown
> : Total=0 Peak=0
>   Untracked Memory: Total=0
> {noformat}
> Reported by [~alanj_impala_5a78]
> Update: It is the same for statestored as well and apart from "breakdown" 
> section, the "Memory consumption / limit" part is also redundant. Should 
> remove both parts from the memz pages of both daemons
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to