smiklosovic commented on code in PR #3081:
URL: https://github.com/apache/cassandra/pull/3081#discussion_r1479875466
##########
test/distributed/org/apache/cassandra/distributed/test/log/ClusterMetadataTestHelper.java:
##########
@@ -313,6 +318,18 @@ public static NodeId register(InetAddressAndPort endpoint,
String dc, String rac
}
}
+ public static NodeId register(InetAddressAndPort endpoint,
InetAddressAndPort endpointSSL, String dc, String rack)
Review Comment:
I think we could merge this together with register method above, the one
above would just call this one with endpointSSL to be equal to endpoint
--
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]