bshashikant commented on a change in pull request #1953:
URL: https://github.com/apache/ozone/pull/1953#discussion_r582315387
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/HddsUtils.java
##########
@@ -311,8 +311,8 @@ public static InetSocketAddress getReconAddresses(
public static InetSocketAddress getSingleSCMAddress(
ConfigurationSource conf) {
Collection<InetSocketAddress> singleton = getSCMAddresses(conf);
- Preconditions.checkArgument(singleton.size() == 1,
- MULTIPLE_SCM_NOT_YET_SUPPORTED);
+ // Preconditions.checkArgument(singleton.size() == 1,
Review comment:
Thanks @vivekratnavel . We will remove this once the the proper SCM
address validation patch is in . Its a work in progress.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]