You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Anton Gozhiy (Jira)" <ji...@apache.org> on 2020/02/14 14:13:00 UTC

[jira] [Assigned] (DRILL-7582) Drill docker Web UI doesn't show resources usage information if map the container to a non-default port

     [ https://issues.apache.org/jira/browse/DRILL-7582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anton Gozhiy reassigned DRILL-7582:
-----------------------------------

    Assignee: Anton Gozhiy

> Drill docker Web UI doesn't show resources usage information if map the container to a non-default port
> -------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-7582
>                 URL: https://issues.apache.org/jira/browse/DRILL-7582
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.17.0
>            Reporter: Anton Gozhiy
>            Assignee: Anton Gozhiy
>            Priority: Major
>
> *Steps:*
> # Run Drill docker container with non-default port published:
> {noformat}
> $ docker container run -it --rm -p 9047:8047 apache/drill
> {noformat}
> # Open Drill Web UI (localhost:9047)
> *Expected result:*
> The following fields should contain relevant information:
> * Heap Memory Usage
> * Direct Memory Usage
> * CPU Usage
> * Avg Sys Load
> * Uptime
> *Actual result:*
> "Not Available" is displayed.
> *Note:* if publish the default port (-p 8047:8047), everything is showed correctly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)