Github user aweisberg commented on a diff in the pull request:
https://github.com/apache/cassandra/pull/283#discussion_r225298684
--- Diff: src/java/org/apache/cassandra/config/Config.java ---
@@ -224,8 +224,11 @@
public String endpoint_snitch;
public boolean dynamic_snitch = true;
+ public String dynamic_snitch_class_name =
"org.apache.cassandra.locator.DynamicEndpointSnitchHistogram";
public int dynamic_snitch_update_interval_in_ms = 100;
+ @Deprecated
--- End diff --
If it's unused you can change it to an Integer and set it to null and then
if it's non-null log a warning. You will also need to update NEWS.txt to
document what happened with the snitch configuration and active probing. I
would wait until it's closer to done to add it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]