When Thrift is used (use_cql is false), all hosts specified in dbhost are used in a round-robin manner. If a host fails, it is skipped and periodically retried. This achieves load balancing across a set of servers.Alternatively, you can set dbhost to a primary Cassandra node or set of nodes and failover to a secondary list of nodes only the primary node(s) are all unavailable. To do this, specify one or more Cassandra nodes using the secondary_dbhost parameter. Example:secondary_dbhost: 10.1.82.147, 10.1.82.148