Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.17.0
-
None
Description
Steps:
- Run Drill docker container with non-default port published:
$ docker container run -it --rm -p 9047:8047 apache/drill
- 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.
Attachments
Issue Links
- links to