sohami commented on a change in pull request #1424: DRILL-6663: Fixed shutdown
button in Web UI
URL: https://github.com/apache/drill/pull/1424#discussion_r207964236
##########
File path: exec/java-exec/src/main/resources/rest/index.ftl
##########
@@ -435,6 +435,10 @@
let rowElem = $(shutdownBtn).parent().parent();
let hostAddr =
$(rowElem).find('#address').contents().get(0).nodeValue.trim();
let hostPort = $(rowElem).find('#httpPort').html();
+ // Always use the host address from the url for the current
Drillbit
Review comment:
please add explanation or say `For details refer DRILL-6663`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services