dcapwell commented on code in PR #3486:
URL: https://github.com/apache/cassandra/pull/3486#discussion_r1725438712


##########
test/distributed/org/apache/cassandra/distributed/impl/INodeProvisionStrategy.java:
##########
@@ -29,137 +29,80 @@
 @Shared(inner = INTERFACES)
 public interface INodeProvisionStrategy
 {
-    enum Strategy
+    @FunctionalInterface
+    interface Factory

Review Comment:
   this lets me control this interface a lot more in my test... right now the 
code assumes node1 never goes away, but my test invalidates that assumption... 
so seed selection and more must live with my test



-- 
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]

Reply via email to