aweisberg commented on code in PR #3777:
URL: https://github.com/apache/cassandra/pull/3777#discussion_r1917280243
##########
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:
OK, I found the issue, I have some commits for post19437 that are I
accidentally put on a different branch
##########
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:
OK, I found the issue, I have some commits for post19437 that I accidentally
put on a different branch
--
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]