Benno Evers created MESOS-9858:
----------------------------------
Summary: Remember hostname for a UPID.
Key: MESOS-9858
URL: https://issues.apache.org/jira/browse/MESOS-9858
Project: Mesos
Issue Type: Improvement
Reporter: Benno Evers
When specifying a UPID like `[email protected]`, when parsing the string
we will resolve `mesos.example.org` and store the resolved IP address in the
`address` member of the UPID, while the hostname is discarded.
We should remember that hostname. This will serve two purposes:
- First, we can then display it e.g. in the WebUI or in logs, saving the user
from having to reverse the DNS lookup manually
- The hostname can be used for certificate hostname validation when the UPID is
remote and we're connecting via TLS to that actor.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)