linkedin / dynamometer

A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
BSD 2-Clause "Simplified" License
131 stars 34 forks source link

Closes #67. Change the way DataNode host names are specified to be more resilient to hostname resolution. #68

Closed xkrogen closed 6 years ago

xkrogen commented 6 years ago

Can't reproduce this locally, so submitting a patch to get a Travis CI run...

xkrogen commented 6 years ago

Travis CI passes again, and I tested this on our internal cluster as well. It looks like it fixes the issue.

I'm not totally sure what happened, but I suspect something changed in the Travis CI infrastructure such that the host name resolved differently, in a way that made the previous version no longer work properly.