You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Bharat Viswanadham (Jira)" <ji...@apache.org> on 2020/02/06 22:44:00 UTC

[jira] [Created] (HDDS-2988) Use getPropertiesByPrefix instead of regex in matching ratis client and server properties

Bharat Viswanadham created HDDS-2988:
----------------------------------------

             Summary: Use getPropertiesByPrefix instead of regex in matching ratis client and server properties
                 Key: HDDS-2988
                 URL: https://issues.apache.org/jira/browse/HDDS-2988
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
            Reporter: Bharat Viswanadham


This Jira is to use getPropertiesByPrefix that match with "datanode.ratis" and set them during ratisClient and ratisServer creation.

 

Right now in current we use getValByRegex to match with regex, we can avoid that.

2 Changes will go in this Jira.

1.  Use getPropertiesByPrefix and set RatisClient and Server Conf.

2. Use the same prefix for RatisClient and Server Conf. (Right now we use prefix only for matching Ratis Server Conf)

 

cc [~aengineer]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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