You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/04/16 20:45:59 UTC

[GitHub] [cassandra] dcapwell commented on a change in pull request #539: CASSANDRA-15733 jvm dtest builder should be provided to the factory and expose state

dcapwell commented on a change in pull request #539: CASSANDRA-15733 jvm dtest builder should be provided to the factory and expose state
URL: https://github.com/apache/cassandra/pull/539#discussion_r409837808
 
 

 ##########
 File path: test/distributed/org/apache/cassandra/distributed/impl/AbstractCluster.java
 ##########
 @@ -100,6 +104,10 @@
 
     private final File root;
     private final ClassLoader sharedClassLoader;
+    private final int subnet;
+    private final TokenSupplier tokenSupplier;
+    private final Map<Integer, NetworkTopology.DcAndRack> nodeIdTopology;
+    private final Consumer configUpdater;
 
 Review comment:
   good catch, for some reason IntelliJ hasn't been good with generics and this class when auto defining the fields =(

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org