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


##########
test/distributed/org/apache/cassandra/distributed/shared/ClusterUtils.java:
##########
@@ -628,6 +634,22 @@ public static boolean isMigrating(IInvokableInstance 
instance)
         return instance.callOnInstance(() -> 
ClusterMetadataService.instance().isMigrating());
     }
 
+    public static void awaitIndexReady(Cluster cluster, String ks, String 
table, String name)

Review Comment:
   checking with caleb, this is based off the gossip application that was 
added... i don't know if that is only for SAI or not, and this method works for 
all indexes...



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