mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 11:00:35 +00:00
Snitches can be inialized based on short and long name format. In case a short name is provided the "org.apache.cassandra.locator." is contacenated to it. Out solution is simpler with double regitration. Default cassandra.yaml includes "endpoint_snitch: SimpleSnitch" Signed-off-by: Shlomi Livne <shlomi@cloudius-systems.com>