Skip to content

Commit fd1aa4d

Browse files
committed
cassandra.h: remove mention about dc awareness being enabled by default
This is not true (and I doubt it will ever be) for cpp-rust-driver.
1 parent 6ad9df2 commit fd1aa4d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/cassandra.h

-7
Original file line numberDiff line numberDiff line change
@@ -2220,13 +2220,6 @@ cass_cluster_set_load_balance_round_robin(CassCluster* cluster);
22202220
* For each query, all live nodes in a primary 'local' DC are tried first,
22212221
* followed by any node from other DCs.
22222222
*
2223-
* <b>Note:</b> This is the default, and does not need to be called unless
2224-
* switching an existing from another policy or changing settings.
2225-
* Without further configuration, a default local_dc is chosen from the
2226-
* first connected contact point, and no remote hosts are considered in
2227-
* query plans. If relying on this mechanism, be sure to use only contact
2228-
* points from the local DC.
2229-
*
22302223
* @deprecated The remote DC settings for DC-aware are not suitable for most
22312224
* scenarios that require DC failover. There is also unhandled gap between
22322225
* replication factor number of nodes failing and the full cluster failing. Only

0 commit comments

Comments
 (0)