HDDS-2442. Added support for service name in OM for CSR#177
HDDS-2442. Added support for service name in OM for CSR#177anuengineer merged 1 commit intoapache:masterfrom abhishekaypurohit:HDDS-2442
Conversation
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
Outdated
Show resolved
Hide resolved
|
@abhishekaypurohit Thank you for working on this jira. In future, when you address the review comments, pls try avoid force-push. Multiple commits make it easy for reviewers to review the incremental changes. The committer will take care to Squash&Merge your change. |
Will keep that in mind. Each team has different style :) |
|
The failed unit test has been fixed in the trunk and is not related to this patch. I am going to commit this change. |
|
Unfortunately this is a case where the known failing tests hide a newly introduced failure. and I'm reverting (in the other PR) the config added to |
What changes were proposed in this pull request?
The SCM HA needs the ability to represent a group as a single entity. So that Tokens for each of the OM which is part of an HA group can be honored by the data nodes.
This patch adds service name support for CSR in OzomeManager.
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-2442
How was this patch tested?
Updated corresponding unit tests and tested them by running those tests.