aweisberg commented on code in PR #3777:
URL: https://github.com/apache/cassandra/pull/3777#discussion_r1917273033
##########
src/java/org/apache/cassandra/service/accord/AccordTopology.java:
##########
@@ -280,7 +294,9 @@ public static Topology createAccordTopology(Epoch epoch,
DistributedSchema schem
List<TableMetadata> tables =
keyspace.tables.stream().filter(TableMetadata::requiresAccordSupport).collect(Collectors.toList());
if (tables.isEmpty())
continue;
+ System.out.println("In epoch " + epoch + " Accord tables are " +
tables);
Review Comment:
I'm not sure how you found this? I don't see it on the branch. Maybe I
removed it and pushed while you were reviewing.
--
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]