Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Degradation - Other Exception
-
Critical
-
Challenging
-
DTest
-
All
-
None
-
Description
CASSANDRA-16525 avoids trying to calculate the cluster min version if gossiper is not enabled.
This makes us memoize the wrong version for up to a minute causing us to send 4.0-messages to 3.0 nodes, for example in ColumnFilter
This was discovered by python upgrade dtests, here after reverting CASSANDRA-15899 in CASSANDRA-16735