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


##########
test/distributed/org/apache/cassandra/service/accord/AccordJournalBurnTest.java:
##########
@@ -115,6 +115,11 @@ public static void setUp() throws Throwable
         FieldUtil.setInstanceUnsafe(TopologySerializers.class,
                                     new 
TopologySerializers.ShardSerializer(BurnTestKeySerializers.range),
                                     "shard");
+        // compact topology inlines all serialziation and uses TokenRange 
directly, so it has to be fully stubbed out
+        // for this class.
+        FieldUtil.setInstanceUnsafe(TopologySerializers.class,

Review Comment:
   trying to make this flexible seemed a bit too much as i need to do a larger 
refactor over burn test and try to remove all our serialize overrides.



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