Gor Stepanyan
Gor Stepanyan
Currently, `ccm` fails to start a Cassandra cluster with version 4.1.2. The reason is the change in the naming of the parameters of the `cassandra.yaml` configuration file: https://cassandra.apache.org/doc/latest/cassandra/configuration/configuration.html As the...
While working on `RackAwarePolicy`, it was noticed that `DCAwareRoundRobinPolicy` considers hosts without local datanceter information to be considered local. In `RackAwarePolicy`, only if `localDc` is `UNSET` then a host without...
#### TL;DR The RandomTwoChoice policy is a wrapper load balancing policy that adds the "Power of 2 Choice" algorithm to its child policy. It will compare the first two hosts...
* Changed Cassandra to ScyllaDB where applicable * Updated `DefaultLoadBalancingPolicy` documentation * Updated links to point to ScyllaDB documentations
When a client performs a schema-altering query, Scylla will send a schema change event so that all clients can learn about the change relatively quickly. Currently, the schema change event...