Skip to content

Commit 558decd

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 42ce82a commit 558decd

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

include/cassandra.h

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

scylla-rust-wrapper/extern/cassandra.h

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

0 commit comments

Comments
 (0)