You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "cxzl25 (via GitHub)" <gi...@apache.org> on 2023/05/17 05:03:03 UTC

[GitHub] [hadoop] cxzl25 commented on pull request #5617: YARN-11487. WebAppProxyServlet log output request ip

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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org