You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "István Fajth (Jira)" <ji...@apache.org> on 2023/01/20 13:44:00 UTC

[jira] [Created] (HDDS-7817) Add HTTP and HTTPS ports to DatanodeDetails

István Fajth created HDDS-7817:
----------------------------------

             Summary: Add HTTP and HTTPS ports to DatanodeDetails
                 Key: HDDS-7817
                 URL: https://issues.apache.org/jira/browse/HDDS-7817
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: István Fajth
            Assignee: Debadatta


Currently we do not have the HTTP and HTTPS ports in the DatanodeDetails object, in order to implement HDDS-7816 we need to have the port information in the DatanodeDetails, so that SCM will know where to direct the links within its new UI element.

For adding HTTP and HTTPS ports:
1. we need to modify the enumeration and add these two
2. DataNode initialization should set the port on the DatanodeDetails object used by DN

Hint: the DatanodeDetails is created in the start() method of HDDSDatanodeService, while the ports can be fetched from the configuration similarly as BaseHttpServer fetches the information.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org