Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
Quality Assurance
-
Low Hanging Fruit
-
Description
This test as of now fails consistently because property "dclocal_read_repair_chance" does not exist anymore. It was marked as "not used" as part of CASSANDRA-13910 and it fails in current trunk in
snitch_test.py TestDynamicEndpointSnitchtest multidatacenter_local_quorum
In test, it was set to 0.0 too so I am not sure what is the benefit of having that property there (even it is not recognised anymore)
./src/java/org/apache/cassandra/schema/SchemaKeyspace.java:129: + "dclocal_read_repair_chance double," // no longer used, left for drivers' sake ./src/java/org/apache/cassandra/schema/SchemaKeyspace.java:196: + "dclocal_read_repair_chance double," // no longer used, left for drivers' sake ./src/java/org/apache/cassandra/schema/SchemaKeyspace.java:560: .add("dclocal_read_repair_chance", 0.0) // no longer used, left for drivers' sake
E cassandra.protocol.SyntaxException: <Error from server: code=2000 [Syntax error in CQL query] message="Unknown property 'dclocal_read_repair_chance'">
Attachments
Issue Links
- links to