Attila Doroszlai created HDDS-12351:
---------------------------------------
Summary: Extract common utils from SCMHAUtils and ServerUtils
Key: HDDS-12351
URL: https://issues.apache.org/jira/browse/HDDS-12351
Project: Apache Ozone
Issue Type: Sub-task
Components: common
Reporter: Attila Doroszlai
Assignee: Attila Doroszlai
These utility classes contain some utilities used by both client and server,
while some code is intended for servers only.
{code}
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ha/SCMHAUtils.java
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/server/ServerUtils.java
{code}
Goals of this task:
- extract shared methods to some other, preferably existing, utility class(es)
- with only server-only code remaining, move the classes to
hdds-server-framework
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]