belliottsmith commented on code in PR #3938:
URL: https://github.com/apache/cassandra/pull/3938#discussion_r1977300468
##########
src/java/org/apache/cassandra/db/compaction/CompactionIterator.java:
##########
@@ -837,6 +837,8 @@ class AccordJournalPurger extends AbstractPurger
JournalKey key = null;
Object builder = null;
FlyweightSerializer<Object, Object> serializer = null;
+ // Initialize topology serializer during compaction to avoid
deserializing redundant epochs
+ FlyweightSerializer<AccordTopologyUpdate, Object> topologySerializer =
null;
Review Comment:
redundant assignment
--
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]