dcapwell commented on a change in pull request #31:
URL: 
https://github.com/apache/cassandra-in-jvm-dtest-api/pull/31#discussion_r797816039



##########
File path: 
src/main/java/org/apache/cassandra/distributed/shared/AbstractBuilder.java
##########
@@ -135,6 +145,14 @@ public int getDatadirCount()
         return datadirCount;
     }
 
+    public int getTokenCount() {
+        return tokenCount;
+    }
+
+    public boolean isAllowVnodes() {

Review comment:
       this is used in Cassandra trunk patch, if this is set we skip the test 
if vnode is present (defined by `getTokenCount()`)




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