>
> I am pretty strongly in favor just to keep the amount of code kept around
> for serialization/deserialization and caching serialized sizes for
> different versions under control.
>
Thanks Ariel.
CASSANDRA-18314 is patched, and looking for reviewers.
Hi,
I am pretty strongly in favor just to keep the amount of code kept around for
serialization/deserialization and caching serialized sizes for different
versions under control.
5.0 will have changes necessitating using another version so it will be adding
to the clutter.
Ariel
On Mon, Mar
If we do not recommend and do not test direct upgrades from 3.x to
5.x, we have the opportunity to clean up a fair chunk of code by
making `MessagingService.minimum_version=40`
As Cassandra versions 4.x and 5.0 are all on
`MessagingService.current_version=40` this would mean lifting
MessagingServ