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


##########
test/distributed/org/apache/cassandra/fuzz/topology/TopologyMixupTestBase.java:
##########
@@ -530,8 +530,11 @@ public String toString()
         public void close() throws Exception
         {
             epochHistory = cluster.get(cmsGroup[0]).callOnInstance(() -> {
-                LogState all = 
ClusterMetadataService.instance().processor().reconstruct(Epoch.EMPTY, 
Epoch.create(Long.MAX_VALUE), 
Retry.Deadline.retryIndefinitely(DatabaseDescriptor.getCmsAwaitTimeout().to(NANOSECONDS),
-                                                                               
                                                                                
      TCMMetrics.instance.commitRetries));
+                LogState all = ClusterMetadataService.instance()

Review Comment:
   I have a todo in my head to leverage the vtable as a means to promote using 
public APIs operators could use... this patch isn't required to make such a 
change though



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