Anton Gozhiy created DRILL-7582: ----------------------------------- Summary: 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
*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)