You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benno Evers (JIRA)" <ji...@apache.org> on 2019/06/24 13:48:00 UTC

[jira] [Created] (MESOS-9858) Remember hostname for a UPID.

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 `master@mesos.example.org`, 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)