You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/04/24 08:37:39 UTC

[GitHub] [hadoop-ozone] runzhiwang commented on pull request #740: HDDS-3307. Improve write efficiency by avoiding reverse DNS lookup

runzhiwang commented on pull request #740:
URL: https://github.com/apache/hadoop-ozone/pull/740#issuecomment-618882580


   @elek This PR try to avoid finding DNS from IP address, it is a block call, and sometimes cost a long time, and also has no cache in JDK. It's true getting hostname from client side is unreliable. So maybe we should not use hostname at all.


----------------------------------------------------------------
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.

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



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