ifesdjeen commented on code in PR #3809:
URL: https://github.com/apache/cassandra/pull/3809#discussion_r1920650984


##########
test/distributed/org/apache/cassandra/distributed/test/log/ForceSnapshotTest.java:
##########
@@ -147,6 +148,18 @@ public void testDumpLoadMetadata() throws IOException
                     throw new RuntimeException(e);
                 }
             });
+            long epoch = cluster.get(1).callOnInstance(() -> 
ClusterMetadata.current().epoch.getEpoch());
+            cluster.forEach(i -> i.runOnInstance(() -> {

Review Comment:
   I did use it, a couple of lines below :) but I should have removed this code 
of course, thanks!



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