[
https://issues.apache.org/jira/browse/CASSANDRA-15065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcus Eriksson updated CASSANDRA-15065:
----------------------------------------
Test and Documentation Plan: test fix
Status: Patch Available (was: Open)
> 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
> Assignee: Stefan Miklosovic
> Priority: Normal
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]