cxzl25 commented on PR #5617: URL: https://github.com/apache/hadoop/pull/5617#issuecomment-1550738086
### Current ``` 2023-05-17 12:57:01,239 INFO webproxy.WebAppProxyServlet (WebAppProxyServlet.java:methodAction(501)) - Asking dr.who if they want to connect to the app master GUI of application_00_0 owned by user 2023-05-17 12:57:01,242 INFO webproxy.WebAppProxyServlet (WebAppProxyServlet.java:methodAction(514)) - dr.who is accessing unchecked http://localhost:49685/foo/bar which is the app master GUI of application_00_0 owned by dr.who ``` ### Change ``` 2023-05-17 12:59:57,822 INFO webproxy.WebAppProxyServlet (WebAppProxyServlet.java:methodAction(503)) - Asking dr.who/127.0.0.1 if they want to connect to the app master GUI of application_00_0 owned by user 2023-05-17 12:59:57,824 INFO webproxy.WebAppProxyServlet (WebAppProxyServlet.java:methodAction(516)) - dr.who/127.0.0.1 is accessing unchecked http://localhost:50312/foo/bar which is the app master GUI of application_00_0 owned by dr.who ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
