Stefan Miklosovic created CASSANDRA-15065:
---------------------------------------------

             Summary: Remove traces of dclocal_read_repair_chance from dtests 
as it is not used anymore
                 Key: CASSANDRA-15065
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15065
             Project: Cassandra
          Issue Type: Task
          Components: Test/dtest
            Reporter: Stefan Miklosovic


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) 
{code:java}
./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{code}
{code:java}
E   cassandra.protocol.SyntaxException: <Error from server: code=2000 [Syntax 
error in CQL query] message="Unknown property 
'dclocal_read_repair_chance'">{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to