ifesdjeen commented on code in PR #3954:
URL: https://github.com/apache/cassandra/pull/3954#discussion_r1994018903
##########
src/java/org/apache/cassandra/service/accord/FetchTopologies.java:
##########
@@ -91,42 +91,42 @@ public FetchTopologies(long minEpoch, long maxEpoch)
}
// TODO (required): messaging version after version patch
- public static final IVersionedSerializer<TopologyRange> responseSerializer
= new IVersionedSerializer<>()
+ public static final UnversionedSerializer<TopologyRange>
responseSerializer = new UnversionedSerializer<>()
Review Comment:
TODO above can be removed since we decided to keep unversioned serializer
here.
--
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]