You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by Michael Martin <mw...@gmail.com> on 2015/09/11 00:52:08 UTC

Review Request 38275: SAMZA-770: Fixes HttpServer to use getHostName instead of getHostAddress to build URL

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38275/
-----------------------------------------------------------

Review request for samza.


Repository: samza


Description
-------

This patch will configure the HttpServer with the hostname of the machine instead of the IP address to support cases where the hostname would resolve to a different IP when the URL is used on a different machine.


Diffs
-----

  samza-core/src/main/scala/org/apache/samza/coordinator/server/HttpServer.scala c93f270eadc15d5c47316578a4d7ebbb2745e250 
  samza-core/src/test/scala/org/apache/samza/coordinator/server/TestHttpServer.scala 6ce8aa995ad111c2081d7a68db9344c765ded057 

Diff: https://reviews.apache.org/r/38275/diff/


Testing
-------


Thanks,

Michael Martin