File tree 2 files changed +0
-14
lines changed
scylla-rust-wrapper/extern
2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -2206,13 +2206,6 @@ cass_cluster_set_load_balance_round_robin(CassCluster* cluster);
2206
2206
* For each query, all live nodes in a primary 'local' DC are tried first,
2207
2207
* followed by any node from other DCs.
2208
2208
*
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
- *
2216
2209
* @deprecated The remote DC settings for DC-aware are not suitable for most
2217
2210
* scenarios that require DC failover. There is also unhandled gap between
2218
2211
* replication factor number of nodes failing and the full cluster failing. Only
Original file line number Diff line number Diff line change @@ -2206,13 +2206,6 @@ cass_cluster_set_load_balance_round_robin(CassCluster* cluster);
2206
2206
* For each query, all live nodes in a primary 'local' DC are tried first,
2207
2207
* followed by any node from other DCs.
2208
2208
*
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
- *
2216
2209
* @deprecated The remote DC settings for DC-aware are not suitable for most
2217
2210
* scenarios that require DC failover. There is also unhandled gap between
2218
2211
* replication factor number of nodes failing and the full cluster failing. Only
You can’t perform that action at this time.
0 commit comments