yifan-c commented on code in PR #188:
URL: https://github.com/apache/cassandra-sidecar/pull/188#discussion_r1945580535
##########
server/src/test/integration/org/apache/cassandra/sidecar/testing/CassandraSidecarTestContext.java:
##########
@@ -73,7 +74,8 @@ public class CassandraSidecarTestContext implements
AutoCloseable
private final AbstractCassandraTestContext abstractCassandraTestContext;
private final Vertx vertx;
private final List<InstancesMetadataListener> instancesMetadataListeners;
- private int numInstancesToManage;
+ // array of nodeNums that are 1-based
+ private int[] instancesToManage = null;
Review Comment:
it makes the Cassandra instances flexible. Now, one can choose to manage,
instance 1 and 3.
--
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]