Description
On machines with multiple IP addresses, there is no way to configure which IP address should be favored. We currently enumerate all the addresses available and avoid 127.x.x.x. This is not sufficient.
Possible solutions:
1. Make IP selection code injectable.
2. Since most clusters are already configured to make MapReduce run, use their method (Inet4Address.getLocalHost().getHostAddress()) to choose an IP address.
3. ....
Attachments
Issue Links
- blocks
-
REEF-263 Create injectable InetSocketFactory
- Open
- is blocked by
-
REEF-268 Simplify Configuration passthrough from Client to Driver to Evaluator
- Resolved
- is related to
-
REEF-264 Make the NameService injectable
- Resolved
-
REEF-247 Port ranges should to be configurable for listening
- Resolved
-
REEF-265 Make NetworkService injection mandatory
- Open
-
REEF-266 Make RemoteManager injection mandatory
- Open
-
REEF-263 Create injectable InetSocketFactory
- Open
- is required by
-
REEF-274 Binding address resolution should be configurable in .NET
- Open
- links to