tomscut commented on pull request #3635: URL: https://github.com/apache/hadoop/pull/3635#issuecomment-971522587
> @tomscut With the latest commit, it seems Router adds a client port even if `dfs.namenode.audit.log.with.remote.port=false`. We may want to add a client port only when `dfs.namenode.audit.log.with.remote.port=true`. What do you think of it? Thanks @tasanuma for your careful consideration and comments. This problem does exist at present. But `dfs.namenode.audit.log.with.remote.port` should only work within the Namenode. We can treat the Router as the client of Namenode. From the perspective of the Namenode, the behavior of the client is not controllable because the real client may also set the `clientPort`. What do you think of this? -- 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]
