Uh oh!
There was an error while loading. Please reload this page.
HDDS-2442. Added support for service name in OM for CSR - #177
Conversation
Uh oh!
There was an error while loading. Please reload this page.
dineshchitlangia
commented
Nov 19, 2019
@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. |
abhishekaypurohit
commented
Nov 19, 2019
Will keep that in mind. Each team has different style :) |
anuengineer
commented
Nov 19, 2019
The failed unit test has been fixed in the trunk and is not related to this patch. I am going to commit this change. |
adoroszlai
commented
Nov 20, 2019
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.