neils-dev commented on a change in pull request #2901:
URL: https://github.com/apache/ozone/pull/2901#discussion_r789382839
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/ha/OMFailoverProxyProvider.java
##########
@@ -552,5 +552,22 @@ protected void setProxiesForTesting(
this.omProxyInfos = testOMProxyInfos;
this.omNodeIDList = testOMNodeIDList;
}
+
+ protected void setOmProxies(Map omProxies) {
+ this.omProxies = omProxies;
+ }
+
+ protected void setOmProxyInfos(Map omProxyInfos) {
+ this.omProxyInfos = omProxyInfos;
+ }
+
+ protected void setOmNodeIDList(List omNodeIDList) {
+ this.omNodeIDList = omNodeIDList;
+ }
Review comment:
@adoroszlai ; pushed latest commit contains modifications made as
commented. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]